Quote:
Originally Posted by neila
Did you install the templates? Another question to anyone that looks at this thread, has anyone been able to successfully intergrate this into the UserCP?
|
Not perfect,but it works
Find:
Code:
<td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
Below that add:
Code:
<tr>
<script type="text/javascript">
<!--
document.write('<input type="button" class="button" tabindex="1" style="font-weight:normal" value="who looked my profile? $allusershow" title="$vbphrase[add_edit_files_attached]" onclick="manageattachments(\'misc.php?$session[sessionurl]&do=profile\')" />');
//-->
</script></if>
</tr>