PDA

View Full Version : make it work with vbulletin?


xjuliox
11-26-2007, 10:07 AM
Hello,

Part of this code does not work with vBulletin. It is support to fetch the latest threads in my board.
<li class="item"><a href="/forum/forumdisplay.php?=<?= $row['postid'] ?>"><span><?= (strlen($row['title']) > 20) ? substr($row['title'], 0, 25) . '...' : $row['title'] ?></span></a></li>

This part here from the code is from PHPBB board.
?=<?= $row['postid'] ?>"><span><?= (strlen($row['title']) > 20) ? substr($row['title'], 0, 25) . '...' : $row['title'] ?></span></a>

What i need is the phpbb part to be converted into vBulletin.

Opserty
11-26-2007, 03:29 PM
There are instructions on vBulletin.com about how to display the latest threads on your forumhome/external page. I would give you a link but they closed the forums to upgrade to 3.7 but if you try search for "Latest Threads" in the Customisations forum of vBulletin.com you may find the thread.

xjuliox
11-26-2007, 03:39 PM
Thank YOU! will do. :)