Page 1 of 1

"read more" link in Album

Posted: Tue May 19, 2009 6:33 pm
by requish
Hi

How to make this in Album?

I have website with 2 langs. Now I made 2 templates (with text 'more', and text 'wiecej'). But this is not good solution.


EDIT: split this topic because ARE different (Album/News) and MLE relative

Re: [solved] "read more" link

Posted: Tue May 19, 2009 8:13 pm
by alby
requish wrote: I have website with 2 langs. Now I made 2 templates (with text 'more', and text 'wiecej'). But this is not good solution.
Read rules!
Provide more informations....
What is "I have website with 2 langs"?
CMSMS version?

Alby

Re: [solved] "read more" link

Posted: Tue May 19, 2009 9:29 pm
by requish
alby wrote:
requish wrote: I have website with 2 langs. Now I made 2 templates (with text 'more', and text 'wiecej'). But this is not good solution.
Read rules!
Provide more informations....
What is "I have website with 2 langs"?
CMSMS version?

Alby
Sorry about that ::) Yes, of course CMSMS, MLE 1.5.2. What more information You need? Language EN and PL. Everything working good, but some modules not. Once of them is Album. I have installed into content module with param lang="en_US" in EN version (and lang="pl_PL" into PL version), but there is no dependent variable of link type "more" in templates of Album...  soo I dont know what to do...

I tryed to modify pl_PL.php and en_US.php in lang catalog, and put one's code

Code: Select all

$lang['more'] = 'więcej';
$lang['more'] = 'more';
... and nothing...

Re: [solved] "read more" link

Posted: Tue May 19, 2009 9:40 pm
by alby
requish wrote: but there is no dependent variable of link type "more" in templates of Album...  soo I dont know what to do...
If missing a smarty $variable in template, try with lang=$lang in {cms_module module=Album  lang=$lang} tag

Alby