The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey , Can someone please tell me how i can take like my latest 5 or 10 topics from a specifc section, of my forum, and show them on a section on my new site layout, not forum?, and does my site have to be .html or .php?
|
#2
|
|||
|
|||
![]() Code:
$query = mysql_query("SELECT * FROM `[vb_prefix]_thread` WHERE `open`='1' ORDER BY `dateline` DESC LIMIT 0,8"); And since you asked, yes - it has to be php. |
#3
|
|||
|
|||
![]()
Thats a query lol. i need php code
|
#4
|
|||
|
|||
![]()
You can use my RSSI package to do the same thing
![]() vRSSI MOD URL: https://vborg.vbsupport.ru/showthread.php?t=113214 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|