I understand,
Are yuo planning to do that?
To be honest if you would add this hack to your package then we could call it ALL-YOU-NEED MLE Module
and many people would just use it.
Thanks again for your work!
Search found 5 matches
- Thu Jun 11, 2009 12:00 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Mle and news again
- Replies: 2
- Views: 2020
- Thu Jun 11, 2009 9:29 am
- Forum: [locked] CMSMS MLE fork
- Topic: Mle and news again
- Replies: 2
- Views: 2020
Mle and news again
Hi All, I'm using 1.5.4b and all is great. Just a quick claryfication: There is now way to switch betwen news articles and changing their language? I know the solution with Categories etc. But is it possible to add one article to category CAT_en_EN and then another article to CAT_fr_FR And then when...
- Tue May 26, 2009 4:44 pm
- Forum: Modules/Add-Ons
- Topic: CGFeedback and ModuleManager Error
- Replies: 2
- Views: 1082
CGFeedback and ModuleManager Error
Hi, Quick question: All I did was, I put the {CGFeedback action='summary'} {CGFeedback} And when I press Submit the form (of the comment) In the place where I have my {Menu} I get this: Warning: Parameter key1 is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.func...
- Fri May 22, 2009 5:58 pm
- Forum: Developers Discussion
- Topic: CGFeedback and ModuleManager Error
- Replies: 0
- Views: 1015
CGFeedback and ModuleManager Error
Hi, Quick question: All I did was, I put the {CGFeedback action='summary'} {CGFeedback} And when I press Submit the form (of the comment) In the place where I have my {Menu} I get this: Warning: Parameter key1 is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.func...
- Fri Apr 03, 2009 10:18 am
- Forum: Developers Discussion
- Topic: Page URL tag to show complete url
- Replies: 2
- Views: 2458
Page URL tag to show complete url
Hi All, I'm trying to use this tag: global $gCms; $hm =& $gCms->GetHierarchyManager(); $curnode =& $hm->getNodeById($gCms->variables["page_id"]); $curcontent =& $curnode->GetContent(); echo 'Page URL: ' . $curcontent->GetURL(); in the page template, and it gives me: Pag...