Page 2 of 2

Re: CTLModuleMaker setup problem - no image display?

Posted: Fri Jan 30, 2009 11:36 am
by plger
{cms_module module='preisliste' what='preisliste' nbperpage='5'}
Now, the what parameter should contain the name of the level, not the name of the module (preislist)... See the help for the names of your levels.
But anyway, if you had changed your action.default.php, you don't need to specify the what parameter anything (it was only a workaround).
Either way (a valid "what" param or no what param) are working here in all my tests.

(by the way, the {$pagemenu} should be in the module template, not in your page)

Re: CTLModuleMaker setup problem - no image display?

Posted: Fri Jan 30, 2009 11:47 am
by schelle
plger wrote: Either way (a valid "what" param or no what param) are working here in all my tests.
ok! now added at the  module template {$pagemenu}

i am setup my module only with one level!  ?

:D i am setup a new module with 2 levels - now it works with "pretty URLs"  ;D

!! thanx Pierre-Luc !!

schelle

Re: CTLModuleMaker setup problem - no image display?

Posted: Fri Jan 30, 2009 1:20 pm
by plger
You're welcome.
It is a fact that I haven't done much testing with only one level. I will check this.
Unless you have other problems, please mark the topic [solved]. (edit your very first post and change the subject).

Pierre-Luc