Quote:
Originally Posted by staffurdu
Unfortunately, I am NOT that expert. Would you be please so kind to tell me how can I do this with this mod OR with another way?
What I want to do is ---->> I want to restrict the daily thread views for Registered Usergroup members (and if possible for one more usergroup Lurkers otherwise I will have to delete it if I can restrict only one usergroup).
Following is the only line where I have found the $show['guest'] flag:
Code:
if ($show['guest'] AND !$lvgbot AND $vbulletin->options['lgvon'])
What should I change in this? (Sorry I dont have much knowledge about these things thats why I dont know what changing must be done.  )
|
staffurdu - modifying an addon requires some coding understanding.
The function for checking group membership is
Code:
is_member_of($bbuserinfo, 47)
You can use multiple groups 47, 48, 49, etc...