vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - vBMicroStats (https://vborg.vbsupport.ru/showthread.php?t=140449)

Mutt 12-15-2007 01:32 PM

THANKS, worked fine on 3.68 patch 2

Quote:

Originally Posted by MickDoneDee (Post 1309573)
Installed to 3.6.7 PL1.
Initially, I received this error:
In the XML file I replaced maxversion="3.6.6" with maxversion="3.6.8" as suggested in a previous post.
After the successful import I found the plugin disabled by default (you can see a line through the title in the plugin manager) so I enabled it.

In vBulletin Options > Help BB MicroStats I enabled the plugin and turned on all the options. Debug Mode status only displays if it is enabled in the /includes/config.php file.

The template modification as supplied in the readme.html file corrupts the display so I wrapped it in it's own table tags.

Code:

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['microstats']"><!-- {microstats} --></if>
</tr>
</table>

Then I placed the code below the first table in the footer template. Hack working as expected. These stats are for forum home when logged in.

Page generated in 0.492 seconds (73.29% PHP - 26.71% MySQL) with 13 queries
DEBUG Mode ON | 0.19 : 0.22 : 0.24 | Uncached Templates: None

I've elected not to display Active Users, Memory Usage, and GZIP Level.

I am also running vBSEO without any conflicts.

Explain is also working fine.


tonyzhou 12-25-2007 09:25 AM

This mod will not work if you have VBAdvanced page integration (ie. sidebar for forumdisplay). You can fix it simply by changing vBMicroStats' plugin executionorder to 10 at the manage plugin page.

Oblivion Knight 12-26-2007 11:24 AM

Worked fine out of the box for me on 3.6.8 PL2, apart from changing the maxversion number on the .xml file..

Harley D 01-02-2008 10:24 AM

Quote:

Originally Posted by Oblivion Knight (Post 1409354)
Worked fine out of the box for me on 3.6.8 PL2, apart from changing the maxversion number on the .xml file..

Also works for me "3.6.8 PL2" with the above edit. :up:

TECK 01-04-2008 03:50 AM

Quote:

Originally Posted by nyunyu (Post 1399314)
Now it is working with charms... :D
I just edit my /forum/include/config.php
add at the bottom $config['Misc']['debug'] = 1;

You should use a boolean value instead:
Code:

$config['Misc']['debug'] = false;
That means the debug mode is disabled. To enable it, use:
Code:

$config['Misc']['debug'] = true;

Boofo 01-23-2008 04:10 AM

Does this work out of the box with 3.7.0 beta 4, sir? ;)

EDIT: It works fine with the new version. Just installed it and everything is working. Thank you, sir. ;)

I just noticed this when turning on DEBUG mode. The debug box at the bottom shows this:

Page Generation 0.32953 seconds
Memory Usage 5,799KB

Microstats shows this:

Page generated in 0.33539891 seconds
6,031.72KB Used

Shouldn't they be the same?

TECK 01-27-2008 03:28 PM

No, Bobby. My stats actually take into account all the hidden processes that run into vBulletin, also.
Good to see you here again, my good friend.

haytham 01-29-2008 06:08 PM

I installed on 3.6.8 but nothing shows at the bottom of any page????

haytham 01-29-2008 06:12 PM

Sorry. I had turned it on in VB options but not as a product. Working now. Can anyone tell me if this is good or bad:
Page generated in 0.34007096 seconds (83.96% PHP - 16.04% MySQL) with 43 queries

Boofo 01-31-2008 11:36 AM

A lot of queries but not as bad as it could be. ;)

@TECK - Thank you, sir. It's been a while. ;)


All times are GMT. The time now is 09:40 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.01569 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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