Thanks for the Mod.
If anyone is using "GTUserCP - Enhanced USERCP Interface + USERCP Menu"
You must edit the GTPM_USERCP_SHELL instead of the USERCP_SHELL. The GTPM USERCP_SHELL over writes the defaul USERCP_SHELL.
Search Templates for GTPM USERCP_SHELL
Find:
Quote:
<tr><td class="$navclass[pm_editfolders]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/folder_new.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td></tr>
|
Below add:
Quote:
<if condition="$permissions['pmpermissions'] & $vbulletin->bf_ugp_pmpermissions['canusepmautoresponder']"><tr><td class="$navclass[pmautoresponder]" nowrap="nowrap"><a class="smallfont" href="privateautoresponder.php?$session[sessionurl]do=edit">$vbphrase[pmautoresponder_usercp]</a></td></tr></if>
|
If you want an icon beside the link replace with this instead:
Quote:
<if condition="$permissions['pmpermissions'] & $vbulletin->bf_ugp_pmpermissions['canusepmautoresponder']"><tr><td class="$navclass[pmautoresponder]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/autoresponder.gif" alt="" border="0" class="inlineimg" width="16" height="16" /><a class="smallfont" href="privateautoresponder.php?$session[sessionurl]do=edit">$vbphrase[pmautoresponder_usercp]</a></td></tr></if>
|
Icon used below.
Attachment 85133