Quote:
Originally Posted by Boofo
Well, I for one am glad to see you releasing stuff again.
Is there a way to make this work in the memberlist, too?
|
okie, this add-on is written as requested by bofo.
#------------------
Addon to show countryflag in Memberlist
Open memberlist_resultbit template,
FIND:
HTML Code:
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
BELOW, ADD:
HTML Code:
<if condition="$userinfo[fieldX] != ''"> <img src="images/flags/$userinfo[fieldX].gif" title="$userinfo[fieldX]" align="center"></if>