vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Microstats - load times, server loads, queries, uncached templates (https://vborg.vbsupport.ru/showthread.php?t=82900)

Mudvayne 06-19-2006 10:20 PM

I figured it out.. Edit the plugin via Admin CP.. Now its workin.. But in plugin ($vbulletin->userinfo['usergroupid'] == 6 or $vbulletin->userinfo['usergroupid'] == 9)) was worked fine.. But in priduct ($vbulletin->userinfo['usergroupid'] == 6 or $vbulletin->userinfo['usergroupid'] == 9)) gives error so I remove 1 brace n its start workin..
PHP Code:

($vbulletin->userinfo['usergroupid'] == or $vbulletin->userinfo['usergroupid'] == 9


TheBlackPoet 06-21-2006 04:58 AM

i never had a need for this type of information nor has my members.. but i installed it anyway... and found that I DID have a need for this... and it works great! thanks

ssslippy 06-28-2006 09:59 PM

Ok I was able to get it to show 2x by using the <!-- display microstats here --> in the footer. How can I get it to only show once?

kofoid 07-11-2006 03:58 PM

Are you all ready for a dumb question? How to I get my uncached templates cached??

Mudvayne 07-11-2006 04:08 PM

Quote:

Originally Posted by kofoid
Are you all ready for a dumb question? How to I get my uncached templates cached??

U can modify ur php file.. Don forget to change the Template_Name..
PHP Code:

// pre-cache templates used by all actions
$globaltemplates = array('Template_Name');

// pre-cache templates used by specific actions
$actiontemplates = array(); 

Or u can try this plugin.. But don forget to edit this line in plugin.. U just hav to put the uncached Template_Name..
PHP Code:

        <phpcode><![CDATA[$customtemplates = array('Template_Name'); $globaltemplates array_merge($globaltemplates$customtemplates);]]></phpcode

Sorry my english :confused:

kofoid 07-11-2006 05:05 PM

THANK YOU SHUVO!!!!!!!!!! One other dumb question - which php file should I edit? global?

Mudvayne 07-11-2006 05:13 PM

Quote:

Originally Posted by kofoid
THANK YOU SHUVO!!!!!!!!!! One other dumb question - which php file should I edit? global?

Depend which php file its using n which template is uncached.. Suppose SHOWTHREAD template is uncached thn u shud edit showthread.php.. But its allready hav done by vB dev ;).. Newayz u better use tht plugin I provide.. Or u can tell me which template u hav found uncached! I 'll provide a plugin tht u don hav to edit..

kofoid 07-11-2006 05:50 PM

OK I tried the plug in for "navbar2" and it didn't work.... here's what it's still showing me:
Powered by vBulletin Version 3.5.4
Copyright ?2000 - 2006, Jelsoft Enterprises Ltd.
Copyright 2005, Yada Yada Yada Copyright 2005, Let's Yada Yada Yada
Page generated in 0.79214 seconds with 19 queries (2 queries for uncached templates) [Server Loads: 1.92 2.59 : 2.89]
Uncached templates: gallery_top5 (4)
Uncached templates: navbar2 (1)

But THANK YOU for your help, sir!!!!!!!!!!!

kofoid 07-11-2006 05:52 PM

wait wait - It DID work - You are the KING I bow to you LOL thank you

Mudvayne 07-11-2006 06:00 PM

Quote:

Originally Posted by kofoid
wait wait - It DID work - You are the KING I bow to you LOL thank you

U r most welcome :).. BTW u shud edit ur signature.. Shud edit the link from http://www-lets-yada-yada-yada.com/ to http://www.lets-yada-yada-yada.com/ ;)..


All times are GMT. The time now is 01:58 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.01438 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete