Search found 4 matches

by jeff1234
Wed Nov 12, 2008 11:03 pm
Forum: Developers Discussion
Topic: Changing the CMS made Simple output page titles
Replies: 4
Views: 1549

Re: Changing the CMS made Simple output page titles

Solution. I have resolved this. Though there must be a better way to do it. Some things I've discovered: As far as smarty tags are concerned, the order of where the tags are in relation to each other is important! If you assign a variable in the head of the template like this: {assign var="newt...
by jeff1234
Wed Nov 12, 2008 10:46 pm
Forum: Developers Discussion
Topic: Changing the CMS made Simple output page titles
Replies: 4
Views: 1549

Re: Changing the CMS made Simple output page titles

There seem to be three states here for process_whole_template $config['process_whole_template'] = false; $config['process_whole_template'] = true; and then uncommented: # $config['process_whole_template'] = true; The false renders a website without any formatting. Unusual behavior. the uncommented a...
by jeff1234
Wed Nov 12, 2008 10:33 pm
Forum: Developers Discussion
Topic: Changing the CMS made Simple output page titles
Replies: 4
Views: 1549

Re: Changing the CMS made Simple output page titles

Yes, I've played with this. It doesn't seem to change what is going on. I have discovered something new, however: $config['process_whole_template'] = true; Is how I have it set in the config. If I write the following in the template: {assign var=newtitle value='Very New Title!!!'} {$newtitle} It see...
by jeff1234
Wed Nov 12, 2008 12:52 am
Forum: Developers Discussion
Topic: Changing the CMS made Simple output page titles
Replies: 4
Views: 1549

Changing the CMS made Simple output page titles

Hi, I've been stumped on this for awhile, and figured I'd see if there is an easy way to do this. I want to change the page title from a php script included in the body of the cms. So far, I have been even unable to change the page title with smarty tags alone: For example: in the body of a page I h...

Go to advanced search