Summary:
Make MleCMS work with CMSMS V2
Detailed Description:
Ok so here's what I did to make the MleCMS module work with CMSMS version 2.1.2
I downloaded the MleCMS module from here:
http://viewsvn.cmsmadesimple.org/dl.php?repname=mlecms&path=%2F&isdir=1&
I installed it by creating a directory named MleCMS inside the Modules directory
and then copied the extracted files from the trunk.r121 folder of the archive to
the Modules/MleCMS directory.
Then to make it work I had to make changes to the following files (replaced
$smarty->assign with $smarty->assignGlobal):
MleCMS/lib/class.mle_tools.php
Replaced $smarty->assign with $smarty->assignGlobal on lines 112 to 116
MleCMS/action.langs.php
Replaced $smarty->assign with $smarty->assignGlobal on lines
Can these changes be implemented on the module?
Thanks.