The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a custom page I have created and im using a while statement to list something from the database.
My code: Code:
$thehash = ''; $result = $vbulletin->db ->query_read("SELECT DISTINCT hash FROM hashdb"); $count = mysql_num_rows($result); while($row = $vbulletin->db->fetch_array($result)) { $thehash .= ("<td class='cal'>" . $row['hash'] . "</td>"); } Does anyone know of a way to make the HTML show up on my custom page using this while statement? Other info: vBulletin 4.2.0 I tried disabling all plugins to see if that was an issue, no go. --------------- Added [DATE]1339033654[/DATE] at [TIME]1339033654[/TIME] --------------- never mind found my mistake... I was using {vb:var} instead of {vb:raw} |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|