Quote:
Originally Posted by jluerken
I want to use your modification but I also use the "Icons for UserCP" Addon.
Is there a way to use both?
|
Yes, but there wont be icon for canned replies.
First, install both modifications
Find in template USERCP_SHELL_ICONS
HTML Code:
$vbphrase[edit_ignore_list]</a></td>
</tr>
</table>
</td></tr>
After Place
HTML Code:
<tr><td class="alt2" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20"></td>
<td><a class="smallfont" href="cannedreplies.php?$session[sessionurl]">Edit Your $vbphrase[cannedreplies]</a></td>
</tr>
</table>
</td></tr>