vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=188085)

ThorstenA 08-14-2008 01:15 PM

There are no additional queries for normal users and if you just surf on forumdisplay.

Only if you are moderator, supermoderator, administrator AND let you show statistic page, there are around 10 queries I think to display this page.

john102774 08-14-2008 04:46 PM

Quote:

Originally Posted by ThorstenA (Post 1598366)
There was a bug with auto-template, new version 0.2 adresses this. Upgrade highly recommended.

It works now. Thanks!:up:

munnakv 08-15-2008 12:18 PM

Thanks. I have installed.

Animparadise 08-16-2008 02:09 PM

is there anyway to add specific user/usergroup can see this?

ThorstenA 08-16-2008 03:06 PM

Quote:

Originally Posted by Animparadise (Post 1600060)
is there anyway to add specific user/usergroup can see this?

Currently you can change usergroupids if you change these numbers on top of all plugins.
Code:

in_array($vbulletin->userinfo['usergroupid'], array(5,6,7)))

George_46 08-16-2008 11:25 PM

Row: 92: $imgpath
Code:


                $imgpath = '../' . $stylevars['imgdir_poll'];

Right:
Code:

                $imgpath = './' . $stylevars['imgdir_poll'];
:up:

mlthmp 08-17-2008 07:56 AM

Have a question. I have installed this mod, and so far I really like it. However its not displaying correctly in forums that do not have "sub-forums"

For all forum areas that do have subs, the link displays correctly (above the subforum listing) however, for areas without sub forums the link displays in the middle of the Page Nav links (1,2,3,4) and so on.

There anyway I can fix this?

Thanks!

ThorstenA 08-17-2008 08:07 AM

Quote:

Originally Posted by mlthmp (Post 1600564)
Have a question. I have installed this mod, and so far I really like it. However its not displaying correctly in forums that do not have "sub-forums"

For all forum areas that do have subs, the link displays correctly (above the subforum listing) however, for areas without sub forums the link displays in the middle of the Page Nav links (1,2,3,4) and so on.

There anyway I can fix this?

Replace template forumstats_navbar with
Code:

<div class="smallfont"><a style="float:right" href="misc.php?do=statistics&foruminclude=$foruminfo[forumid]">Forum Statistics</a></div>
Is it working right now?

Goomzee 08-17-2008 08:26 AM

very nice how could i set permission for Moderator and GModeratos

mlthmp 08-17-2008 08:28 AM

Nope.. still in the page navigation field (1,2,3)


All times are GMT. The time now is 04:33 PM.

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.01292 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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