Quote:
Originally Posted by dartho
try adding the <base href="{vb:raw vboptions.bburl}/" /> line back in, but manually edit it to be hard coded to refelect what the [sub]domain actually is. If this makes thikngs start working, I may be able to modify teh plugin to do this.
|
I modified the plugin a little more to get this to (mostly) work in vB4. Added the following inside the if block when the domain matches.
PHP Code:
$vbulletin->options['bburl'] = "http://" . $vbulletin->options['ddds37_domain'];
So far the only issue I have run into is with forums that are links, they still seem to be using the "default" forum URL instead of the mobile one, i.e. they try to go to www.example.com instead of m.example.com despite being relative links