UserCP Nav -> Button links how to?

stripe

New Member
hello,

after changing my navbar to clickable icons i like to do that in usercp instead of the text links too if possible (screenie attached).
guess have to change something in user_shell template or?


Code:
	<tr><td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr>
	</if>

this is the standard code. what kind of img code do i have to add and where?

thx in advance!!
greetz
 

connection2

New Member
<a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a>

Change $vbphrase[edit_profile_picture] to the <img src=""> tag, and hey presto, it workio! Lol if it helped, don't forget the thanks button :).
 
Top