Page Metadata not showing up

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Gorm
New Member
New Member
Posts: 6
Joined: Tue Jun 06, 2006 12:13 pm

Page Metadata not showing up

Post by Gorm »

Hi - I am having problems with metadata displaying:  the global metadata displays fine:  (Site admin/global settings),  but any metadata set in the options of an individual page dont:  Is this an issue with the version I am using? (0.13 "Canary")  Or is something set wrong?

Here is the url settings section of my  config.php:

Code: Select all

#------------
#URL Settings
#------------

#Show mod_rewrite URLs in the menu?
$config['assume_mod_rewrite'] = false;

#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';

#If you don't use mod_rewrite, then would you like to use the built-in
#pretty url mechanism?  This will not work with IIS and the {metadata} tag
#should be in all of your templates before enabling.
$config['internal_pretty_urls'] = false;

#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy?  (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = false;

#If using none of the above options, what should we be using for the query string
#variable?  (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';
Post Reply

Return to “CMSMS Core”