04-12-2012, 02:26 PM
In case someone is still looking... A quick fix for me was to modify the templates/default/header.tpl file. In the header.tpl file around line 44 change the following lines to hide buttons from all but uid=1, uid=1 is admin for me:
Code:
{if $smarty.session.uid == 1} <a href="{$g_base_url}/add.php" class="regular"><img src="{$g_base_url}/images/plus.png" alt="add file"/>{$g_lang_button_add_document}</a>{/if}