
04-19-2005, 11:26 PM
|
|
|
Join Date: Jul 2004
Location: washington
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Delphy
To change the number of threads on a forum that has thumbnails:
Edit forumdisplay.php
Find the section where you define forumids
Code:
$forumids = array(41, 43, 44, 45, 46, 47, 48, 49, 69, 70, 40, 50, 51, 52, 97, 98);
if (in_array($forumid, $forumids)) {
$displaythumbs = true;
BELOW this add:
Thats it.  You could add this as a vBulletin option too.
|
this worked if you changed the page. But not if you view a forum by itself.
|