UBB.Dev
Posted By: Mayoff How to remove Notify Moderator? - 01/28/2003 8:18 PM
Hi,

We recently upgraded the forum server and we lost a hack we did (and I lost the guy who did the hack for me). Does anyone know what I would need to modify in order to remove the icon to "notify moderator" from all threads?

Thanks for any help
Posted By: JoshPet Re: How to remove Notify Moderator? - 01/28/2003 8:34 PM
From the showflat.tmpl file, remove this:

Code
<br />{$postrow[$i]['notifylinkstart']}<br /><img src="{$config['images']}/notifymod.gif" border="0" alt="{$ubbt_lang['NOTIFY_MOD']}" title="{$ubbt_lang['NOTIFY_MOD']}" />{$postrow[$i]['notifylinkstop']}<br /><br />&nbsp;


and the showthreaded.tmpl file, remove this:
Code
<br />$notifylinkstart<img src="{$config['images']}/notifymod.gif" border="0" alt="{$ubbt_lang['NOTIFY_MOD']}" title="{$ubbt_lang['NOTIFY_MOD']}" />$notifylinkstop<br />
© UBB.Developers