In config.php
# setting this parameter to false.
$config['process_whole_template'] = false;
Now it works.
Thanks
Search found 36 matches
- Sun Feb 14, 2010 3:46 pm
- Forum: Modules/Add-Ons
- Topic: [solved] News - all news items have same title tag
- Replies: 3
- Views: 1330
- Sun Feb 14, 2010 3:15 pm
- Forum: Modules/Add-Ons
- Topic: [solved] News - all news items have same title tag
- Replies: 3
- Views: 1330
Re: News - all news items have same title tag
Thanks for the reply. I added this to my News detail template: {assign var='pagetitle' value=$entry->title} I edited the code in my template to this: (The example code under "Dynamic tags" threw a smarty error until I changed the end tag to {/if}.) {if isset($pagetitle)} {$pagetitle} | {si...
- Sun Feb 14, 2010 1:44 pm
- Forum: Modules/Add-Ons
- Topic: [solved] News - all news items have same title tag
- Replies: 3
- Views: 1330
[solved] News - all news items have same title tag
Hi,
Is there a way to have the page title tag use the news item title tag? In my template, {title} shows "News" for every news item page.
thanks
Is there a way to have the page title tag use the news item title tag? In my template, {title} shows "News" for every news item page.
thanks
- Fri Mar 27, 2009 8:32 pm
- Forum: Modules/Add-Ons
- Topic: rss feed question
- Replies: 1
- Views: 1152
Re: rss feed question
I found cgfeedmaker in downloads and I'm trying that 
woops yahoo says "
"There were some problems while loading your page:
Sorry, we were unable to add this feed. Please try again later."
Google worked!

woops yahoo says "
"There were some problems while loading your page:
Sorry, we were unable to add this feed. Please try again later."

Google worked!

- Fri Mar 27, 2009 8:02 pm
- Forum: Modules/Add-Ons
- Topic: rss feed question
- Replies: 1
- Views: 1152
rss feed question
Hi all
Spent a little time searching the forum for basic information about setting up a simple rss feed on a CMS site and I can't find any!
If someone would be so kind as to direct me with some urls to conclusive information on implementing this I would much appreciate it.

Spent a little time searching the forum for basic information about setting up a simple rss feed on a CMS site and I can't find any!
If someone would be so kind as to direct me with some urls to conclusive information on implementing this I would much appreciate it.

- Sat Mar 08, 2008 5:43 pm
- Forum: General Discussion
- Topic: Pretty URLS running .... but... one question!
- Replies: 49
- Views: 31116
Re: Pretty URLS running .... but... one question!
Just implementing this pretty url scheme for news and noticed that if news titles have a "." in them, it can break the link.
Anybody else notice that?
Tom
Anybody else notice that?
Tom
- Mon Mar 03, 2008 2:54 am
- Forum: The Lounge
- Topic: Is frames the only way to do this?
- Replies: 13
- Views: 8226
Re: Is frames the only way to do this?
For what its worth, I used a frameset for this site http://lasthawaiiancowboy.com/ just to include a flash music file. Music doesn't start until you click the start button, This site uses tables and lots of other bad old methods, but it was the only way I could think of to have music play across sit...
- Wed Oct 10, 2007 7:36 pm
- Forum: CMSMS Core
- Topic: Admin Folding Pages doesn't work (1.02)
- Replies: 3
- Views: 2305
Re: Admin Folding Pages doesn't work (1.02)
i have found the problem: i am using also PunBB and the error was in the language file en_US.php this file contains at the end after the ?> two empty lines, which causes a "header already send" error greetings grebog Thanks for posting this solution! Worked for me. How did you figure this...
- Sat Aug 25, 2007 4:56 pm
- Forum: CMSMS Core
- Topic: Audio File on my website
- Replies: 14
- Views: 5124
Re: Audio File on my website
I have had good luck with this player
http://musicplayer.sourceforge.net/
make sure you place all the files on your site server
make sure your path information to the files is correct
tom
http://musicplayer.sourceforge.net/
make sure you place all the files on your site server
make sure your path information to the files is correct
tom
- Sat Aug 25, 2007 4:51 pm
- Forum: CMSMS Core
- Topic: form builder/browser showing warning errors on page
- Replies: 12
- Views: 3391
Re: form builder/browser showing warning errors on page
I'm fairly sure that this checkbox was the first thing I tried, and it had no effect on the issue.calguy1000 wrote: There's a checkbox in global settings to turn these warnings off.
thanks,
TOm
- Fri Aug 24, 2007 9:35 pm
- Forum: CMSMS Core
- Topic: Calendar events times - server in a different timezone
- Replies: 6
- Views: 2861
Re: Calendar events times - server in a different timezone
Nullig
I edited the .htaccess file per your suggestion. Will let you know how well it goes..
Thanks
Tom
I edited the .htaccess file per your suggestion. Will let you know how well it goes..
Thanks
Tom
- Fri Aug 24, 2007 9:32 pm
- Forum: CMSMS Core
- Topic: form builder/browser showing warning errors on page
- Replies: 12
- Views: 3391
Re: form builder/browser showing warning errors on page
Thanks, this worked. Is it OK to call this (SOLVED) when it involves editing a core file???
- Thu Aug 23, 2007 11:37 am
- Forum: CMSMS Core
- Topic: form builder/browser showing warning errors on page
- Replies: 12
- Views: 3391
Re: form builder/browser showing warning errors on page
Having the same problem with Formbuilder. Installed FormBuilder-0.4 last night, but still happening.
I don't have search module active, but is it generally assumed that this problem is being caused by a module conflict?
Tom
I don't have search module active, but is it generally assumed that this problem is being caused by a module conflict?
Tom
- Thu Aug 23, 2007 11:33 am
- Forum: CMSMS Core
- Topic: Calendar events times - server in a different timezone
- Replies: 6
- Views: 2861
Calendar events times - server in a different timezone
Hi all,
Is there a simple way to add a 6 hour timezone offset for Calendar events?
I have a site that is in a different timezone than the server it is hosted on.
This causes events to disappear from the upcoming events list too soon!
Thanks,
Tom
Is there a simple way to add a 6 hour timezone offset for Calendar events?
I have a site that is in a different timezone than the server it is hosted on.
This causes events to disappear from the upcoming events list too soon!
Thanks,
Tom
- Tue Mar 20, 2007 4:07 am
- Forum: CMSMS Core
- Topic: how to add embedded WindowsMedia wma file to content page?
- Replies: 1
- Views: 1262
Re: how to add embedded WindowsMedia wma file to content page?
Update: I turned off FCk editor in prefs, used {literal} tags and it worked.