okay that didnt work for me.
members were still able to see delete button.
so i made this change
replaced the code you mentioned , with this code
Code: |
$delete = '';
if (modcheckPost($self['username'], $forum['moderator'], $post['status']) == 'Moderator') {
eval('$delete = "'.template('viewthread_post_delete').'";');
}
| |