View Full Version : Is it possible to have multiple latest forum topics blocks in the same page?
Morrus
07-10-2004, 06:57 PM
www.enworld.org
Currently we're using the syndication script to accomplish this effect, but that eats up a lot of unnecessary processor time. How could I modify latesttopics.php so that I can choose the forum # within the code itself instead of using the settings menu for the rest of vbulletin.
Brian
07-10-2004, 07:28 PM
WHERE open <> '10' AND thread.visible = 1 $iforumperms $inforums $notdeleted
Replace that with:
WHERE open <> '10' AND thread.visible = 1 $iforumperms AND thread.forumid IN(x,y,z) $notdeleted
Morrus
07-10-2004, 11:41 PM
K, that' works - thanks a lot :)
ragintajin
12-29-2004, 02:46 AM
Brian, would it be possible to hardcode the amount of Latest Threads?
theMusicMan
12-29-2004, 04:02 AM
Brian, would it be possible to hardcode the amount of Latest Threads?
Just change the number Brian has as '10' in the exmple above. That should do it.:)
tomshawk
12-29-2004, 09:14 AM
www.enworld.org
Currently we're using the syndication script to accomplish this effect, but that eats up a lot of unnecessary processor time. How could I modify latesttopics.php so that I can choose the forum # within the code itself instead of using the settings menu for the rest of vbulletin.
http://www.vbadvanced.com/forum/showthread.php?t=4115
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.