Quote:
Originally Posted by ALil'Hope
So how do we make this show up in UserCP with UserCP Icons mod installed?
|
Upload a image with the name invite_friends.gif or any name you want and use this code. If the conditionals dont work for any reason just remove them.
Icon attached
Code:
<if condition="$vbulletin->options['invitation_usercp_link']">
<tr>
<td class="alt2" nowrap="nowrap"><img border="0" src="images/misc/usercp_icons/invite.gif" width="16" height="16"></td>
<td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a></td>
</tr>
</if>