Search found 11 matches

by mls24
Wed Aug 26, 2009 1:33 pm
Forum: Modules/Add-Ons
Topic: output all images from certain folder
Replies: 3
Views: 1266

Re: output all images from certain folder

you can try this one

{get_root_page_alias assign="root_page_alias"}

you can use in your template or in udt as $root_page_alias.

cheers
by mls24
Tue Aug 25, 2009 10:18 am
Forum: Modules/Add-Ons
Topic: output all images from certain folder
Replies: 3
Views: 1266

Re: output all images from certain folder

create user defined tag and use it in the template. here is my code for doing this $files = glob("uploads/images/".$params['id']."/*.*", GLOB_BRACE); print ''; $folder = $params['id'].'/'; $i=1; foreach($files as $file) {         if(!preg_match('/thumb/',$file))         {        ...
by mls24
Fri Aug 21, 2009 1:23 pm
Forum: [locked] CMSMS MLE fork
Topic: Multilanguage CMSMS MLE 1.6.3
Replies: 18
Views: 11169

Re: Multilanguage CMSMS MLE 1.6.3

i couldnt found arabic in the default language selection drop down in the admin section under the site admin >> global settings  >> general settings or mle settings.. please provide steps to setup arabic language.. that would save tons of time for me.. i tried to follow alby's step document.. but go...
by mls24
Fri Aug 21, 2009 11:11 am
Forum: [locked] CMSMS MLE fork
Topic: Multilanguage CMSMS MLE 1.6.3
Replies: 18
Views: 11169

Re: Multilanguage CMSMS MLE 1.6.3

any news on arabic and persion to be added in the site languages?
by mls24
Fri Aug 21, 2009 11:10 am
Forum: [locked] CMSMS MLE fork
Topic: how to add new languages to cmsmadesimple mle version 1.6 (arabic, farsi)
Replies: 5
Views: 3676

Re: how to add new languages to cmsmadesimple mle version 1.6 (arabic, farsi)

Hi guyz, thanks alby for providing me with the document..but i am bit confused about the document u gave.. How add a new language not present in languages dropdown? CMSMS MLE version use same languages of original CMSMS. If in Add new languages dropdown is missing your language (no CMSMS translation...
by mls24
Thu Aug 06, 2009 1:47 pm
Forum: [locked] CMSMS MLE fork
Topic: how to add new languages to cmsmadesimple mle version 1.6 (arabic, farsi)
Replies: 5
Views: 3676

Re: how to add new languages to cmsmadesimple mle version 1.6 (arabic, farsi)

let me clear myself a little bit.. what i want is that admin should be able to create pages in arabic from backend.. i dont want to translate admin panel into arabic. i just want that admin should be able to create frontend pages in 8 different language from admin panel.. users can select language o...
by mls24
Thu Aug 06, 2009 6:09 am
Forum: [locked] CMSMS MLE fork
Topic: how to add new languages to cmsmadesimple mle version 1.6 (arabic, farsi)
Replies: 5
Views: 3676

how to add new languages to cmsmadesimple mle version 1.6 (arabic, farsi)

Hi guyz,

i have to create site in 8 language out of which 6 are available but two are not (Arabic and Farsi).
which i want to add to my cmsms.

is there an easy way to add new language to mle section? i want to add Arabic, Farsi language to my cmsms mle.

Thanks Mike
by mls24
Tue Jul 28, 2009 10:24 am
Forum: [locked] CMSMS MLE fork
Topic: sef + how to remove "en_Us" from the url
Replies: 1
Views: 2097

sef + how to remove "en_Us" from the url

hi guyz, I am trying to implement sef urls on my site. i have two language en_US, nl_NL. i dont want language parameter to appear in my url. i have used following  mod_rewrite rules and config settings RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d [NC]...
by mls24
Fri Jul 24, 2009 4:50 am
Forum: Developers Discussion
Topic: how to create an array of textboxes?
Replies: 3
Views: 1654

Re: how to create an array of textboxes?

i am creating new module by hand..
by mls24
Thu Jul 23, 2009 12:36 pm
Forum: Developers Discussion
Topic: how to create an array of textboxes?
Replies: 3
Views: 1654

how to create an array of textboxes?

Hi guyz, i am using cmsmadesimple 1.6 version. i have a situation where i need to create an array of textboxes. my situation is that i have a list, where i want to sort based on the number specified in the textbox. user can give numbers in the textbox near all the rows and when finally user clicks o...
by mls24
Fri Jul 17, 2009 5:40 am
Forum: Layout and Design (CSS & HTML)
Topic: how to create new news template tab
Replies: 1
Views: 1033

how to create new news template tab

Hi guyz, i am new to cmsmade simple programming, i have a site where we use three different types of templates for news display. 1. summary template (which is available). 2. semi detail template (which i want to create) 3. detailed template (which is also available) what i have to do to create new n...

Go to advanced search