{metadata} not outputting base tag unless $config['internal_pretty_urls'] = true

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
Ryno

{metadata} not outputting base tag unless $config['internal_pretty_urls'] = true

Post by Ryno »

Version: 0.13
PHP: 5.12
Web Server: Apache

The {metadata} tag help says it will spit out the base tag if either $config['use_hierarchy'] or $config['internal_pretty_urls'] is set to true but it seems my installation only spits out the base if I set 'showbase="true"' on the metadata tag itselft,  or if $config['internal_pretty_urls'] is set to true.

I always set $config['internal_pretty_urls'] to false if using mod rewrite and presumed this is correct setting.

Ryno
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: {metadata} not outputting base tag unless $config['internal_pretty_urls'] =

Post by Ted »

I messed up the logic a little there.  In the next release, it will work off of the use_hierarchy or showbase only.
Locked

Return to “[locked] Quality Assurance”