Results 1 to 2 of 2

Thread: Make the field "Poster" optional

  1. #1
    New user
    Join Date
    07-26-10.
    Posts
    1

    Default Make the field "Poster" optional

    Hello !

    In last versions of the gallery extension, a new field "Poster" is appeared.
    In my case, I don't want this field because it's painful for my users wich create their own galleries.
    Just an idea: make the field "Poster" optional

  2. #2
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Make the field "Poster" optional

    I ALWAYS want this to be mandatory as this was a design principle I introduced (as some people will use the gallery for cataloging single images only and therefore there is no gallery, so in order for the gallery to work correctly, there MUST be a poster image.

    You can do this yourself, by adding a DCA entry in the system/dcaconfig.php file:

    Code:
    $GLOBALS['TL_DCA']['tl_gallery']['fields'][''singleSRC']['eval']['mandatory'] = false;

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •