Search found 4 matches
- Sat Nov 28, 2009 4:58 pm
- Forum: Developers Discussion
- Topic: Metas Module
- Replies: 5
- Views: 3003
Re: Metas Module
thanks {$cgsimple->get_page_content($content_id,"extra1",keywords)} {if $keywords} <meta name="keywords" content="{$keywords}" /> {else} <meta name="keywords" content="some, default, keywords" /> {/if} works great. Would be nice to be able to create ...
- Sat Nov 28, 2009 4:39 am
- Forum: Feature ideas
- Topic: template chunks anyone?
- Replies: 3
- Views: 3971
Re: template chunks anyone?
I guess it's me missing something
how do I call another template from inside a template ?
I tried
{template name='___'}
but that didn't work...
how do I call another template from inside a template ?
I tried
{template name='___'}
but that didn't work...
- Sat Nov 28, 2009 2:25 am
- Forum: Feature ideas
- Topic: template chunks anyone?
- Replies: 3
- Views: 3971
template chunks anyone?
I'm using a lot of global content inside the modules to help with the "modularity" for the development process. For example, I'f I'm using rounded corners there's a bunch of divs to go through, and it can get really messy to have all of that in a template, especially while you're still wor...
- Sat Nov 28, 2009 2:07 am
- Forum: Developers Discussion
- Topic: Metas Module
- Replies: 5
- Views: 3003
Metas Module
I just started with CMSMS. I don't like just how simple the metas are, so I'd like to expand them, and more importanly learn how to create modules. So after reading some instructions, I'm thinking these are some of the things I'll need. the main idea is to be able to set default metas, and have the ...