Page 1 of 1

Page Metadata not showing up

Posted: Tue Oct 17, 2006 11:43 am
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';