vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Changing REQUIRED REGISTRATION information????? (https://vborg.vbsupport.ru/showthread.php?t=51913)

voclain 04-21-2003 05:34 AM

Changing REQUIRED REGISTRATION information?????
 
I was searching the HACKS tonight, and came across this HACK:

http://www.vbulletin.org/hacks/index...ack&hackid=552

This got me to thinking....I have almost 2000 registered members...I would LOVE to FORCE them to tell me WHERE they are from!!!

IN other words, I want to make "LOCATION" in my registration page, REQUIRED information!!

So..this HACK can help me do that to all of the EXISTING members, but HOW do I change that in the REGISTRATION page to make it REQUIRED??????

HELP....??? And thanks for your help.

Yours,

Kirk Voclain
V. 2.2.6
http://www.pro4um.com

filburt1 04-21-2003 11:39 AM

This is already in the admin CP, poke around.

Dean C 04-21-2003 12:05 PM

Check out the custom profile fields section in the ACP :)

It allows you to edit the Location field and make it required ;)

- miSt

voclain 04-21-2003 03:48 PM

Thanks again???? I don't know how I missed that????

Kirk

Dean C 04-21-2003 06:42 PM

Your Welcome :)

- miSt

Gez 07-22-2003 03:57 PM

I run a car webiste and would like to have 'I drive a:' to appear under the avatar by location and stuff but dont see how , i have added it to custom user fields but it still doesnt appear , how can i make it visable in the fields under the avatar??

-Thanx

themonarch 08-24-2003 05:10 AM

Hi Gez,

To add custom user fields to display in the threads:

Setup your custom fields first.
Hover over the edit link in MODIFY and you'll see the profilefieldid number for that field. It will show up in the status bar of your web browser.
Go into Modify Templates
Expand the Default set of Templates and find the template called postbit
Look for an area that has
Code:

<smallfont>Registered: $post[joindate]<br>
        Location: $post[field2]<br>
        Posts: $post[posts]<br></smallfont></td>

Add your custom field after it. Mine looks like this after adding the custom field where I want it to display:
Code:

<smallfont>Registered: $post[joindate]<br>
        Location: $post[field2]<br>
        Posts: $post[posts]<br>
        Car: $post[field5]</smallfont></td>

Hope that helps!

Nancy

chrisvonc 10-05-2003 08:02 PM

Good post for those of us still getting the hang of this. Thanks!

Chris

RapCapital 05-15-2005 06:38 AM

Hey, Do you know how i would make it show the User's Referrals in the Postbit?

Anybody know how?


All times are GMT. The time now is 10:51 PM.

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.02002 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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