The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
This will add a query for each post displayed... (bad idea)
Use $this->registry->db instead of $vbulletin->db, as $vbulletin isn't available inside of classes. Don't use mysql_fetch_array; instead, use $this->registry->fetch_array() You are probably better off editing the template cache dynamically rather than modifying the post count value, because from the looks of it now this will break your HTML a little... |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|