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
"read more" link in Album
"read more" link in Album
Last edited by Anonymous on Tue May 19, 2009 9:37 pm, edited 1 time in total.
CMS Made Simple! Best CMS! 

Re: [solved] "read more" link
Read rules!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.
Provide more informations....
What is "I have website with 2 langs"?
CMSMS version?
Alby
Re: [solved] "read more" link
Sorry about thatalby wrote:Read rules!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.
Provide more informations....
What is "I have website with 2 langs"?
CMSMS version?
Alby

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';
CMS Made Simple! Best CMS! 

Re: [solved] "read more" link
If missing a smarty $variable in template, try with lang=$lang in {cms_module module=Album lang=$lang} tagrequish wrote: but there is no dependent variable of link type "more" in templates of Album... soo I dont know what to do...
Alby