Page Index Toggle Pages: 1 2 3 [4]  Send TopicPrint
Very Hot Topic (More than 25 Replies) Adding fields to registration page SP1.1 (Read 22764 times)
YZ400
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 19
Joined: Aug 27th, 2002
Re: Adding fields to registration page SP1.1
Reply #45 - Aug 30th, 2002 at 7:52pm
Print Post  
Thanks, Leech

No hurry, I am still trying to get my attachment mod to work. 

I will take a look at your files then let you know, how I do.

Mike
  
Back to top
 
IP Logged
 
rikhye
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Sep 20th, 2002
Re: Adding fields to registration page SP1.1
Reply #46 - Sep 20th, 2002 at 6:45pm
Print Post  
Hi Michael,
This was exactly what i was looking for on my forum so i went ahead and made the changes

But after addin the extra inputs in the reg form I dont see the values in the profile though the profile has those text boxes.

I mean these values are not being saved
HELP
  
Back to top
 
IP Logged
 
yodaboy
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Apr 12th, 2002
Re: Adding fields to registration page SP1.1
Reply #47 - Oct 19th, 2002 at 2:33am
Print Post  
how would i allow the users to view the new field on the memberlist page?
  
Back to top
 
IP Logged
 
haroldtanner
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 2
Joined: Jun 26th, 2007
Re: Adding fields to registration page SP1.1
Reply #48 - Jun 26th, 2007 at 10:23pm
Print Post  
LukeA wrote on Jun 21st, 2002 at 4:46am:
Here is the html code I added into profile.pl:
www.strategicequityadvisor.com
Code
Select All
<tr>
~;
if($settings[7] eq 'Administrator') {
$yymain .= qq~ <td width="320"><font size=2><b>Address: </b></font></td>
 <td><font size=2><input type="text" name="address" size="25" value="$memsettings[30]"></font></td> </tr>
 <tr> ~; }

www.fasterthanthem.com<br>
http://www.autopartsplanet.net<br><br>
www.referal.info
$yymain .= qq~ <td width="320"><font size=2><b>City: </b></font></td>
 <td><font size=2><input type="text" name="city" size="25" value="$memsettings[31]"></font></td> </tr>
 <tr>
 



Here is the URL of one of the profiles I created to test it.  All the fields are visable, where above the code should be hiding the Address field from all guests/members.

www.fasterthanthem.com

www.autopartsplanet.net

www.referal.info

<br><br>
Any help would be greatly appreciated.  Thanks!

-Luke


I thought that was how it was used but I was not sure
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 3 [4] 
Send TopicPrint