Page 1 of 1

New multilingual CMS site

Posted: Fri Jun 22, 2007 11:48 am
by maetmar
Hi all,

here my latest website using "CMS made simple"

http://www.wallis-warth.at


Marita
www.maetzler-webdesign.at

Re: New multilingual CMS site

Posted: Wed Jul 11, 2007 4:44 pm
by tyman00
Sehr schoen!

Sommer/Winter Fotos finde ich gut! Wie hast du dieser Effekt gemacht?


(Boah, mein Deutsch ist schlecht geworden)

Re: New multilingual CMS site

Posted: Thu Jul 12, 2007 10:49 am
by maetmar
ich habe nur mit der Helligkeit gespielt.

Re: New multilingual CMS site

Posted: Mon Jul 23, 2007 1:51 pm
by afri-can
Great site
Did you build it using the multlanuage version?
If not give some tips, I am starting a new mulilanguage site and can use all the help i can get

??? :)

Thanks
Steven

Re: New multilingual CMS site

Posted: Wed Jul 25, 2007 7:06 am
by RonnyK
tyman00,

the effect of the images in a transparant layer over the site is done by using lightbox/greybox as a template. If you use one of these templates you need to set the correct rights to the templates/db folder under the module Album, as there is the js-script stored, that makes the logic work. Without the proper rights on those js-scripts, the album will just open the images in a new window.

Ronny

Re: New multilingual CMS site

Posted: Wed Jul 25, 2007 9:57 am
by david.lindner
Hi,

tolle Site, gefällt mir sehr gut.

Was mich interessieren würde ist, wie du die bei "weitere Bilder" zum Beispiel unter "Zimmer" direkt mit dem Template "Lightbox" verknüpft hast. Das was tyman00 glaube ich meint ...

Ich wollte das für eine Seite auch so machen -> bei http://www.friesenpferde-vorarlberg.at und dann unter "Deckhengste".
Wenn man dann auf das Bild klickt, kommt man zu einer "versteckten" Album-Unterseite", wo die einzelnen Bilder zu sehen sind.

Jetzt wäre es toll, wenn die Bilder so aufgehen wie auf deiner Seite, also in dem lightbox-Fenster ...

Schöne Grüße

Re: New multilingual CMS site

Posted: Wed Jul 25, 2007 4:13 pm
by david.lindner
Englishversion:

Can anyone help me with a little problem regarding album/lightbox:

I want to link a picture or a text in the content directly to an album with a ligthbox template. All pictures in the album should shown in the lightbox layer so that the user can click through the pictures ...

I know only that there is a module for only the current picture.

My site is: http://www.friesenpferde-vorarlberg.at/friese

And there at "Deckhengste"

If you click at the first photo you will get a subsite with album and instead of this subsite the photos should be displayed in the lightbox "pop-up" with nex and prev button.

Regards and sorry for my bad english.

Re: New multilingual CMS site

Posted: Sat Jul 28, 2007 11:06 am
by maetmar
Sorry for my late reply.
There have been a couple of questions:
First, I didn´t use the multiple language version of CMS. I just used different section headers for the menu and just displayed the section depending on the users choice (language and sommer/winter) - this is nothing new and is explained already in the forum´.

Second - the direct link to the lightbox effect:
Basically what I did was, that I took a look at the standard lightbox album and checked how it was realized there.
I wanted to get a direct link to the album.

You have to prepare the template of the page by embedding the JS that is used for the lightbox album:
example of my page:

_______________

    var GB_ROOT_DIR = "modules/Album/templates/db/greybox/";





_______________

The next step is to add the following (adjusted) HTML code which calls the lightbox album directly.

_____

   
        Weitere Bilder
   
   
        Weitere Bilder
   
.... and so on for all the pictures you want to display


I hope this helps somebody.
Regards
Marita

Re: New multilingual CMS site

Posted: Wed Aug 15, 2007 11:48 am
by asfahaan
Hi,

I am new to CMSMS. And I was going through few of the posts and stunned by the results.

In regards to this particular website. - http://www.wallis-warth.at

I wanted to implement a similar type of website. But what iam building is all in english. But i need it divided in different countries.

E.g. want three flags to be displayed on the top.

And i want to be able to use the same pages for About Us, compnay profile, contact and all. except news and prodcuts and services pages will be different to each country.

How do i implement such type of a website?

3 countries -> with differnet products, services, support and news.

but

Have same Company profile, Contact Us, Jobs, etc.

Do i need 3 differnt databases? and updated them seperately??

Please direct me! thanks heaps in advance

Re: New multilingual CMS site

Posted: Wed Aug 15, 2007 11:52 am
by RonnyK
I put some code for such a thing.

http://forum.cmsmadesimple.org/index.ph ... 805.0.html

If NEWS etc. is different for the different countries, you can create different categories f.e. "Language" in NEWS and call that category specifically in the calling of the news. The same goes for the other modules if necessary...

Ronny

Re: New multilingual CMS site

Posted: Wed Aug 15, 2007 1:07 pm
by asfahaan
Hi RonyK,

Thanks for pointing out the forum link. it was very helpfull sorted out the country flag thing which i wanted to do.

Still havint got around to doing the News one yet.

Can you visit the below link:

http://forum.cmsmadesimple.org/index.php/topic,13805.0.html

I have posted a reply on that in regards to duplicaiton of pages.

thanks