Go Back   vb.org Archive > vBulletin Article Depository > Read An Article > vBulletin 3 Articles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBulletin Variables List
veenuisthebest's Avatar
veenuisthebest
Join Date: Mar 2008
Posts: 1,416

100% BCA, 33.33% CA

India
Show Printable Version Email this Page Subscription
veenuisthebest veenuisthebest is offline 05-19-2008, 10:00 PM

vB variables list comes in handy now. Should be useful to all. Credits to vBulletinsetup.com

Site Statistics:-
  • $totalthreads - Displays the total number of threads in the forum
  • $totalposts - Displays total number of posts in the forum
  • $numbermembers - Display total number of members in the forum
  • $totalonline - Displays the number of total users currently online
  • $numberregistered - Displays the number of total registered users currently online
  • $numberguest - Displays the number of total guests currently online
  • $recordusers - Displays the number of most users ever online
  • $recorddate - Displays the date on which most users were ever online
  • $recordtime - Displays the time on which most users were ever online
  • $activeusers - Displays a list of currently active/online Users (i.e. logged in)
  • $activemembers - Displays the number of members who are active in the forum
  • $newusername - Displays the username of the newly registered user
  • $birthdays - Displays list of users whose birthday is today
  • $upcomingevents - Displays list of upcoming events

$BBuserinfo Array, this can show anything thats stored in the user table

  • $bbuserinfo[username] - Username
  • $bbuserinfo[userid] - User ID number
  • $bbuserinfo[posts] - Users postcount
  • $bbuserinfo[signature] - Users signature
  • $bbuserinfo[email] - User Email Address
  • $bbuserinfo[homepage] - Users homepage in profile
  • $bbuserinfo[msn] - Users MSN address from profile
  • $bbuserinfo[yahoo] - "" Yahoo ""
  • $bbuserinfo[icq] - "" ICQ ""
  • $bbuserinfo[usertitle] - Users custom usertitle

$VBoptions Array, these are the options stored in the settings table, i.e things that you configured from vbulletin AdminCP>>vbulletin Options.
  • $vboptions[forumactive] - Status of whether forum is turned on/off
  • $vboptions[bbclosedreason] - Reason why forum turned off
  • $vboptions[bbtitle] - Forum title
  • $vboptions[bburl] - Forum URL
  • $vboptions[hometitle] - Site homepage Title
  • $vboptions[homeurl] - Site homepage URL
  • $vboptions[copyrighttext] - Site copyright text
  • $vboptions[privacyurl] - URL to forum privacy statement
  • $vboptions[webmasteremail] - Webmaster email address
  • $vboptions[contactuslink] - contact us URL
  • $vboptiions[enablehooks] - Status of plugin/hook system
  • $vboptions[imagetype] - Determine if using GD or Imagemagick
  • $vboptions[timeoffset] - forum time offset
  • $vboptions[cookiepath] - forum cookie path
  • $vboptions[legacypostbit] - Determine if using legacy (side) postbit or new horizontal postbit
  • $vboptions[use_smtp] - If SMTP mail is enabled
  • $vboptions[smtp_host] - SMTP hostname
  • $vboptions[smtp_port] - SMTP port number
  • $vboptions[allowregistrations] - Determine if new users can register
  • $vboptions[welcomemail] - Determine if welcome mail is sent on registration
  • $vboptions[avatarenabled] - Check if avatars are enabled
  • $vboptions[reputationenable] - Check if reputation system is enabled
$stylevar Array, this contains all the paths to forum images and other style variables that are editable in the Styles and templates >> Stylevars
  • $stylevar[titleimage] - Path/filename for top banner
  • $stylevar[outertablewidth] - The width of your forum
  • $stylevar[spacersize] - Spacing betwen main body and content
  • $stylevar[cellspacing] - Inner border width
  • $stylevar[cellpadding] Table cell padding
  • $stylevar[formwidth] - Form width in pixels
  • $stylevar[imgdir_buton] - Path for forum buttons
  • $stylevar[imgdir_statusicon] - Path for status icons
  • $stylevar[imgdir_attach] - Path for attachment icons

