vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Custom Profile Fields - Help me (https://vborg.vbsupport.ru/showthread.php?t=47523)

zimmerm 01-09-2003 02:35 AM

Custom Profile Fields - Help me
 
I know this is probably very easy but I am unsure how to do it. I want to make the maximum length of the custom profile fields be larger than 250 characters. ANy way to do this?

Secondly (this may be harder) Is there a way to have one of the input boxses appear as multiple lines that possible scrolls if the info that is put in gets long enough?

zimmerm 01-09-2003 03:16 PM

anyne?

Dean C 01-09-2003 05:21 PM

1/ Go into phpmyadmin or use Firefly's query hack and run this query:

[sql]
ALTER TABLE `profilefield` CHANGE `maxlength` `maxlength` SMALLINT( 6 ) DEFAULT '500' NOT NULL[/sql]

2/ I don't know what you mean :p

- miSt

okrogius 01-09-2003 09:48 PM

Actually that will give you errors later on. Custom profile fields ar e saved as varchars. Varcahrs cna only be up to 255 characters. Instead you'll ened to change the varchar for each specific profile field to an apropriate text.

Dean C 01-10-2003 05:34 PM

Ahhh i see thanks for filling me in on that Oleg :)

- miSt


All times are GMT. The time now is 12:48 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.02759 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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