I've been customizing my user cp shell, and noticed that the Edit Avatars link went missing. Fair enough, maybe I accidentally deleted it.
So I went to re-add it, and put the following original code.
The link did not show up after I entered this code into the template. I checked my user picture settings and both avatars and profile pictures are enabled. Is there some other setting I missed? For the time being I simply removed the <if> tags and the link shows up fine in the user cp shell. Will I experience any problems because I took the <if> tags out?
Many thanks.
So I went to re-add it, and put the following original code.
Code:
<if condition="$show['avatarlink']"> <tr><td class="$navclass[avatar]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr> </if>
Many thanks.
Comment