Search found 124 matches

by alinome.net
Wed Jan 07, 2009 12:23 pm
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

I tried with start_page as in the following code : {menu template='cssmenu.tpl' start_page='fr'} OR with start_element as in the following code : {menu template='cssmenu.tpl' start_page='5'} but I don't see the menus and submenus. My pages hierarchy is : 5 Menu FR (alias 'fr' / Not to be shown in t...
by alinome.net
Tue Jan 06, 2009 5:28 pm
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

It must working, but I have a problem to display the menu (a hroizontal one). When I did this step : Step 4: Create the content menu How do you show in your navigation menu only the pages in the current language? You can use the {menu} tag with the parameter start_element, to select the root sectio...
by alinome.net
Sun Nov 16, 2008 3:38 pm
Forum: Tips and Tricks
Topic: how to make the default page visible in the address bar and menus
Replies: 3
Views: 2267

Re: how to make the default page visible in the address bar and menus

I think in your case, the rule needs to be something like RewriteRule ^$ last_news [R] Thank you Nils, but it doesn't work. I already tried. It makes no difference. I think it would work if I could tell CMSMS I don't want it to manage the default page at all. Then .htaccess would do the work. I cam...
by alinome.net
Fri Nov 14, 2008 12:32 pm
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

However, I could not use Russian (cyrilic) letters in URLs. I suspected that. I hope in the future it will be easier (I think not only about CMSMS but all programs and the URLs in general). The problem is similar for Latin letters that don't belong to the English alphabet. Though in theory it's pos...
by alinome.net
Fri Nov 14, 2008 12:11 pm
Forum: Tips and Tricks
Topic: how to make the default page visible in the address bar and menus
Replies: 3
Views: 2267

how to make the default page visible in the address bar and menus

The situation Two CMSMS sites of mine (versions 1.3.1 and 1.2.5). They use pretty URLs with mode_rewrite. What CMSMS does: Let's say my default page is mydomain.com/last_news. All links to the default page point to the root "mydomain.com". And when I visite mydomain.com I am redirected to...
by alinome.net
Thu Nov 13, 2008 2:11 pm
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

Sure, Marcos - the link is http://ceolaser.ru/home.html - the site is dedicated to representation of Cutting Edge Optronics in Russian Federation. Looks great, good job, Dan. I think I made reference logic very convenient: the aliases for Russian pages are the same as for English ones with the pref...
by alinome.net
Tue Nov 04, 2008 5:44 pm
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

What do you know..this worked perfectly  :) Thanks again for this fix. It really did save me alot of hassle on this project. Great! But I still don't understand why those quotes appear in the XHTML when single and doubles quotes are changed in the array content...  Anyway the quotes are the "r...
by alinome.net
Tue Nov 04, 2008 12:29 pm
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

volcanoboy wrote: btw...if you want i can make a admin account for you if that's easier  ???
Try to change the quotes first. If nothing changes, send me a private message with a count and I'll investigate the problem. It's very strange.

Marcos
by alinome.net
Tue Nov 04, 2008 12:26 pm
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

this is how i call it in my template: <div id="languagewrapper">{language_menu}</div> There's nothing wrong there. I also tried to replace my code with the one you pasted, but i still get a single quote around my imagelinks. But the code in my last message was yours quoted, unchanged. I s...
by alinome.net
Fri Oct 31, 2008 11:54 am
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

Sorry for the delay. Usually I receive an email when someone posts to this thread, but it seems it didn't work.   $languages = array(   "no" => array("Hovedside-no", "<img xml:lang='no' src='/uploads/images/sitePics/no.gif' alt='Norsk' />"),   "se" => array(&q...
by alinome.net
Thu Oct 23, 2008 8:56 pm
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

I'm having one issue with an extra quote around my language links: [...] How do i get rid of them? It depends on why they appear [:-)]. This is your page's XHTML: <ul> <li><a href="http://www.handelshusetmartinsen.no/huvudsida-se" title="Huvudsida" hreflang='se'>'<img xml:lang='...
by alinome.net
Sat Oct 11, 2008 11:03 am
Forum: Tips and Tricks
Topic: One more approach to build a multilingual site with the regular CMSMS
Replies: 130
Views: 118905

Re: One more approach to build a multilingual site with the regular CMSMS

danilski wrote: HI, I just want to thank the developers that created this approach to multilingual sites. I started to implement it on my site and it works like charm. Thanks a lot guys!!!
Happy that it's useful for you. Maybe you can post a link to your page after implementing it.

Regards,

Marcos
by alinome.net
Wed Oct 01, 2008 10:36 am
Forum: Tips and Tricks
Topic: Embed YouTube videos with valid XHTML
Replies: 46
Views: 50920

Re: Embed YouTube videos with valid XHTML

JEPad wrote: It works!  Thanks!
Glad to know. I updated the wiki with a note about additional video parameters and a link to this thread. It can be useful for others.
by alinome.net
Tue Sep 30, 2008 10:31 am
Forum: Spanish - Español
Topic: Método sencillo y eficaz para crear sitios plurilingües
Replies: 8
Views: 16891

Re: Método sencillo y eficaz para crear sitios plurilingües

he seguido los pasos para un 1.4.1 multilenguaje pero me da unos cuantos errores, supongo porque no me aclaro muy bien donde hay que poner los códigos en las plantillas. ??? Disculpa el retraso en responder, pero últimamente he estado alejado del foro y de CMSMS en general. No he probado el código ...
by alinome.net
Tue Sep 30, 2008 10:12 am
Forum: Tips and Tricks
Topic: Embed YouTube videos with valid XHTML
Replies: 46
Views: 50920

Re: Embed YouTube videos with valid XHTML

is it possible to alter the User Defined Tag to allow YouTube videos to play in full size mode?  This requires adding parameters along the lines of in a couple of places in the code. Thanks for the suggestion. I've found the YouTube Embedded Player Parameters , but I'm not pretty sure how to use th...

Go to advanced search