The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
I am calling the footer template...
Microstats shows up in the source code like this <!-- {microstats} --> |
#12
|
|||
|
|||
If your using the vBulletin templates system, then it should show. I know vBM using code along these lines:
PHP Code:
Which should be replacing <!-- {microstats} --> with the stats. I would suggest asking TECK in his hack thread? |
#13
|
|||
|
|||
It shows up right on all pages except my custom ones...
I'm lost.. I guess I just wait for TECK |
#14
|
|||
|
|||
how does your templatecode look like?
|
#15
|
|||
|
|||
I'm not using a template I'm just using a php page and including the VB stuff into it..
I'm going to test converting one of my pages to this way of doing it and see if the microstats work then. |
#16
|
|||
|
|||
what?
now i don't understand^^ |
#17
|
|||
|
|||
I have a php page..
With this at the top Code:
// ####################### SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE); // #################### DEFINE IMPORTANT CONSTANTS ####################### define('NO_REGISTER_GLOBALS', 1); define('THIS_SCRIPT', 'league_main'); // change this depending on your filename // ################### PRE-CACHE TEMPLATES AND DATA ###################### // get special phrase groups $phrasegroups = array( ); // get special data templates from the datastore $specialtemplates = array( ); // pre-cache templates used by all actions $globaltemplates = array( 'LEAGUE', ); // pre-cache templates used by specific actions $actiontemplates = array( ); // ######################### REQUIRE BACK-END ############################ require_once($_SERVER["DOCUMENT_ROOT"].'/forum/global.php'); // ####################################################################### // ######################## START MAIN SCRIPT ############################ // ####################################################################### $navbits = array(); $navbits[$parent] = 'League'; $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); Code:
<?=$footer?> |
#18
|
|||
|
|||
wtf
have you a template called 'LEAGUE' ? if not why you made this: PHP Code:
and use the shell_blank for your output! $html.="bla blasdasd"; for (......................) { $html.=$bladad.'<br />'; } or whatever so it will be in the template and you will have no probs with the footer |
#19
|
|||
|
|||
Quote:
Quote:
Quote:
|
#20
|
|||
|
|||
shell_blank is a template in vBulletin and serves as a shell for a full page template if you need to create one.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|