Quote:
Originally Posted by trotskid
Nice addon, thanks! But doesn?t appear the avatars on my forum.
|
Open your forumhome_loggedinuser template and all codes replace with:
PHP Code:
<if condition="$show['comma_leader']">, </if>$stylevar[dirmark] <img height="15px" width="15px" src="image.php?u=$loggedin[userid]&dateline=$loggedin[dateline]" /> <a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
Quote:
Originally Posted by Cybershaolin
Same here. Imported module and modified template but no avatar appears at all. I only see a blank space between the avatars, just like the previous member.
|
Open your forumhome_loggedinuser template and all codes replace with:
PHP Code:
<if condition="$show['comma_leader']">, </if>$stylevar[dirmark] <img height="15px" width="15px" src="image.php?u=$loggedin[userid]&dateline=$loggedin[dateline]" /> <a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
NOTE: If you use FAKEUSER, then hack doesn't work them all. Don't forget that.