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 5 "Hot" Topics on Forum Home Page (https://vborg.vbsupport.ru/showthread.php?t=93094)

amykhar 07-27-2005 10:00 PM

Top 5 "Hot" Topics on Forum Home Page
 
This little one puts a list of the five threads with the most replies that have been active in the past 7 days on your forum home page.

You can change the query to make it 10 topics with most views or whatever suits your needs.

Things you may want to change:

To get the top 10, 20 or whatever topics instead of 5, change
Code:

LIMIT 5
to the number of your choice.

To get the top topics based on views instead of replies, change
Code:

ORDER BY replycount
to
Code:

ORDER BY views
To keep track of the top threads that are currently active, no matter when they were started, change
Code:

WHERE dateline > $datecut
to
Code:

WHERE lastpost > $datecut

Darth Gill 07-28-2005 11:14 PM

I installed it and modified the template a little bit to my liking. But you have a HUGE BUG!

Take this out of $topicstring in the plugin! "http://www.eaforums.com/forums/"

amykhar 07-28-2005 11:33 PM

Quote:

Originally Posted by Darth Gill
I installed it and modified the template a little bit to my liking. But you have a HUGE BUG!

Take this out of $topicstring in the plugin! "http://www.eaforums.com/forums/"

Oops. I never really intended to share this one. I'll fix that now.

amykhar 07-28-2005 11:42 PM

The problem is fixed in the zip.

Neal-UK 07-29-2005 12:56 AM

Quote:

Originally Posted by amykhar
The problem is fixed in the zip.

still doing it on my forum

Neal-UK 07-29-2005 01:03 AM

...but sorted it 'mesell'

kall 07-29-2005 07:11 AM

Hahahahah! Love the 5th Topic's title amy!!

Boofo 07-29-2005 08:08 AM

That's our Amy! ;)

If anyone is interested, I edited a few things to make this look more in line with the rest of the What's Going On box. See the attached pic. ;)

It is also collaspable. ;)

Darth Gill 07-29-2005 11:03 AM

I did the same thing... I made it collapseable as well as moved the number of replies to the title attribute so that it shows only on mouseovers. I also replaced the breaklines with spaces.... One more change is since my board likes to have long lengthy discussions over months at a time, I made it the 5 hottest topics for the month. :)

Here's a screenshot.

http://forums.5solas.org/

amykhar 07-29-2005 01:26 PM

Yeah, my what's going on box is very different than most people's. That's why I put in there that the html was only a suggestion ;)

Amy


All times are GMT. The time now is 08:41 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.01112 seconds
  • Memory Usage 1,731KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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