You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have never had an issue with the avatars not working. The avatar image comes from the postrow.POSTER_AVATAR template variable. The template variable is set in viewtopic.php 'POSTER_AVATAR' => $user_cache[$poster_id]['avatar'], I really have no idea why that would be wrong.
Viewing the revisions of a post, the user avatar has a broken path, as you can see in the image below:
Using Chrome Devtools I can inspect the URL and this is what have there:
The
href
for the link is correct, with./../../
. But, in theimg
tag there is only./
. It should be./../../
in theimg
tag as well.I am using phpBB 3.3.12 with Prime Post Revisions 1.0.6.
Is there something that I am doing wrong here?
Kind regards,
The text was updated successfully, but these errors were encountered: