iensenfirippu / reiZ

OOP php CMS, with strong focus on providing a clean html output.
GNU General Public License v2.0
0 stars 0 forks source link

Gallery support in blog #7

Closed iensenfirippu closed 9 years ago

iensenfirippu commented 10 years ago

Prerequisite: Module interactivity

Allow the blog module to include sections from a gallery. (if the blog module is available), it should be possible to include the sections preferably by the use of shortcodes in the blog posts, this would also make it possible to include on normal pages.

Sections: Full gallery, shows a gallery just like a regular gallery page. Example: [gallery;ID] Partial gallery, shows part of a gallery. Example: [gallery;ID;1,2,5,10] or [gallery;ID;5-10] Single image, shows a single image

iensenfirippu commented 9 years ago

Module interactivity almost done, breadcrumb translation and gallery inclusion will be the first ones to get implemented.

iensenfirippu commented 9 years ago

Gallery support for the blog module has been implemented.

In-line inclusion tags: