Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imagesorter von Contao verwenden #112

Open
iCodr8 opened this issue Nov 24, 2014 · 1 comment
Open

Imagesorter von Contao verwenden #112

iCodr8 opened this issue Nov 24, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@iCodr8
Copy link
Contributor

iCodr8 commented Nov 24, 2014

Prüfen ob der Imagesorter von Contao für Photoalbums2 verwendet werden kann.

@iCodr8 iCodr8 added the feature label Nov 24, 2014
@iCodr8 iCodr8 self-assigned this Nov 24, 2014
@iCodr8 iCodr8 added this to the 1.5.0 Stable milestone Nov 24, 2014
@fritzmg
Copy link

fritzmg commented May 4, 2015

Sollte eigentlich sehr einfach machbar sein. Das DCA muss eigentlich nur folgendermaßen erweitert werden:

$GLOBALS['TL_DCA']['tl_photoalbums2_album']['fields']['images']['eval']['isGallery'] = true;
$GLOBALS['TL_DCA']['tl_photoalbums2_album']['fields']['images']['eval']['orderField'] = 'imageSort';

exclude,inputType und eval kann man sich am imageSortfield dann sparen und das field muss auch nicht in der Palette eingefügt werden. Siehe tl_content#528-544.

Das gestaltet auch die Backend Ansicht übersichtlicher, da dann die einzelnen Fotos nicht mehr untereinander dargestellt werden.

@iCodr8 iCodr8 modified the milestones: 1.x.x stable, 1.6.0 Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants