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)
-   -   Statistics Modifications - Cyb - Advanced Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=122986)

Dragonsfury 10-05-2006 02:59 PM

Freakin Awesome.. thank you :D

voteforbird 10-06-2006 02:37 AM

Is there a way to make this display on more than one other page?

voteforbird 10-06-2006 02:40 AM

Nevermind. Got it ;)

voteforbird 10-06-2006 02:56 AM

When I use this on forumdisplay, suddenly everyone but the administrator usergroup gets a No Permission message. Any idea why?

Shazz 10-07-2006 08:25 PM

Installed * Instead of using topXstats..

DementedMindz 10-07-2006 09:14 PM

switched from topxstats since this is updated and supported more but Cybernetec can you clean the code up to make it Valid XHTML most of it is with images not being closed.

find

Code:

$newpostprefix = '<img border="0" alt="'.$vbphrase['new'].'" src="'.$vbulletin->options['cybtopstats_prefix_new'].'">';
                        $oldpostprefix = '<img border="0" alt="'.$vbphrase['old'].'" src="'.$vbulletin->options['cybtopstats_prefix_old'].'">';


switch to this

Code:

$newpostprefix = '<img border="0" alt="'.$vbphrase['new'].'" src="'.$vbulletin->options['cybtopstats_prefix_new'].'" />';
                        $oldpostprefix = '<img border="0" alt="'.$vbphrase['old'].'" src="'.$vbulletin->options['cybtopstats_prefix_old'].'" />';

working on the other ones now

Jack Black 10-07-2006 09:15 PM

Since upgrading to 3.6.1, & 3.6.2, using version 3.8 of this....everyone bar admin's gets no permission screens when trying to vote on polls or post attachments?

Will the upgrade to 4.1 fix this, or should i just uninstall the whole thing?

Shazz 10-07-2006 09:21 PM

Quote:

Originally Posted by DementedMindz
switched from topxstats since this is updated and supported more but Cybernetec can you clean the code up to make it Valid XHTML most of it is with images not being closed.

find

Code:

$newpostprefix = '<img border="0" alt="'.$vbphrase['new'].'" src="'.$vbulletin->options['cybtopstats_prefix_new'].'">';
                        $oldpostprefix = '<img border="0" alt="'.$vbphrase['old'].'" src="'.$vbulletin->options['cybtopstats_prefix_old'].'">';


switch to this

Code:

$newpostprefix = '<img border="0" alt="'.$vbphrase['new'].'" src="'.$vbulletin->options['cybtopstats_prefix_new'].'" />';
                        $oldpostprefix = '<img border="0" alt="'.$vbphrase['old'].'" src="'.$vbulletin->options['cybtopstats_prefix_old'].'" />';

working on the other ones now

You found this in the XML file?

DementedMindz 10-07-2006 09:25 PM

I changed it before I uploaded it but if you already have it on site you can Edit Plugin Cyb - Advanced Forum Statistics - MN
im working on the other fixes now

theChronic 10-08-2006 01:01 AM

Is there a way to set a time period for it to count for? Or a way to reset the counters?


All times are GMT. The time now is 01:56 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.02297 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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