vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Adding new Fields (https://vborg.vbsupport.ru/showthread.php?t=42208)

Seifer 08-12-2002 04:33 PM

Adding new Fields
 
Well, I'm not a php genius, but I found I could just copy every instance of yahoo in admin/functions.php, admin/user.php, and member.php and change all things saying "yahoo" to "msn" and just add an msn row to the user table in phpMyAdmin. That worked perfectly. But since I don't really like custom profile fields, I wanted to input my battle arena stuff (like right weapon) in it's own field, just like MSN. So, I tried it again, duplicating all the yahoo fields, then replacing yahoo with right and then made a right row. But this time, when I put in the <*img="balh"*> code, I get a MySQL error.

Does anyone know why that is? I figured it was because you can't put <*""*> tags in a varchar field, but I really don't know.

TeddyBare69 08-12-2002 11:23 PM

My guess on this would be the quotes.
if you put <*img=src\"balh\"*> the database should be happier. :D

Seifer 08-13-2002 12:13 AM

I see...I'll try that out.

Seifer 08-13-2002 12:40 AM

Quote:

Database error in vBulletin Control Panel 2.2.6:

Invalid SQL: SELECT user.userid,username,usergroupid,birthday,email,pa rentemail,right,coppauser,homepage,icq,aim,yahoo,s ignature,usertitle,FROM_UNIXTIME(joindate) AS joindate,FROM_UNIXTIME(lastvisit) AS lastvisit,FROM_UNIXTIME(lastpost) AS lastpost,posts,ipaddress,userfield.* FROM user,userfield WHERE 1=1 AND INSTR(LCASE(username),'josh')>0 AND userfield.userid=user.userid ORDER BY username LIMIT 0,300
mysql error: You have an error in your SQL syntax near 'coppauser,homepage,icq,aim,yahoo,signature,userti tle,FROM_UNIXTIME(joindate) AS ' at line 1

mysql error number: 1064

Date: Monday 12th of August 2002 09:35:37 PM
Script: http://plasmicgaming.com/forum/forum/admin/user.php
Referer: http://plasmicgaming.com/forum/admin...?action=modify
And yes, I added the table row in user.


All times are GMT. The time now is 03:49 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.01006 seconds
  • Memory Usage 1,714KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete