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> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|