vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Adding fields to a quick-registration mod (5 fields) (https://vborg.vbsupport.ru/showthread.php?t=58788)

DarrylB 11-24-2003 01:46 PM

Adding fields to a quick-registration mod (5 fields)
 
Hey all,

I was reading up on quick registrations and stuff, and currently i have a very quick registration. I found the mod i dont know how long ago. But anyways, The people im doing this for are requesting some custom fields added. I added some Custom Profile Fields, but how can i get them to show up in the quick-registration?

They are just stuff like Full Name, and stuff.

Any help appreciated. Im pretty new to vbulletin, but not php.

Tnx.

assassingod 11-24-2003 03:30 PM

Quote:

Originally Posted by DarrylB
Hey all,

I was reading up on quick registrations and stuff, and currently i have a very quick registration. I found the mod i dont know how long ago. But anyways, The people im doing this for are requesting some custom fields added. I added some Custom Profile Fields, but how can i get them to show up in the quick-registration?

They are just stuff like Full Name, and stuff.

Any help appreciated. Im pretty new to vbulletin, but not php.

Tnx.

Which Quick Registration hack are you using?

DarrylB 11-24-2003 04:25 PM

Quick Registration (without hacking)
by: badmeetsevil-

DarrylB 11-26-2003 02:49 PM

Any ideas people?

DarrylB 12-02-2003 11:51 AM

Anyone? Im really needing help here...

corsacrazy 12-02-2003 02:27 PM

are the fields required?

if not back up the reg adult template then remove $customfields from the register_adult template anbd just add them manually eg :

<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Custom field one :</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="fieldFIELD ID" size="25" maxlength="20"></normalfont></td>
</tr>

DarrylB 12-02-2003 04:43 PM

They need to be required...

corsacrazy 12-02-2003 08:15 PM

then just add

$customfields_required

to that template


All times are GMT. The time now is 02:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01036 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete