Search found 2 matches
- Sun Dec 12, 2010 9:22 am
- Forum: Developers Discussion
- Topic: Modifying template to be used from within a module [CMSMS 1.9]
- Replies: 2
- Views: 1912
Re: Modifying template to be used from within a module [CMSMS 1.9]
Yes, I tried that, but once the function ends it will continue with the rest of the CMSMS functions and it shows the results of the function as the {content} block in the template which the default page has (I could use an 'exit' but don't think that is a proper way to quit from a module?) I want to...
- Mon Dec 06, 2010 1:32 pm
- Forum: Developers Discussion
- Topic: Modifying template to be used from within a module [CMSMS 1.9]
- Replies: 2
- Views: 1912
Modifying template to be used from within a module [CMSMS 1.9]
Hi all, I'm writing modules (based off the Skeleton module) and I am trying to make it use different templates based on the flow of the module program logic. I'm running the 1.9 version of CMSMS. Based on the thread in: http://forum.cmsmadesimple.org/index.php/topic,40721.0.html it looks like I woul...