The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Last 10 Posts - Please help
I've searched the forums hundred times and didn't find the hack that would do this
I needd to show last 10 threads with the latest posts. I have this SQL Code:
SELECT DISTINCT thread.threadid, post.postid, post.username, thread.title FROM post, thread WHERE thread.threadid = post.threadid ORDER BY post.dateline DESC LIMIT 10 How do I make this work? Thanks, appreciate your help! |
#2
|
|||
|
|||
Anyone?
|
#3
|
|||
|
|||
I need it too
|
#4
|
|||
|
|||
I am also looking for an easy way to show the last 10 post etc... I am using vb3, when i used vb2, there was a cool hack that would display the last XXX amount of post on a non-vb page, I haven't found one of those for vb3 yet, I'm sure it's around, just haven't located it yet
Found the hack: https://vborg.vbsupport.ru/showthrea...&highlight=vb3 EDITED TO ADD: I just found out that this same script can work with VB3, just need to modify the paths in the config file. |
#5
|
|||
|
|||
Yep - I'm running vB3 RC 4 and with a little modification of the paths, this works .
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|