vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Top 'X' Stats (https://vborg.vbsupport.ru/showthread.php?t=59609)

KoC 08-07-2005 02:38 PM

I have a Problem.

There is no data in the Script. You can see it here http://www.turkforum.in
Please help me to resolve this problem

faast 08-07-2005 04:20 PM

can I see this in action somewhere? Share your link!

imported_Vengeance2k0 08-10-2005 08:28 PM

I get a parse error with it.

Code:

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/killer/public_html/Forums/index.php on line 49

edit: i fixed it nevermind this.

Mark.B 08-13-2005 09:15 AM

One issue with this hack is that if you have a usergroup whose posts go into pre-moderation before appearing, such posts show up in the stats box.

Anyone know how to fix this?

InfiniteWebby 08-13-2005 10:38 AM

Quote:

Originally Posted by Mark.B
One issue with this hack is that if you have a usergroup whose posts go into pre-moderation before appearing, such posts show up in the stats box.

Anyone know how to fix this?

In the index.php find:

Code:

WHERE NOT ISNULL(thread.threadid)
And replace with:

Code:

WHERE NOT ISNULL(thread.threadid) AND thread.visible <> 0
However this will only check if the thread requires moderation and not that of the latest post. It also doesn't check if the user has permissions to view moderated threads.

Edit: I didn't realise I was replying to my vB3.0 version of the hack. The above code might work. I don't know as I have no way of supporting my vB3.0 hacks.

HO3R 08-19-2005 04:08 PM

Great hack !!

Fully installed and fully working ;)
Great !

Greetz

iinstall is clicked

Duncan 09-10-2005 04:43 PM

My forum is located at: http://habbodiscussion.com

How do I get the "Top Posters" font smaller, its larger then the others.

axi 10-06-2005 02:00 PM

How would i go about it not to show the threads from a private forum ?

axi 10-06-2005 02:08 PM

oh found it!!

thanks ppl

DrewzR/T 10-11-2005 06:24 PM

clicks install!!!


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