Quote:
Originally Posted by bperkins88
i had to change all of the images on 4.1.9 because they were in GIF format. I had to convert them all to PNG Format for them to display. When i click on the name under Author, it says this member is not a registered user. Its Querying http://mywebsite.com/forum/member.php?u=
Its not actually displaying their names after ?u=
Is there a fix for this?
|
in template:
forumhome_bfrtopics_ajax
search
Code:
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw rtopics.userid}">{vb:raw rtopics.lastposter}</a></p></td>
end replace with
Code:
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw rtopics.lastposterid}">{vb:raw rtopics.lastposter}</a></p></td>