First open the link_summary.tpl file in your site's template folder. Search for "linksummaryBury" near the bottom of the file. After that if statement, add this code:
Code:
{if $isadmin eq "yes"}
<span id="manageuser-{$link_shakebox_index}"><span id="linksummaryManageuser"><a href="http://www.entirelyopensource.com/admin_users.php?mode=view&user={$link_submitter}" title="Admin User Management">Manage {$link_submitter}</a></span></span>
{/if}
Now open up your template's CSS file and add this code:
Code:
#linksummaryManageuser {
padding: 2px 0px 0px 20px;
margin-left:2px;
background: url("../images/user_delete.png") 0 0 no-repeat;
}
Enjoy!




Linear Mode

