The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Latest threads from vb5 forum
Hello,
I was using a php script for selecting latest vb forum threads (including thread name + last post author + date) all linked to specific thread / post. It was working great on vb3. Now when I bought vb5, i need to change the script. Actually I got mostly everything working except I am unable to get URL for specific thread / post. My current querry is as follows: Code:
SELECT lastcontentid,title,lastcontent,lastcontentauthor,nodeid FROM vb_node where contenttypeid = 30 ORDER BY lastcontentid DESC LIMIT $limit" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|