This was with a clean installation. No big deal, it’s just a matter of looking at the default tpls and a View Source to see what needs arranging; probably just some changes to the classnames. I’ve already created a new theme folder to work with.
charless, I still can have no idea how to display month info in ’list’ (or ’full’) calendar mode in Russian. Currently months are displayed like ’Apr’ there, and I need them to be displayed like ’Апр’. ;-)
At the moment I have to use WordsReplace plug-in (http://modxcms.com/forums/index.php/topic,3832.0.html) as a way out. But this way is not a straight-forward one. Could you please advice more correct way?
Thank you in advance!
P.S. The latest 0.0.5b.5 release was installed without any errors. Great job!
setlocale (LC_TIME, "locale code");
ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.ISO8859-5 ru_RU.KOI8-R ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.ISO8859-5 ru_RU.KOI8-R
Quote from: charless at Apr 20, 2010, 10:18 PM
looks like the table name it’s looking for doesn’t exist, have you looked at the "System Events" log in the manager reports? If there are errors on install with the tables it will write to the system event log.
check your database and make sure that you have four tables with "_mxcalendar" in the name.
cheers
"System Events" - No records found.
in database i have no tables with "_mxcalendar"
now i have another strange situation:
Categories and Configuration tabs is empty/blank
AND
when i add new events - nothing happens...white screen
$output.='</div></div></div></div></div><p> </p>';
//-- Break apart the dates
//$startValues = date_parse($param['fmstartdate']);
$startValuesSplit = explode(' ', $param['fmstartdate']);
//$endValues = date_parse($param['fmenddate']);
$endValuesSplit = explode(' ', $param['fmenddate']);
Quote from: Plankton at Apr 21, 2010, 04:19 PM
charless, I still can have no idea how to display month info in ’list’ (or ’full’) calendar mode in Russian. Currently months are displayed like ’Apr’ there, and I need them to be displayed like ’Апр’. ;-)
At the moment I have to use WordsReplace plug-in (http://modxcms.com/forums/index.php/topic,3832.0.html) as a way out. But this way is not a straight-forward one. Could you please advice more correct way?
Thank you in advance!
P.S. The latest 0.0.5b.5 release was installed without any errors. Great job!
I’m going to try one of the following to see if I can get your ? resolved.
setlocale (LC_TIME, "locale code");
and change "local code" to one of the following:
ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.ISO8859-5 ru_RU.KOI8-R ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.ISO8859-5 ru_RU.KOI8-R
once I confirm and run additional testing I’ll update everyone