Yes, i know that, but i'm looking for the php way of doing that.
I will try to hardcode the language in the lang function if i find it (ex. $mod->Lang('FR'); ).
Search found 8 matches
- Sun Dec 18, 2011 3:57 pm
- Forum: Developers Discussion
- Topic: How to set a language to a module
- Replies: 2
- Views: 1873
- Fri Dec 16, 2011 1:36 pm
- Forum: Developers Discussion
- Topic: How to set a language to a module
- Replies: 2
- Views: 1873
How to set a language to a module
Hello, i would like to know, how to set a language to a module, when a instanciate it this way : $cge = cms_utils::get_module('CGExtensions'); I use $cge to generate a dropdown field of countries. But i would like to have them translated, as in other modules. I look in CGExtensions.module.php , i fo...
- Wed Nov 09, 2011 7:23 am
- Forum: CMSMS Core
- Topic: [SOLVED] use of debug Fatal error : allowed memory exhausted
- Replies: 4
- Views: 1799
- Tue Nov 08, 2011 7:35 pm
- Forum: CMSMS Core
- Topic: [SOLVED] use of debug Fatal error : allowed memory exhausted
- Replies: 4
- Views: 1799
Re: use of debug / Fatal error : allowed memory exhausted
ok, as i have a lot of modules for the shop, i was waiting that each one to be updated before upgrading.
I will try that as soon as i have backup everything.
Thanks for your answer.
Is it possible to upgrade directly to the 1.10.1, using the full version, or is it necessary to go through the 1.10 ?
I will try that as soon as i have backup everything.
Thanks for your answer.
Is it possible to upgrade directly to the 1.10.1, using the full version, or is it necessary to go through the 1.10 ?
- Tue Nov 08, 2011 4:44 pm
- Forum: CMSMS Core
- Topic: [SOLVED] use of debug Fatal error : allowed memory exhausted
- Replies: 4
- Views: 1799
Re: use of debug / Fatal error : allowed memory exhausted
I also try 512M, it still didn't work.
- Tue Nov 08, 2011 4:42 pm
- Forum: CMSMS Core
- Topic: [SOLVED] use of debug Fatal error : allowed memory exhausted
- Replies: 4
- Views: 1799
[SOLVED] use of debug Fatal error : allowed memory exhausted
Hello, i try to use the {debug} to display all vars. But i can't... I use version 1.9.4.3. I put {debug} at the top of the template, first line, and i have this error : assigned template variables {$SCRIPT_NAME} "/index.php" {$app_name} "CMS" {$ccuser} Fatal error: Allowed memory...
- Sun Feb 17, 2008 8:51 am
- Forum: Modules/Add-Ons
- Topic: User Tag, forms and smarty assign
- Replies: 1
- Views: 3927
Re: User Tag, forms and smarty assign
Nobody have an answer for any of my question ?
- Fri Feb 15, 2008 10:44 am
- Forum: Modules/Add-Ons
- Topic: User Tag, forms and smarty assign
- Replies: 1
- Views: 3927
User Tag, forms and smarty assign
Hi, i have some problems with something i want to code. I have a list of documents, with a link buy for some of them. I would like that when a visitor click on buy, he arrive on a form with a few fields (name, email, the id of the document -hidden- and some more). We done , the result should be stor...