The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I would like to have the 10 newest posts titles show up on the homepage for my site, the best idea I can come up with is to use an rss feed reader (although I don't think the forum software supports feeds) or something equivalent to that unless someone has a better idea.
|
#2
|
||||
|
||||
![]() Quote:
|
#3
|
|||
|
|||
![]()
Create a new plugin
Product: vBulletin Hook: forumhome_complete In the box add: PHP Code:
|
#4
|
|||
|
|||
![]()
This only displays one 'latest thread'
Is there a way to fix it? Thanks! |
#5
|
|||
|
|||
![]()
He forgot a '.'
![]() PHP Code:
|
#6
|
|||
|
|||
![]()
AHH...thank you!
How would you go about coding this to follow forum permissions? I really appreciate any help! |
#7
|
|||
|
|||
![]()
Does this still work in 3.7? I can't seem to get it to work...
|
#8
|
|||
|
|||
![]()
thank you this works perfectly in vb 3.6.x
quick question for anyone is there anyway to limit it to only show titles from specific forums should i be doing select * from where something something is = to something thanks anyway |
#9
|
|||
|
|||
![]() Quote:
[sql] SELECT title, threadid FROM ". TABLE_PREFIX ."thread WHERE forumid IN (X, Y, Z) ORDER BY lastpost DESC LIMIT 10"[/sql] Change [minicode]title, threadid[/minicode] to * if you want to select all fields. X, Y, Z Being a comma separated list of the ForumID numbers. |
#10
|
|||
|
|||
![]()
ahhh! many thanks opserty! that works absolutely absolutely perfectly
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|