The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
make it work with vbulletin?
Hello,
Part of this code does not work with vBulletin. It is support to fetch the latest threads in my board. Code:
<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> Code:
?=<?= $row['postid'] ?>"><span><?= (strlen($row['title']) > 20) ? substr($row['title'], 0, 25) . '...' : $row['title'] ?></span></a> |
#2
|
|||
|
|||
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.
|
#3
|
||||
|
||||
Thank YOU! will do.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|