Log in

View Full Version : Looking to automate adding users to restricted group


craighere
11-28-2010, 07:09 PM
I need an automatic way to add users to a restricted access group. Could someone direct me to any plugins that are related to this kind of function?

Lynne
11-28-2010, 07:12 PM
craighere,

You are currently showing up as unlicensed.

To be able to download modifications and/or receive support here at vBulletin.org, we ask you to please click here (http://members.vbulletin.com/membersupport_priority.php) (vB-Germany users click here (http://members.vbulletin-germany.com/membersupport_priority.php)) and enter your email address. You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive.

To protect our customers privacy you will also need to Opt-In to license validation for all Support Sites. You must authorise vBulletin.org in order to validate your license status here. You can do this at the page linked above for your distributor. Make sure to set the permission to allow vBulletin.org to validate your status.

The update of your account can take up to one hour.

Thank you.

BirdOPrey5
11-29-2010, 09:06 PM
When you get your licensed straightened out post in the appropriate forum and I'll be glad to help. There's actually a built in function for this, no mods needed.

craighere
11-30-2010, 09:40 AM
When you get your licensed straightened out post in the appropriate forum and I'll be glad to help. There's actually a built in function for this, no mods needed.

Thanks Joe. I don't plan to get a license until I have figured out if this can work for me. What is the build in function that would allow me to do this? I checked out the forum demo and the documentation, and communicated back and forth with a tech support via email, and haven't heard about this kind of thing...

BirdOPrey5
11-30-2010, 03:46 PM
It's called "Public Usergroups" - In your User Control Panel (User CP) there is a section called "Group Memberships" and admins can specify usergroups which anyone can join... The member joins or leaves the group as they see fit. You can setup the public usergroups to any rights/restrictions as any other usergroup...

If that's what you mean. Otherwise is people buy subscriptions they will also be automatically moved to a usergroup you specify.

Mak_Orbine
12-15-2010, 01:37 PM
Hi,

Is there any SQL Query to move move Secondary usergroup to Primary users group ?

Lynne
12-15-2010, 01:48 PM
Mak_Orbine,

You are currently showing up as unlicensed.

To be able to download modifications and/or receive support here at vBulletin.org, we ask you to please click here (http://members.vbulletin.com/membersupport_priority.php) (vB-Germany users click here (http://members.vbulletin-germany.com/membersupport_priority.php)) and enter your email address. You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive.

To protect our customers privacy you will also need to Opt-In to license validation for all Support Sites. You must authorise vBulletin.org in order to validate your license status here. You can do this at the page linked above for your distributor. Make sure to set the permission to allow vBulletin.org to validate your status.

The update of your account can take up to one hour.

Thank you.

Ricky Doherty
12-16-2010, 05:13 AM
Here's what I'm wanting to do: I have a custom-coded chat community site that currently uses phpBB as the forum, and login database. The rest of the site uses the forum's login system, by using a simple include to see if someone is logged into the forum and using the forum's user data if so. In phpBB the code is a little longer, but with SMF the code is a one-line include to do this.