RealBlog 2.6 mit Kategorien

Erweiterungen
Post Reply
Gert
Posts: 2082
Joined: Sun 18. Nov 2012, 14:18

RealBlog 2.6 mit Kategorien

Post by Gert »

Image Hallo,

eigentlich wollte ich es nicht machen - aber die Nachfrage hat mich gezwungen :roll: ;) - RealBlog 2.6 hat jetzt ein einfaches Kategoriesystem.

Um abwärtskompatibel zu bleiben und die Datenbank nicht erweitern zu müssen, erfolgt die Angabe der Kategorien, in der ein Artikel veröffentlicht ist, per Funktionsaufruf im Artikel. Nicht so komfortabel wie mit Selectbox oder Häkchen im Backend, aber in guter alter CMSimple Manier und durchaus machbar ;)

Jeder Artikel kann auch in mehreren Kategorien veröffentlicht werden:

Code: Select all

{{{PLUGIN:rbCat('|Kategorie_1|Kategorie_2|');}}}
Demo: http://www.ge-webdesign.de/cmsimplereal ... und_WebLog

Download: http://www.ge-webdesign.de/cmsimpleplug ... s/RealBlog

Viel Spass - Gert

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

Image Hello,

I really did not want to do that - but the demand has forced me :roll: ;) - Real Blog 2.6 now has a simple category system.

To remain backwards compatible, and not have to expand the database, the categories (in which an article is published) you have to define via function call in the article. Not as comfortable as with selectbox or checkbox in the backend, but in good old CMSimple style and easy to do ;)

Each article may also be published in several categories:

Code: Select all

{{{PLUGIN:rbCat('|Kategorie_1|Kategorie_2|');}}}
Demo: http://www.ge-webdesign.de/cmsimplereal ... und_WebLog

Download: http://www.ge-webdesign.de/cmsimpleplug ... s/RealBlog

Have fun - Gert
Last edited by Gert on Tue 4. Mar 2014, 10:43, edited 1 time in total.
Gert Ebersbach | CMSimple | Templates - Plugins - Services
pergachris
Posts: 33
Joined: Sat 29. Dec 2012, 18:58

Re: RealBlog 2.6 mit Kategorien

Post by pergachris »

Danke !
Post Reply