Quote:
Originally Posted by Boofo
Ok, the code in the memberlist_resultsbit template, maybe you could do this?
Change this:
HTML Code:
<if condition="$show['profilepiccol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[profilepic]</td></if>
to this?
HTML Code:
<if condition="$show['profilepiccol'] AND exec_switch_bg()"><td class="$bgclass"><img src="/forums/images/misc/pic.gif"></td></if>
|
I'm just a beginner at this, but that seems to me to be saying:
"If the 'profile pic' column is turned on in the Member List , then display the icon."
Where's the logic that checks to see if an individual member's profile pic *exists*?
Without even trying it, that looks to me like it will for sure display the icon for EVERY user. No?
I really appreciate your efforts here, Boofo. I feel like I'm *so* close to getting it the way I want.
Best,
Bill