I am trying to add the vbMySmilies MOD edits in to the replacement USERCP_SHELL file, but do not have:
HTML Code:
<tr>
<td class="thead">$vbphrase[miscellaneous]</td>
</tr>
I do find the following, which has part of it at the beginning and part of it at the end:
HTML Code:
<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('miscpanel')"><img id="collapseimg_miscpanel" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_miscpanel].gif" alt="" border="0" /></a> $vbphrase[miscellaneous]</td>
I am suppose to replace the first set of code (from above) with:
HTML Code:
<tr>
<td class="thead">$vbphrase[mysmiliesvb_mysmilies]</td>
</tr>
<tr>
<td class="$navclass[mysmiliesvb]" nowrap="nowrap"><a class="smallfont" href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td>
</tr>
<tr>
<td class="thead">$vbphrase[miscellaneous]</td>
</tr>