RealBlog 2.6 mit Kategorien
Posted: Mon 3. Mar 2014, 21:25

eigentlich wollte ich es nicht machen - aber die Nachfrage hat mich gezwungen


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|');}}}
Download: http://www.ge-webdesign.de/cmsimpleplug ... s/RealBlog
Viel Spass - Gert
======================================================

I really did not want to do that - but the demand has forced me


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|');}}}
Download: http://www.ge-webdesign.de/cmsimpleplug ... s/RealBlog
Have fun - Gert