Quote:
Originally Posted by shlomot
I've just implemented your revised code in USERCP_SHELL, but I'm not sure what its purpose and where it should show.
Code:
<!-- Invitation System Starts -->
<if condition="$vbulletin->options['invitation_usercp_link']">
<tr>
<td class="$navclass[invitation]" nowrap="nowrap">
<a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a>
</td>
</tr>
</if>
<!-- Invitation System Ends -->
|
I saw at your site and you have been installed
Icons for UserCP Navigation 1.2 product from demgel right?
than you should search this at your template USERCP_SHALL
HTML Code:
</tbody>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('networking')"><img id="collapseimg_networking" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_networking].gif" alt="" border="0" /></a>$vbphrase[networking]</td></tr>
<tbody id="collapseobj_networking" style="$vbcollapse[collapseobj_networking]">
and add above this code
HTML Code:
<if condition="$vbulletin->options['invitation_usercp_link']">
<tr><td class="$navclass[invitation]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/folder_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a></td>
</tr>
</table>
</td></tr>
</if>
and who installed Icons for UserCP Navigation hack they should make this template edit for usercp link