The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]()
It really depends on what specifically your looking to pull and how you want the information pulled. The above doesn't make use of vBulletin's coding directly or allow you open modification from the template system (which would ease how you display the data).
Insert the following into your PHP file. PHP Code:
Code:
$thread[title] <br /> Posted By: $thread[postusername] <br /> Posted On: $dateposted <br /> <br /> The above MySQL Query will pull the last 5 threads from the database and use the 'latest_thread_display' template as the acting template to display the data. To use the above, however, you will need to include global.php within your PHP file, as noted below, else the functions will not...function ![]() PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|