vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   I am going to go insane..... (https://vborg.vbsupport.ru/showthread.php?t=36825)

zajako 04-01-2002 01:51 AM

I am going to go insane.....
 
Ok....I know my php...im just not to good with mysql because my comp won't let me install mysql so I have no way to view my database and get a better understanding of it. Any ways here is my problem....

the admin/functions.php file uses the $post[field7] for custom fields.(the custom ones are 7, 8, 9, 10 and so on...) anyways I want to put them on my forum homes as well as any other page I think it would belong on. I figured this would be easy to find the mysql command to pull from database...well i was wrong...
So basicaly i need to know the coding to type to
A.) gather custom fields into a array on my index page
B.) Update the changes to the database fields for the custom fields section.

I am barely maintaining sanity becuase of this so please help.
Also if you know a way to make it custom fields global variables I would very much appriciate it.

*sigh*

Logician 04-01-2002 09:46 AM

ok I am not writing this at home so I cant access my vbulletin db and I may be wrong, but this should work:

There is pre-definded object in vb code that make queries for you in vb db and you can use it for your queries. Eg.

Defeine your query like that:
$your_query=$DB_site->query("
SELECT s.userid, u.username FROM subscribethread s, user u WHERE u.userid=s.userid AND s.threadid='$threadid' ORDER BY u.username");

Then get the result like this:
$your_result=$DB_site->fetch_array($your_query);

As for profile fields I need to take a look at table structure, but if I'm not wrong it was in "user(s)" table.

Regards,

zajako 04-01-2002 03:54 PM

I knew about the query object...
but I just don't know where the acutal custom profile fields are. plus I am not good at formating the actual query.

I wish I was able to see my mysql database...but mysql rejects my comp when i try to install it. I need to make a dual boot for win 98 so i can...


All times are GMT. The time now is 12:59 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.00956 seconds
  • Memory Usage 1,708KB
  • 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
  • (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