staffurdu |
02-20-2011 03:07 AM |
Quote:
Originally Posted by Videx
(Post 2164280)
No, this mod is only designed to get guests to register. You can always try to modify the xml if you know what you're doing. But I bet whatever you're trying to accomplish can already be done with vb elsewhere.
|
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).
Quote:
Originally Posted by Ted S
(Post 2164446)
Either way you will have to modify the source code of the hack. Right now the mod checks the $show['guest'] flag. You would replace this with a group check for whatever group or groups you wish to exclude.
|
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. :o)
|