Base tag hard coded. I thought this bug was fixed
Posted: Thu Jan 17, 2008 6:10 am
This says it's closed: http://dev.cmsmadesimple.org/tracker/?g ... il&aid=580
plugins/function.metadata.php says you can set showbase to false in config.php
I've tried setting showbase to false in config.php. Maybe I'm typing something wrong. The only way I'm able to get the problem causing base tag to go bye-bye is editing /plugins/function.metadata.php
Here's what I've tried in config.php
$showbase = false; (I didn't believe it would work but I tried it)
$config['showbase'] = false; (I thought that would work, but it didn't)
Well I figured out what needs to be changed in function.metadata.php. I've filed a bug report:
http://dev.cmsmadesimple.org/tracker/?f ... 6&atid=101
I just want to re-iterate that this should be turned off by default. Actually I wish it would be removed completely, it would be about 6 lines of code that wouldn't be wastefully evaluated for every single page load. If someone has some really oddball reason for setting the base tag they can do so in their template, less code, less overhead.
plugins/function.metadata.php says you can set showbase to false in config.php
I've tried setting showbase to false in config.php. Maybe I'm typing something wrong. The only way I'm able to get the problem causing base tag to go bye-bye is editing /plugins/function.metadata.php
Here's what I've tried in config.php
$showbase = false; (I didn't believe it would work but I tried it)
$config['showbase'] = false; (I thought that would work, but it didn't)
Well I figured out what needs to be changed in function.metadata.php. I've filed a bug report:
http://dev.cmsmadesimple.org/tracker/?f ... 6&atid=101
I just want to re-iterate that this should be turned off by default. Actually I wish it would be removed completely, it would be about 6 lines of code that wouldn't be wastefully evaluated for every single page load. If someone has some really oddball reason for setting the base tag they can do so in their template, less code, less overhead.