Quote:
Originally posted by xiphoid
...By the way, can this be made for only certain usergroups? So only registered members can use it, or only admins.
|
No problem. Only ONE line must be changed for this in the file showthread.php
Search after hack installation in showthread.php for:
Code:
eval("\$threadview_adds=\"".gettemplate("showthread_adds")."\";");
and replace with
Code:
if ($bbuserinfo[usergroupid]==x) eval("\$threadview_adds=\"".gettemplate("showthread_adds")."\";");
x = Usergroup. For example '...$bbuserinfo[usergroupid]==6...'