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)

dilbert 05-11-2006 10:42 PM

[high]* dilbert installs :)[/high]
This is terrific, thank you!

FreshFroot 05-18-2006 03:47 AM

Just had a question, anyway you could fix it, so it works with vbSEO? The members and top posters works fine. When it comes to the threads it doesn't take you to the last post, i'm guessing vbSEO interfere's with it......

tormodg 05-18-2006 06:56 AM

It works fine here, with vBSEO. It doesn't take you to the last post but first unread post.

lasto 05-18-2006 04:38 PM

works fine on vb3.5.4
installed flawlessy

/me clicks install

Zidane007nl 05-21-2006 08:12 PM

Installed it on my forums and it works sweet! Thanks.

B?-Y?u 05-27-2006 11:11 AM

I like it. Click Install :)

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)
)

Hi vbb-vietnam. I understand and I think I can help you :)

Open topXstats.php and plugin Top 'X' Stats by InfiniteWebby (Hook Location : forumhome_complete)
Find:

PHP Code:

// ## HIDE FORUMS WITHOUT THE CANVIEW, CANVIEWOTHERS OR CANSEEDELNOTICE PERMISSION ##
    
if (!($forumpermissions[$forum["forumid"]] & $vbulletin->bf_ugp_forumpermissions['canview']) AND !$vbulletin->options['showprivateforums'])  {
        
$excludedforums $excludedforums ',' $forum['forumid'];
    } 

Add Below

PHP Code:

    // ## HIDE FORUMS WITHOUT THE Not ACTIVE, DISPLAYORDER=0 ##
    
if (!$forum['displayorder'] OR !($forum['options'] & $vbulletin->bf_misc_forumoptions['active']) AND !$getinvisibles)
        {
            
$excludedforums $excludedforums ',' $forum['forumid'];
        } 

If i have time, I will write it as a option in ACP for U.
Enjoy it, compatriot :)

vBB-vietnam 05-29-2006 10:07 AM

Thank was support :banana:

Zain Jaffer 05-31-2006 03:00 PM

Anyone heard from Jonnie? (infinitewebbie).

He doesn't seem to have been active since 8th May?

redlabour 06-01-2006 09:22 AM

Hi,

i use this Hack now for Months. There was never a Problem. But now for 2 Days the latest Threads are allways shown as "New" even if i read them and the do not go to "Old"..

Anyone else with this Problem ???

Crazy - i log out to be a Guest. All changes to "old" now. I log in write a Posting and then this (my own) Posting is "New" marked. Help !!! :(

redlabour 06-02-2006 11:29 AM

Now i tested it again after mark all Forums as "read".

Answerd in another Thread then and the Thread is marked as "New" after reading. :confused:

In the Forum it is marked as "read". What the Hell ? :surprised:


All times are GMT. The time now is 05:51 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.03076 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
  • (2)bbcode_php_printable
  • (1)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