vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Registration fields INSERT into another dbase also? (https://vborg.vbsupport.ru/showthread.php?t=142409)

MarkPW 03-20-2007 11:15 PM

Quote:

and insert my custom php code in that box on that screen, and toggle the drop down to the location I want....and that is it??
Yes, that's it. When you add a plugin, I recommend you look through the vb files to ensure you have chosen the appropriate (hook) location to execute your code.

Quote:

Do I need to add a product or anything like that?
No, you can add it to the default (vBulletin).

Quote:

No chance you could just walk me through a very simple one from start to finish...
I didn't quite interpret what you were asking, but since this topic was about saving info to a seperate table upon registration, I'll show you how to do that.

Basically, you would "Add New Plugin" -> choose "vbulletin" as product -> Select the hook location of either "register_addmember_complete" (to execute your code upon a successful registration), or "register_activate_process" to execute upon a successful e-mail validation (I personally prefer this to keep my seperate table clean of any unvalidated users) -> enter a name for your plugin -> and add your code. Example (using vB's database class):

PHP Code:

$db->query("INSERT INTO your_table SET userid='".$userinfo['userid']."'"); 


Flexserve 03-21-2007 01:03 AM

Ok, Jim can you please post a final code or the plugin itself..I get "header already sent" errors...hmmm.. Got a friend working on it too.. I'll keep you posted if I find a resolution before someone hopefully solves this riddle.

Jim Nayzium 03-21-2007 01:34 AM

header already sent errors are becasue you are echoing something you shouldnt...or you have spaces in the acutal non-php code on the page...

I have hacked this all to pieces tonight and is far to complex to 'just post' here...sorry dude...but the last message posted should really work for you...

YOu don't want to have to do what I did...which was check the SESSSION variables and madneess..

mine is awful....

akxt660 10-01-2010 08:36 PM

I need to add the Location field to the registration form, some idea?


All times are GMT. The time now is 05:22 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.01081 seconds
  • Memory Usage 1,726KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete