![]() |
|
|
Mod Options |
Add User to Primary Usergroup Based on Value of Custom Profile Field Details »»
|
|||||||||||||||||||||||||||
|
Add User to Primary Usergroup Based on Value of Custom Profile Field
Developer Last Online: Oct 2012
This version is for the PRIMARY group. Here is the one for secondary groups:
http://www.vbulletin.org/forum/showthread.php?t=82993 As far as plugins goes, this one is an advanced plugin because you WILL need to make some tweaks to suit your needs. What this plugin does: If you have a custom profile field, for example one for gender, it checks to see if the user has selected a specific value and then assigns them to a primary user group based on that selection. This happens at the time the user activates their email account after registering. Instructions for installation: A. Create your custom profile field and make a note of the field number. (Or simply make a note of the field number of an existing field.) B. Make a note of the value you are checking for. For example, you may be looking to see if your member selected "male" in your custom gender field. C. Make a note of the usergroup number that you want to set the user to. D. Here you have two options: Option 1: Edit the attached XML file before you import it to change the field number, the value that you check for and the usergroupid. In my XML file, I am checking field5 to see if the value is yes and changing the usergroup to 10.
If, for example, you want to check the value of field6, change field5 in the XML file to field6. If you are looking for "male" instead of "yes", change
to:
And, finally, change the usergroup as appropriate. Instead of 10 in this line:
substiture your usergroupid of choice. Option 2: Import the XML file as is, open the plugin manager, and make your edits there. NOTE: This mod works for forums that require users to verify their email address upon registration. If your forum does not require users to verify their email address, you will need to use a different hook. If I have time, I'll test that variation. Amy Download Now Only licensed members can download files, Click Here for more information. Show Your Support
No members have liked this post.
|
|||||||||||||||||||||||||||
Similar Mod
|
||||
| Mod | Developer | Type | Replies | Last Post |
| Add User to Secondary Usergroup Based on the Value of a Custom Profile Field at Reg. | amykhar | vBulletin 3.5 Add-ons | 133 | 01 Jan 2013 14:06 |
|
#61
|
|||
|
|||
|
Hey,
I would like to have a the usergroup be based on the email domain. i.e. if the register with one domain they get put in a special usergroup but if it's any other domain they are simply put into registered users. Is this possible with this plugin? Thanks! No members have liked this post.
|
|
#62
|
|||
|
|||
|
Info
Hello. You can definitely set it up so if a user is from a certain domain they get put into a special user-group. You just setup a text field, and point this script towards this text field, and your good to go. You could probably setup the script to do an "if and or" statement. If it's from this domain do this, otherwise do this. But I'm not the person to ask about how to program this... But it can be done.
Thanks, Paul No members have liked this post.
|
|
#63
|
|||
|
|||
|
Do you know off the top of your head what the variable is that holds the users email address? I could just get the domain off of that.
No members have liked this post.
|
|
#64
|
|||
|
|||
|
Hmm...
I don't know off the top of my head what this variable is. You could try contacting vBulletin.com support.
Thanks, Paul No members have liked this post.
|
|
#65
|
|||
|
|||
|
Anyone got any links to a similar system that would allow users to either switch their primary usergroup or secondary at any time via the control panel?
No members have liked this post.
|
|
#66
|
|||
|
|||
|
Thank you for this mod. It was just what I was looking for
![]() on a side note though, if you don't have email confirmation, do you know which hook to use? No members have liked this post.
|
|
#67
|
|||
|
|||
|
I have a question is there anyway to mass add the users that have already registered to that usergroup?
if i ran this as a cron would it do it? // Get the value for field 11 $user = $db->query_first(" SELECT field11 FROM " . TABLE_PREFIX . "userfield WHERE userid = " . $vbulletin->userinfo['userid'] . " "); if ($user['field11'] == 'No') { $userdata->set('usergroupid', 18); } or if i add it as a hook somewhere else on the site? like forumhome? No members have liked this post.
Last edited by Neo_obs : 02 Aug 2006 at 06:57. |
|
#68
|
|||
|
|||
|
Can anyone tell me what other hooks I can use this doesnt work on our forums if they activate manually.
No members have liked this post.
|
|
#69
|
||||
|
||||
|
Originally Posted by Neo_obs
same deal ^
i dont use email verification so is there any other solution to make this hack work cause i need it... No members have liked this post.
|
|
#70
|
|||
|
|||
|
How is this for 3.6? I absolutely need this one.
No members have liked this post.
|
|
#71
|
||||
|
||||
|
Working fine for me on 3.6.0 and 3.6.1
![]()
__________________
vBulletin Styles (All styles compatible with 3.8.4 - Steel Blue 4.0 Available) | vBulletin Hosting No members have liked this post.
|
|
#72
|
|||
|
|||
|
I thought it wasn't working, but then through troubleshooting I realized that the value of my field couldn't have both numbers and letters. I switched it to just letters and my test account was properly switched into the new usergroup.
If I want to set up multiple "custom registration codes," can I duplicate this script and rename it, changing the values?
__________________
:cheeky: My Jeep Rocks! No members have liked this post.
|
|
#73
|
|||
|
|||
|
Originally Posted by kall
Glad to hear this works on 3.6.1 as that what I plan on using it on.
Amy this hack is exactly what I have been looking for except I have a couple of questions. I've set up a custom user profile field that asks the user upon registration if they are a reatil buyer or wholesaler and I'm using a radio button to ask them. Now with your code if they select on item it puts them in a certain user group, but what if they pic the other? do they just go in the default user group? I want it to place them in eaither group depending on what they pic. I hope this makes sense. No members have liked this post.
|
|
#74
|
||||
|
||||
|
This mod is more of a template for you to decide what you want to do with users based on that profle field. You code the logic of where they are sorted. The mod itself hooks to the right place and gets you started so you can see how to inspect the value of the field and how to put the user in a group.
__________________
amykhar.com ---------------------------------------- I do not respond to PM requests for coding assistance. No members have liked this post.
|
|
#75
|
||||
|
||||
|
Originally Posted by amykhar
Thats where im limited as my code knowledge is lacking
Could you help me out with this ... say my user field is 5 and my options are Dealer or End User my user group for Dealers is 10 and my user group for End Users is 11 would my code look something like this???:
No members have liked this post.
|
||||
![]() |
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 15:48.






