hi!
thanks for this amazing hack, i hope someone can answer this,
at the moment, looking at your xml file it seems the current code is
Code:
if ($show['guest'] AND !$lvgbot AND $vbulletin->options['lgvon'])
but i would like the system to work as
Code:
if (is_member_of($bbuserinfo, x) AND !$lvgbot AND $vbulletin->options['lgvon'])
can you see what i am trying to do is make this work for a particular forum for a particular usergroup not just for guests and the only other way is to use if ($show['member']) (which does work but then it's a blanket application to ALL MEMBERS, i just want a specific usergroup.
do i have to call the global file or something?
please advise.