$css array, this is where all the CSS attributed can be located
  • $css variables[body][background] - Body background colour
  • $css[body][color] - Body text colour
  • $css[body][LINK_N][color] - Body normal links
  • $css[body][LINK_V][color] - Body visited links
  • $css[body][LINK_M][color] - Body link hover colour
  • $css[.page][background] - Page background colour
  • $css[.page][color] - Page text colour
  • $css[.tborder][background] - Table border background colour
  • $css[.tborder][color] - Table border font colour
  • $css[.tcat][background] - Category strip background/colour
  • $css[.tcat][color] - Category strip font colour
  • $css[.thead][background] - Table header background gradient/colour
  • $css[.thead][color] - Table header background colour
  • $css[.tfoot][background] - Table footer background colour/gradient
  • $css[.tfoot][color] - Table footer text colour

Ad Location Template variables:-
  • $ad_location[ad_footer_end] - Displays content of ad_footer_end template
  • $ad_location[ad_footer_start] - Displays content of ad_footer_start template
  • $ad_location[ad_forumdisplay_afterthreads] - Displays content of ad_forumdisplay_afterthreads template
  • $ad_location[ad_forumdisplay_afterforums] - Displays content of ad_forumdisplay_afterforums template
  • $ad_location[ad_header_logo] - Displays content of ad_header_logo template
  • $ad_location[ad_header_end] - Displays content of ad_header_end template
  • $ad_location[ad_navbar_below] - Displays content of ad_navbar_below template
  • $ad_location[ad_showthread_beforeqr] - Displays content of ad_showthread_beforeqr template
  • $ad_location[ad_showthread_firstpost] - Displays content of ad_showthread_firstpost template


Miscellenous:-

  • $notices - Used to display notices (for 3.7 onwards)
  • $notifications_total - Used to display total number of unread notifications (for 3.7 onwards)

Source: http://tech6.com/f51/vbulletin-variables-list-t123/
Reply With Quote
  #22  
Old 04-21-2009, 02:51 PM
Indyaboard Indyaboard is offline
 
Join Date: Dec 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much, really useful!
Reply With Quote
  #23  
Old 04-22-2009, 12:19 PM
Dalma Dalma is offline
 
Join Date: Apr 2009
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh this is going to be very helpful.
Reply With Quote
  #24  
Old 05-04-2009, 03:50 PM
veyissen veyissen is offline
 
Join Date: Jan 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can I get the first post's title of a thread?
Reply With Quote
  #25  
Old 06-24-2009, 07:39 PM
ubcforums ubcforums is offline
 
Join Date: Apr 2009
Location: clouds
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i use it in templates ? please
Reply With Quote
  #26  
Old 09-22-2009, 01:17 PM
TalkVirginia's Avatar
TalkVirginia TalkVirginia is offline
 
Join Date: Oct 2008
Location: Virginia
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wanted to use some of the site statistic variables in a side column but I noticed that some don't show up on the showthread page. Any idea how to get them to show up?
Reply With Quote
  #27  
Old 09-30-2009, 06:45 PM
Trasion Trasion is offline
 
Join Date: Sep 2009
Location: New York
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I show the user(s) rank? Using the $bbuserinfo one?
Reply With Quote
  #28  
Old 10-01-2009, 04:04 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$post[rank] inside the postbit.
$bbuserinfo[rank] outside the postbit.
Reply With Quote
  #29  
Old 10-01-2009, 06:47 PM
Trasion Trasion is offline
 
Join Date: Sep 2009
Location: New York
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Neither of them worked for me, but thanks for trying to help.
Reply With Quote
  #30  
Old 10-02-2009, 12:34 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trasion View Post
Neither of them worked for me, but thanks for trying to help.
How and where did you implement them?
Reply With Quote
  #31  
Old 10-02-2009, 10:06 PM
deepmartini deepmartini is offline
 
Join Date: Jun 2008
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a tutorial or easy way to learn how to use these and design with them, as in pulling certain elements up to the front page? Seems very powerful!!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05875 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_article
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (9)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete