Quote:
Originally Posted by imported_gc1
I must be a dummy, the link is not showing up here hmmm
|
When your Link inside the UserCP isn't showing up, your Template isn't corrected edited. Here's the way...
Template
USERCP_SHELL =>
Search /
Insert
Code:
<tr>
<td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
</tr>
<!-- Self Delete Account -->
<tr>
<td class="$navclass[sd_kill]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=delacc">$vbphrase[sd_delacc]</a></td>
</tr>
<!-- / Self Delete Account -->
In case of using TMS...
HTML Code:
<templateedits> <!-- TMS Replacements -->
<templateedit template="USERCP_SHELL" varname="sd_link_usercp" username="MikeD" version="3.6.8" searchorder="5">
<title>UserCP Link Einf?gen</title>
<searchstr><![CDATA[<tr>
<td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
</tr>]]></searchstr>
<replacestr><![CDATA[<tr>
<td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
</tr>
<!-- Self Delete Account -->
<tr>
<td class="$navclass[sd_kill]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=delacc"><Font Color="Red">$vbphrase[sd_delacc]</Font></a></td>
</tr>
<!-- / Self Delete Account -->]]></replacestr>
</templateedit>
</templateedits> <!-- / TMS Replacements -->
Quote:
Originally Posted by imported_gc1
Whats the direct link to the option?
|
Code:
YOUR-SITE.com/YOUR-FORUM/profile.php?do=delacc