1. Open template file link_summary.tpl.
2. Find these lines of code and remove:
Code:
{if $isadmin eq "yes" || $user_logged_in eq $link_submitter}
<span id="adminlinksbuttom"> | <a href="javascript://" onclick="var replydisplay=document.getElementById('ls_adminlinks-{$link_shakebox_index}').style.display ? '' : 'none';document.getElementById('ls_adminlinks-{$link_shakebox_index}').style.display = replydisplay;">{#PLIGG_Visual_Admin_Links#}</a></span>
{/if} Code:
<span id="ls_adminlinks-{$link_shakebox_index}" style="display:none">
{if $isadmin eq "yes"}
<span id="ls_admin_links-{$link_shakebox_index}">
<br /><a href="{$story_edit_url}">{#PLIGG_Visual_LS_Admin_Edit#}</a>
<br /><a href="{$story_admin_url}"> {#PLIGG_Visual_LS_Admin_Status#}</a>
{checkActionsTpl location="tpl_link_summary_admin_links"}
</span>
{else}
{if $user_logged_in eq $link_submitter}
<span id="ls_user_edit_links-{$link_shakebox_index}"><br /><a href="{$story_edit_url}">{#PLIGG_Visual_LS_Admin_Edit#}</a></span>
{/if}
{/if}
</span> I'm going to be doing some more work with this admin. stuff shortly...I've got an AJAX inline editor to post with a little bit more work and I want to simplify the multi-step process of publishing/discarding/banning/etc. stories.
David.




Linear Mode




