2017 © Pedro PelĂĄez
 

contao-module gallery_creator

Gallery extension for the Contao Open Source CMS

image

markocupic/gallery_creator

Gallery extension for the Contao Open Source CMS

  • Friday, December 22, 2017
  • by markocupic
  • Repository
  • 6 Watchers
  • 6 Stars
  • 361 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 5 Open issues
  • 20 Versions
  • 1 % Grown

The README.md

Gallery Creator nun auch als Symphony bundle verfĂŒgbar.

https://github.com/markocupic/gallery-creator-bundle, (*1)

Gallery Creator

Frontend Modul fĂŒr Contao 3.

Mit dem Modul lassen sich Alben verwalten und erstellen. Das Modul ist sehr flexibel und bietet eine AlbenĂŒbersicht und eine Detailansicht., (*2)

"gc_generateFrontendTemplate"-Hook

Mit dem "gc_generateFrontendTemplate"-Hook lĂ€sst sich die Frontend-Ausgabe anpassen. Der "gc_generateFrontendTemplate"-Hook wird vor der Aufbereitung des Gallery-Creator-Frontend-Templates ausgefĂŒhrt. Er ĂŒbergibt das Modul-Objekt und in der Detailansicht das aktuelle Album-Objekt. Als RĂŒckgabewert wird das Template-Objekt erwartet. HinzugefĂŒgt in Version 4.8.0., (*3)

<?php
// config.php
$GLOBALS['TL_HOOKS']['gc_generateFrontendTemplate'][] = array('MyGalleryCreatorClass', 'doSomething');

// MyGalleryCreatorClass.php
class MyGalleryCreatorClass extends \System
{

       /**
        * Do some custom modifications
        * @param Module $objModule
        * @param null $objAlbum
        * @return mixed
        */
       public function doSomething(\Module $objModule, $objAlbum=null)
       {
              global $objPage;
              $objPage->pageTitle = 'Bildergalerie';
              if($objAlbum !== null)
              {
                     // display the album name in the head section of your page (title tag)
                     $objPage->pageTitle = specialchars($objAlbum->name);
                     // display the album comment in the head section of your page (description tag)
                     $objPage->description = specialchars(strip_tags($objAlbum->comment));
                     // add the album name to the keywords in the head section of your page (keywords tag)
                     $GLOBALS['TL_KEYWORDS'] .= ',' . specialchars($objAlbum->name) . ',' . specialchars($objAlbum->event_location);
              }
              return $objModule->Template;
       }
}

Viel Spass mit Gallery Creator!!!, (*4)

The Versions

22/12 2017

dev-6.x.x.alpha

dev-6.x.x.alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

22/12 2017

6.2.4.alpha

6.2.4.0-alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

08/11 2017

6.2.3.alpha

6.2.3.0-alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

20/10 2017

dev-6.0.0.alpha

dev-6.0.0.alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

20/10 2017

6.2.2.alpha

6.2.2.0-alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

19/10 2017

6.2.1.alpha

6.2.1.0-alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

19/09 2017

6.2.0.alpha

6.2.0.0-alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

19/09 2017

dev-master

9999999-dev

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

31/08 2017

6.1.1.alpha

6.1.1.0-alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

13/08 2017

6.1.0.alpha

6.1.0.0-alpha

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

12/08 2017

4.8.0

4.8.0.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

12/08 2017

dev-support/4.8.0

dev-support/4.8.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

12/08 2017

4.9.0

4.9.0.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

12/08 2017

dev-support/4.9.0

dev-support/4.9.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

18/03 2017

5.0.2

5.0.2.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

24/02 2017

5.0.1

5.0.1.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

24/12 2016

dev-hotfix

dev-hotfix

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

11/12 2016

5.0.0

5.0.0.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

31/01 2016

1.0.0

1.0.0.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

frontend backend contao gallery creator gallery_creator

02/12 2014

4.7.0

4.7.0.0

Gallery extension for the Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator