vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   custom userdata manager $validfields not working... (https://vborg.vbsupport.ru/showthread.php?t=266314)

Disasterpiece 07-05-2011 11:00 AM

custom userdata manager $validfields not working...
 
Hi

Not sure if I did that all correct, I used this tutorial: https://www.vbulletin.com/docs/html/...nager_advanced

To store additional information about a user, I added a field into the vb_user table with name "steam_link", type varchar(128) NOT NULL

Now I tried to modify it:

PHP Code:

// set steam information
$userdata->set('steam_link'$steam_id); 

According to the tutorial, I included the following plugin content into the hook "userdata_presave":
PHP Code:

$this->validfields['steam_link'] = array(TYPE_STRREQ_NO); 

But I get the error:

Quote:

Fatal error: Field steam_link is not defined in $validfields in class vB_DataManager_User in /var/www/.../forum/includes/class_dm.php on line 515
What am I missing?

kh99 07-05-2011 11:51 AM

I think validfields needs to be changed before you call set() so you'd want to do it maybe in hook userdata_start.

Disasterpiece 07-05-2011 07:07 PM

Works, thanks!


All times are GMT. The time now is 02:11 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.01041 seconds
  • Memory Usage 1,717KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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