The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Here;s the one for the last few threads:
Code:
$Zforum = 5; private function fetch_lastids() { $lastx = $this->registry->db->query_first(" SELECT COUNT(`threadid`) AS `lastx` FROM " . TABLE_PREFIX . "thread AS thread WHERE thread.forumid IN (0,". $Zforum. ") AND thread.visible = 1 "); $this->threadscount = $lastx['lastx']; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|