The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
Forgot to say "thanks for the reply" in my other message. Here''s the whole piece which may help.
Code:
// ############ How many of each brand of boats $boatbrands=$DB_site->query('select count(*)AS countboats, field6 as boatbrands FROM userfield WHERE field6 <> "n/a" AND field6 <> "n" AND field6 <> "none" AND field6 <> "NA" GROUP by field6 ORDER BY 1 DESC LIMIT 10'); while($boatbrand=$DB_site->fetch_array($boatbrands)) { $boatbrands=$boatbrands["boatbrands"]; } eval("dooutput(\"".gettemplate("boatstats_stats")."\");"); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|