vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Getting User Input in Profile (https://vborg.vbsupport.ru/showthread.php?t=101392)

zanis 11-23-2005 08:26 AM

Getting User Input in Profile
 
Hello,

I have created a custom field for the users profile. I need to get that value when they save their changes so I created a plugin that gets executed on the profileupdate event.

However I cannot work out how to get the value that was entered in the custom field - which is field6

I have tried:

PHP Code:

$mf_access_code $post['field6'];  
$mf_nick_name = & $vbulletin->userinfo['username']; 

and

PHP Code:

$mf_access_code = & $vbulletin->userfield['field6'];;  
$mf_nick_name = & $vbulletin->userinfo['username']; 

But they do not work. Its basically getting the value of the custom field on input.

Can someone please tell me what object or var I need to access to get the posted field value.

Cheers

Marc

peterska2 11-23-2005 08:37 AM

erm,

if you want it in your postbit, you can use the existing code $post[fieldx] in your postbit template

if you want it in the profile or members list then use the existing code $userinfo[fieldx] in the template.

No need to write your own plugin to pull info that is already available at the touch of a few keys

Marco van Herwaarden 11-23-2005 09:14 AM

The best to do this would be to use hook location 'userdata_presave' ('userdata_postsave' is probably also possible). You will be hooking directly into the Data Manager, so it will even work if you change the field from the AdminCP.

New value: $this->userfield['fieldX']
Old value: $this->existing['fieldX']

zanis 11-23-2005 05:33 PM

Hello MarcoH64,

Than you very much for responding - your solution worked 100% !

Cheers

Marc

Hello peterska2,

Thank you for responding.

Could you please tell me where I can get information on what is a postbit.

Cheers

Marc

Marco van Herwaarden 11-23-2005 08:44 PM

'postbit' or 'postbit_legacy' is the template used to display a post. She misunderstood your question i think.

peterska2 11-25-2005 12:06 AM

I did. I thought you meant getting it to display. It's what I get for replying when I'm awake instead of asleep!


All times are GMT. The time now is 10:09 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.01086 seconds
  • Memory Usage 1,721KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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