2017 © Pedro PelĂĄez
 

contao-bundle gallery-creator-bundle

Contao 4 Gallery Extension

image

markocupic/gallery-creator-bundle

Contao 4 Gallery Extension

  • Thursday, February 15, 2018
  • by markocupic
  • Repository
  • 4 Watchers
  • 3 Stars
  • 524 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 19 Versions
  • 12 % Grown

The README.md

Gallery Creator

Frontend Modul fĂŒr Contao 4.13

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

Installation ĂŒber composer

    require markocupic/gallery-creator-bundle

Jetzt noch die Datenbank ĂŒber das Installtool aktualisieren. Danach sollte Gallery Creator unter Contao 4 laufen., (*2)

Migration einer Ă€lteren gallery_creator Version fĂŒr Contao 3.5 ist möglich., (*3)

ZusÀtzliche Templates

Weitere Templates findest du unter: https://gist.github.com/markocupic * Nur Albenauflistung ohne Detailseite. Mit Klick auf Vorschau-Thumbnail öffnet sich Colorbox und zeigt den Inhalt des Albums. https://gist.github.com/markocupic/327413038262b2f84171f8df177cf021, (*4)

"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., (*5)

<?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 = \StringUtil::specialchars($objAlbum->name);
                     // display the album comment in the head section of your page (description tag)
                     $objPage->description = \StringUtil::specialchars(strip_tags($objAlbum->comment));
                     // add the album name to the keywords in the head section of your page (keywords tag)
                     $GLOBALS['TL_KEYWORDS'] .= ',' . \StringUtil::specialchars($objAlbum->name) . ',' . \StringUtil::specialchars($objAlbum->event_location);
              }
              return $objModule->Template;
       }
}

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

The Versions

15/02 2018

dev-master

9999999-dev

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

01/01 2018

1.0.16

1.0.16.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

29/07 2017

1.0.15

1.0.15.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

14/05 2017

1.0.14

1.0.14.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

14/05 2017

1.0.13

1.0.13.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

20/03 2017

1.0.12

1.0.12.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

18/03 2017

1.0.10

1.0.10.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

18/03 2017

1.0.11

1.0.11.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

18/03 2017

1.0.9

1.0.9.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

18/03 2017

1.0.8

1.0.8.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

18/03 2017

1.0.7

1.0.7.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

12/03 2017

1.0.6

1.0.6.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

02/01 2017

1.0.4

1.0.4.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

02/01 2017

1.0.5

1.0.5.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

02/01 2017

dev-development

dev-development

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

01/01 2017

1.0.3

1.0.3.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

31/12 2016

1.0.2

1.0.2.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

29/12 2016

1.0.1

1.0.1.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin

25/12 2016

1.0.0

1.0.0.0

Contao 4 Gallery Extension

  Sources   Download

LGPL-3.0+

The Requires

 

contao gallery creator gallery_creator gallery-creator-bundle album plugin