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)
-   -   Top 'X' Stats (https://vborg.vbsupport.ru/showthread.php?t=93065)

fanhost.com 04-13-2006 12:35 AM

anyone else having issues with this killing their server?

DementedMindz 04-13-2006 11:57 AM

Quote:

Originally Posted by fanhost.com
anyone else having issues with this killing their server?

nope not at all..

SCORPION1 04-17-2006 03:47 AM

whooooooo i have been looking for this hack nice one m8 went in like a dream:banana:

vBB-vietnam 04-17-2006 08:53 AM

I don't want forums isn't active appear the latest replies column. How to ?

Forum isn't Active mean: Will not appear but remains accessible if the forum's URL is known
(Edit in ACP -> Forum Manager -> Chose Forum, see blow:
Forum is Active (Will not appear if set to no, but remains accessible if the forum's URL is known)
)

vBB-vietnam 04-25-2006 02:36 PM

Help me, Please
Thank !

plateau 04-26-2006 07:11 AM

Quote:

Originally Posted by vBB-vietnam
I don't want forums isn't active appear the latest replies column. How to ?

Forum isn't Active mean: Will not appear but remains accessible if the forum's URL is known
(Edit in ACP -> Forum Manager -> Chose Forum, see blow:
Forum is Active (Will not appear if set to no, but remains accessible if the forum's URL is known)
)

i guess what u want is to exclude some forums from being calculated, and the current hack does not support this requirement.

what u need to do is to find out that part of code in php, and in the SQL try to exclude the those forums that u dont wanna be included in the statistic.

e.g.

search ......... where forumid != 1..............

hope the concept helps.

obmob 04-26-2006 11:37 PM

Hey, great mod, thanks... i was looking to translate it to spanish, but somehow i can't find the "Statistics - Top X" phrase :(

vBB-vietnam 04-26-2006 11:45 PM

Quote:

Originally Posted by plateau
i guess what u want is to exclude some forums from being calculated, and the current hack does not support this requirement.

what u need to do is to find out that part of code in php, and in the SQL try to exclude the those forums that u dont wanna be included in the statistic.

e.g.

search ......... where forumid != 1..............

hope the concept helps.

I write small code:

PHP Code:

//List all forum isn't active & child
$childlist $db->query_first("SELECT childlist     FROM " TABLE_PREFIX " forum    WHERE displayorder='0' "); 
if(
$childlist['childlist'])
 {
 
$excludedforums $excludedforums ',' $childlist['childlist'];
 } 

but query_first "Executes a data-reading SQL query, then returns an array of the data from the first row from the result set". Now I want returns an array of the data from the all row from the result set. How to ? I don't know about mysql & vBulletin.
THank !

e DoGG 4 sHo 05-08-2006 01:49 AM

Hi guys I have installed this Top 'X' Stats by InfiniteWebby hack on my board, and it works great on the default skin, but when I went to purchase a new skin for my site the hack does not appear on the forums at all. 1.2.1 is the version that I currently have on my site and I was told by another fellow vbulletin member that the hack should have automatically installed itself on to the new skin like the hide hack did. Is the hack just incompatible with the top x stat hack or am I doing something wrong.

Thanks for the help, I will really appreciate it.

Puntal 05-11-2006 08:46 PM

I have just installed this also,but how do i show it at the top?It's Showing at the bottom of the page...

Cumps
Puntal


All times are GMT. The time now is 12:41 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.01447 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)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