I used the Skeleton Module as starting point. Maybe you want to try from there.
One problem (well ist a feature) I found is that the CMS (Smarty) 'swallows' errors, you need to get to the log or use the debugging (see the developer documentation).
Good luck!
Search found 7 matches
- Sun Feb 15, 2009 10:21 am
- Forum: Developers Discussion
- Topic: My first module doesn't work
- Replies: 1
- Views: 1050
- Sun Feb 15, 2009 10:11 am
- Forum: Developers Discussion
- Topic: [SOLVED] How do I retrieve the selection from {html_select_date}
- Replies: 5
- Views: 1962
[SOLVED] How do I retrieve the selection from {html_select_date}
Its working now. Thanks for all the help. The problem was the following:
I forgot to add the
in the action.add_adit.php
Not sure why this is required.. I quess I need to study the smarty documentation
I forgot to add the
Code: Select all
$this->smarty->assign('startdateprefix', $id.'startdate_');
Not sure why this is required.. I quess I need to study the smarty documentation

- Mon Feb 09, 2009 7:36 pm
- Forum: Developers Discussion
- Topic: [SOLVED] How do I retrieve the selection from {html_select_date}
- Replies: 5
- Views: 1962
Re: How do I retrieve the selection from {html_select_date}
Hi Duketown Thanks. yes I did look at the news module. And I dumped all the params['xxx'] values to see what I get returned. But there are no values for the date (all other fields are there). In the html source the forrm and its fields are correct. If I know that I need to follow up on the params['d...
- Wed Feb 04, 2009 12:53 pm
- Forum: Developers Discussion
- Topic: [SOLVED] How do I retrieve the selection from {html_select_date}
- Replies: 5
- Views: 1962
Re: How do I retrieve the selection from {html_select_date}
Surely someone must know? 

- Mon Feb 02, 2009 5:33 pm
- Forum: CMS Show Off
- Topic: Any constructive critism?
- Replies: 1
- Views: 1564
Any constructive critism?
Not quite finish yet, but maybe you have the one or other comment and advice?
http://www.olgcordoba.ch/cms
Using CMS 1.4.1 (my first CMS project
)
http://www.olgcordoba.ch/cms
Using CMS 1.4.1 (my first CMS project

- Sun Feb 01, 2009 5:41 pm
- Forum: Developers Discussion
- Topic: [SOLVED] How do I retrieve the selection from {html_select_date}
- Replies: 5
- Views: 1962
[SOLVED] How do I retrieve the selection from {html_select_date}
I'ts driving me crazy: I have a template with the date selection : {$field_descr_date}: {html_select_date time=$startdate start_year="-0" end_year="+2" prefix="startdate_"} So far so good, the date is displayed nicely in my form. However when I process the entrie...
- Tue Dec 02, 2008 8:25 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved]Module Manager - repository does not share modules
- Replies: 2
- Views: 1788
[solved]Module Manager - repository does not share modules
When I call the module manager (1.4.1) the following message is shown: Although a connection was successfully made to the specified module repository. It appears that this repository is not yet sharing any modules. A few days earlier I had no problem with this, and I did not change anything with the...