Quote:
Originally Posted by Cloudrunner
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.
|
$vbulletin->options won't work in templates
All the default vB templates use $vboptions
Satan