Cloudrunner |
07-03-2005 09:32 PM |
Quote:
Originally Posted by MrSDavidson
HTML Code:
<img src="http://www.example.com/forums/includes/pp_image.php?fill=00FFFF&border=000000&background=FF00FF&percentage=0&width=200&height=9">
is the line of code in relation to the image thats not working
Same problem im having for the show all donations
http://www.example.com/ <<< Is not changing to what my site link is
|
Fix your vbulletin options bro...
Here's how ALL the links in the system are coded in the templates:
PHP Code:
$vboptions[bburl]/alldonors.php
This is standard vBulletin templating. Even with the new standard of
PHP Code:
$vbulletin->options[bburl]
it works in the templates. The reason I kept the standard instead of changing to the new standard for the coding is I could not get the bloody $vbulletin->options[whatever] to read in the templates, but the $vboptions is still supported.
The only thing left is for you to go into your settings (I suggest view all), make sure your forum URL does not state "http://www.example.com" and then hit save to refrog your datamanager. Check all that and let me know, a screen of the URL settings for your Admincp would help.
|