The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
can we get a little more clarification on this? How in fact do we run a query to fetch that data.
This is what we have so far: Code:
LINE 50<?php include(Forum/global.php); $threads = $vbulletin->db->query_read(" SELECT * FROM " . blakecul_vbullet . "thread WHERE forumid = 2 ORDER BY dateline DESC LIMIT 5 "); while ($thread = $vbulletin->db->fetch_array($threads)) { // thread data is in $thread } ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|