WebmasterSite.net
PHP scripts to enable your creativity
Home
Web Scripts
WSN Links
WSN Gallery
WSN Knowledge Base
WSN Forum
WSN Classifieds
WSN Directory
WSN AdUnblocker
WSN FormEmail
WSN InstaChat
WSN Redirector
WSN Webcomic
WSN Guest
Reviews
WSN For WordPress
WSN For Web Designers
Webmaster Resource Links
Register
Log In
Username
Password
Login
Forgot your password?
WSN Support Forums
Paid Scripts Support
Selecting group when registering
Selecting group when registering
Details
Discussion
2
Print
Comments on Selecting group when registering
•
babrees
Expert
Usergroup:
Customer
Joined:
Aug 19, 2005
Location:
England
Total Topics:
391
Total Comments:
1303
•
babrees
#1 -
Quote
-
Permalink
Posted Feb 04, 2007 - 2:53 AM:
I want people to select a usergroup when registering. I have tried to do this using both memberusergroup and then membergrouptitle but just can't get it to work.
In register.tpl I have...
<select name="grouptitle">
<option value="Member">No</option>
<option value="Breeder">Yes</option>
</select>
I have also tried...
<select name="usergroup">
<option value="2">No</option>
<option value="4">Yes</option>
</select>
I have even tried...
<select name="usergroup">
{FUNC_MAKESELECTION[
<option value="2">No</option>
<option value="4">Yes</option>
<,> {MEMBERUSERGROUP}]}
</select>
Each time I go into edit to check it it shows the default Member (2) group. Please tell me what I have done wrong or missed out!
•
Paul
developer
Usergroup:
Administrator
Joined:
Dec 20, 2001
Location:
Diamond Springs, California
Total Topics:
61
Total Comments:
7868
•
Paul
#2 -
Quote
-
Permalink
Posted Feb 04, 2007 - 7:32 AM:
Doesn't it automatically list them if you've selected to make them registerable groups? Members->Settings.
Search thread for
Go ►
Download thread as
text
HTML
Go ►
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Selecting group when registering
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
I want people to select a usergroup when registering. I have tried to do this using both memberusergroup and then membergrouptitle but just can't get it to work.
In register.tpl I have...
<select name="grouptitle">
<option value="Member">No</option>
<option value="Breeder">Yes</option>
</select>
I have also tried...
<select name="usergroup">
<option value="2">No</option>
<option value="4">Yes</option>
</select>
I have even tried...
<select name="usergroup">
{FUNC_MAKESELECTION[
<option value="2">No</option>
<option value="4">Yes</option>
<,> {MEMBERUSERGROUP}]}
</select>
Each time I go into edit to check it it shows the default Member (2) group. Please tell me what I have done wrong or missed out!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Doesn't it automatically list them if you've selected to make them registerable groups? Members->Settings.