The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Males can't access Femals Fourm
HI,
I wrote a hook with VB3.5.1 that allow only females gender to access a certain forum (Which was for the ladies only). and it's working fine. but when I upgrade the forum to the version 3.5.4 , it's not working, and Males can access the forum normaly ! Would you please assist me on that ? Code:
<?xml version="1.0" encoding="ISO-8859-1" ?> - <plugins> - <plugin active="1" product="vbulletin"> <title>Females Forums acess</title> <hookname>forumbit_display</hookname> - <phpcode> - <![CDATA[ if(($foruminfo[forumid]==4)&&($vbulletin->userinfo['usergroupid']==2)&&($vbulletin->userinfo['field6']==Male)){ standard_error(fetch_error('cantMale')); } ]]> </phpcode> </plugin> </plugins> |
#2
|
|||
|
|||
bump cause im realy want this
|
#3
|
||||
|
||||
Interesting. What we did on our board is make usergroups for males and females, and then forum permissions that NO ONE (including Admins) can see those forums unless they're in that gender group.
Perhaps you can write a hook based on that usergroup instead? But isn't it a bit risky doing it the way you did? I mean anyone can "claim" they're a male or female in their profile. |
#4
|
||||
|
||||
Unless you get hard copies of personal records of each user you won't really know if your users are telling the truth. Though, I'd go with Usergroups or custom profile fields to do what you want.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|