The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mysql query and result
PHP Code:
Quote:
*edit* I posted this over at vbulletin.com and was told it was caused by mixing vbulletin classes and php classes. I am not really familier with vbulletin classes so I could use some help. I was told that I should ask here. |
#2
|
||||
|
||||
Change the query_first to just query. Then get rid of the $result = line... Then change any reference of $result to $reviews. Also change "$reviews[title]" to "$row[title]".
|
#3
|
||||
|
||||
Also change 'mysql_num_rows' to '$DB_site->num_rows' and 'mysql_fetch_array' to '$DB_site->fetch_array'
|
#4
|
|||
|
|||
Thanks, that fixed it.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|