vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Separating Custom Fields (https://vborg.vbsupport.ru/showthread.php?t=86416)

mashby 02-27-2003 10:59 PM

Separating Custom Fields
 
I know I've seen this answered somewhere, but for the life of me I can 't find it, nor can I remember how to do it.

In the "modifyprofile" template, I would like to stop using the $ customfields and instead manually place them where I want within the template. This way I can group them better than they are in just one big chunk.

For example, one field that I use is for MSN Handles, I wanted to put it under the Yahoo field. I was successful in getting the field in place, however, when I edit the field, the field is not updated. So, clearly I'm missing a step.

This is the code I'm using for the MSN Field, which is field number 5 in the database:

Code:

<input type="text" class="bginput" name="$bbuserinfo[field5]" value="$bbuserinfo[field5]" size="30" maxlength="30">
Can any share some insight in what I'm doing wrong?

filburt1 02-27-2003 11:01 PM

Change the name. I don't remember what it should be (field5 or something) but it definitely shouldn't equal the value.


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