CMSimple 4.1.3 veröffentlicht

CMSimple 4.0 und höher
Post Reply
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

CMSimple 4.1.3 veröffentlicht

Post by Gert »

Image Hallo,

CMSimple 4.1.3 steht zum Download bereit.

Auf Grund mehrerer Kundenanfragen und Anfragen in Foren kann das Navigationsmenü jetzt auch "ausgeklappt" dargestellt werden. Dazu hat die Funktion toc() jetzt einen dritten Parameter. Die Funktion toc() kann wie gewohnt aufgerufen werden, aber bei Angabe aller 3 Parameter ist der letzte dafür verantwortlich, ob das Navigationsmenü dynamisch (wie bisher) oder "aufgeklappt" dargestellt wird:

Code: Select all

toc() // einfacher Aufruf, Ebenen gemäss Konfiguration, dynamisch (wie bisher)

toc(1,3,0) // zeigt das Navigationsmenü (Ebenen 1-3) dynamisch (wie bisher)

toc(1,3,1) // zeigt das Navigationsmenü (Ebenen 1-3) aufgeklappt (neu)        
Weitere Verbesserungen:

- Bugfix $bjs (bottom JavaScript)
- Loginform validiert + Code Kosmetik

Es gibt neue Downloads und ein neues Update CMSimple 4.0 => 4.1.3:

http://www.cmsimple.org/?Downloads

Da in CMSimple 4.1.3 ein Bugfix enthalten ist, wird ein Update empfohlen,

Gert

==================================================================

Image Hello,

CMSimple 4.1.3 is ready for download.

There was some customer requests and forum entries for an "opened navigation menu" last time. Now the function toc() has a third parameter, to define, whether the navigation menu is dynamically (as before) or opened. You can call the function toc() as before, or with 3 parameters:

Code: Select all

toc() // normal function call, menulevels dependent of the configuration, dynamic (as before)

toc(1,3,0) // shows the navigation menu (menulevels 1-3) dynamically (as before)

toc(1,3,1) // shows the navigation menu (menulevels 1-3) opened (new)        
Further improvements:

- Bugfix $bjs (bottom JavaScript)
- validated loginform + Code Cosmetics

New downloads and an update CMSimple 4.0 => 4.1.3 are available:

http://www.cmsimple.org/en/?Downloads

Because a Bugfix is included in CMSimple 4.1.3, an update is recommended,

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Post Reply