vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - NJAquaman - Custom Template Global Variables (https://vborg.vbsupport.ru/showthread.php?t=232388)

NJAquaman 01-05-2010 10:00 PM

NJAquaman - Custom Template Global Variables
 
1 Attachment(s)
What: A Simple Plugin To Give you Global Custom Variable of Your Choice, in any template
of Your Choice! This will display a custom variable that you define. Great For Widgets !

WORKS WITH ..!!!
4.0.x

Browser Comparability (All Latest Versions);
Internet Explorer
Firefox
Opera
Safari
Google Chrome


Install:

1) Navigate to ACP> Plugins & Products > Add New Plugin
2) Product : Vbulletin
Hook Location : global_start
Title : Global Weather Var
Execution Order : 5

3) Insert the Code;

Code:

$weather = ' Todays Weather Is Party Cloudy ';
$rain = ' Alot ';
$array = array('weather' => $weather,'rain' => $rain); 
vB_Template::preRegister('vbcms_widget_weather', $array);



Notes:
- In the $array part is where you put the variable you are going to use in this format;
$array = array('weather' => $weather,'rain' => $rain); or
$array = array('weather' => $weather,'rain' => $rain, 'snow' => $snow); ect ect ...

- Next you need to define the Var and what will show up like this ;
$weather = ' Todays Weather Is Party Cloudy '; or/and
$rain = ' Alot of it'; ect ect ...

- Last you need to Define what template will use the code like this;
vB_Template:: preRegister('vbcms_widget_weather', $array);
("vbcms_widget_weather" is the template name)

-If you are going to put this in a widget create a custom temple before you start this
process and make the widget use the template you created.Then Put the Variables in the
Template.

4) Save
5) Put the {vb:var weather} and {vb:var rain} code in a the template of you choice to view.



DONT FORGET TO CLICK INSTALL




__________________________________________
Change Log
-----

cory_booth 01-06-2010 09:19 PM

I think a lot of your recent "plugins" belong in the Forum under VB4 Programming.

IMO... No offense...

Dr.osamA 01-07-2010 07:01 AM

Any demo plzz

or pic
tagged
thanxx

NJAquaman 01-07-2010 11:01 AM

Quote:

Originally Posted by cory_booth (Post 1949101)
I think a lot of your recent "plugins" belong in the Forum under VB4 Programming.

IMO... No offense...

Most Likely , i Just want people to use such simple code and not all the big Products. Its cleaner , simple code ,and people can understand how it works!

thank you for your interest Cory!


All times are GMT. The time now is 11:30 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.02037 seconds
  • Memory Usage 1,718KB
  • 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)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