Quote:
Originally Posted by Lionel
Hi Bobster, I thought I'd let you know. You have a major bug in there. In plugin forumhome_complete you are checking for $vbulletin->userinfo['usergroupid'] instead of $vbulletin->userinfo['membergroupids']
so later on in the class_yui.php the explode(",", $tab['limitTo']) is checking for only the primary group, causing the ones with secondary usergroups not to view the tab.
I fixed my copy, but in my opinion this mod is way too nice for me to remain silent.
My solution is not the final solution. It works for me as I only have one secondary usergroup, the customer group.
A permanent solution would be to send just the $vbulletin->userinfo array and to replace the call with
if (is_member_of($this->usergroup, $tab['limitTo']))
|
what did you do to fix this as i am having hte same issue
Quote:
Originally Posted by stormzone
just installed it and y suggest that you make the tabs remain on all forum pages not only in FORUMHOME
|
same with this....is there a solution?