The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hot forum topics on forumhome
I'm running vB3.0.1 and I would love to be able to have hot topic listing like shown on the attached jpg image on my forumhome.
Is this feasible? Is there anything out there similar? Thanks guys Zacharicus www.intelligencenetwork.net www.mindsofintelligence.com |
#2
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=60544&highlight=recent+threads" target="_blank">https://vborg.vbsupport.ru/showt...recent+threads</a>
that one shows the last 10 threads made |
#3
|
|||
|
|||
Instead of just showing the last 10 threads made, any way to show the 10 most active, based on number of posts in X days, with X being set by the mod?
|
#4
|
||||
|
||||
Well, I modified NTLDR's 'Latest Threads On Forum Home' hack to do it
In Index.php PHP Code:
HTML Code:
<div class="smallfont"> <if condition="$show['firstnew']"> <a href="showthread.php?$session[sessionurl]threadid=$thread[threadid]&goto=newpost"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /></a> </if> <if condition="$show['icon'] && !$show['firstnew']"> <img src="$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" /> </if> <a href="showthread.php?$session[sessionurl]threadid=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a> </if> <phrase 1="member.php?$session[sessionurl]find=lastposter&threadid=$thread[threadid]" 2="$thread[postusername]">$vbphrase[by_x]</phrase> </div> |
#5
|
|||
|
|||
Quote:
Not to dig up an old thread, but what if you wanted to do both The Latest Threads, and Hot Threads? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|