Quote:
Originally Posted by Mythotical
I am having problems seriously. I don't understand this whole setting up of a banner rotation. I have followed each image and still nothing, I have changed from relative to absolute path, I have followed all suggestions and still nothing. Help please.
http://www.vbrenegades.com/vbr.php it should be showing up aligned to the right.
|
Your script doesn't seem to call the
view_ad function plugin, which resides on hook
init_startup.
Make sure the plugin is enabled and the hook exists in you script.
As your script isn't part of original vBulletin, I can't give further free support.
Quote:
Originally Posted by Triple_T
Can you help me out with a error message? I get this error:
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/xch1295/domains/dutchbodybuilding.com/public_html/gallery/photopostpal.php on line 71
This is on line 71:
while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
|
photopostpal.php isn't part of original vBulletin - contact the author of this script for support.
Check the SQL query some lines before ($result=...), the problem seems to start there.
@
Third party developers:
If using this product in your scripts, make sure the
init_startup hook exists (required for the calls to the
view_ad function plugin).