Quote:
Originally Posted by YLP1
Can anyone view the history of the post or just admin/mods?
|
This if statement:
Code:
<if condition="$show['edithistorylink'] AND $post[editcount] > '0'">
uses the information you enter in the usergroup settings....if you only allow the admin usergroup...only they'll be able to use it....if thats not how you have it setup...
add:
Code:
AND $post['usergroupid'] == 6
after
If that isn't clear...let me know