Hi!
My templates are both equal, only difference is text.
I have readed few posts of the forum and the documentation and I don't found that you told me.
Thanks for the point, but I have now the problem solved with that patch.
reggards!
Search found 7 matches
- Wed Dec 23, 2009 8:11 am
- Forum: [locked] CMSMS MLE fork
- Topic: Different languages, different templates. how?
- Replies: 6
- Views: 4213
- Tue Dec 22, 2009 11:30 am
- Forum: [locked] CMSMS MLE fork
- Topic: Different languages, different templates. how?
- Replies: 6
- Views: 4213
Re: Different languages, different templates. how?
Here is my modification of the code to get multilang on templates: Modify database: ALTER TABLE `cms_templates` ADD `mle_lang` VARCHAR( 255 ) NOT NULL Assign the languages manually: (volunteer to code the admin for this?) UPDATE cms_templates SET mle_lang = 'esp' WHERE template_id = 17; //exaple for...
- Tue Dec 22, 2009 10:57 am
- Forum: [locked] CMSMS MLE fork
- Topic: Different languages, different templates. how?
- Replies: 6
- Views: 4213
Re: Different languages, different templates. how?
Maybe your solution solve my problem, but, what I'm trying to do is: - have two templates, each for every language - assign each template to every language - be happy ;-) I'm searching the database for the template_id config and it assigns a unique template_id for page, that's not a good point to st...
- Tue Dec 22, 2009 9:40 am
- Forum: [locked] CMSMS MLE fork
- Topic: Different languages, different templates. how?
- Replies: 6
- Views: 4213
Different languages, different templates. how?
Hi all! first of all thanks for this great job, I know that is quite hard to maintain a big piece of software like this, congrats! well, my doubt is that I have 2 templates and 2 languages, but I really don't know where to assign a template to a language. If I change the languate to a page it will c...
- Tue Dec 22, 2009 9:31 am
- Forum: Modules/Add-Ons
- Topic: Problem with rateThis admin panel in 1.6.6 (SOLVED)
- Replies: 3
- Views: 1447
Re: Problem with rateThis admin panel in 1.6.6 (SOLVED)
scooper, thanks for your reply.
I use this for it's simplicity, I just want to eval the page and got a list of votes, without any other content.
For me it's OK
thanks again!
I use this for it's simplicity, I just want to eval the page and got a list of votes, without any other content.
For me it's OK

thanks again!
- Mon Dec 21, 2009 11:20 am
- Forum: Modules/Add-Ons
- Topic: [CLOSED] printing modul: {$content} is empty
- Replies: 3
- Views: 1494
Re: printing modul: {$content} is empty
Check that your server allows you to make file_get_contents or fopen.
I had the same problem and I solve it alowing fopen on the php configuration.
If it's OK please add SOLVED to the title
I had the same problem and I solve it alowing fopen on the php configuration.
If it's OK please add SOLVED to the title

- Thu Nov 12, 2009 11:01 am
- Forum: Modules/Add-Ons
- Topic: Problem with rateThis admin panel in 1.6.6 (SOLVED)
- Replies: 3
- Views: 1447
Problem with rateThis admin panel in 1.6.6 (SOLVED)
Hi, I got this error when I enter the admin panel for rateThis module: [12-Nov-2009 11:46:58] PHP Fatal error: Call to a member function getContent() on a non-object in /usr/home/xxxxxxxxxxxxxxx/web/modules/RateThis/function.ratingsTab.php on line 39 Well, the solution that works for me whas edit t...