Results 1 to 4 of 4

Thread: Problems with: Select field filter, data and some more...

  1. #1
    New user
    Join Date
    06-23-09.
    Posts
    29

    Default Problems with: Select field filter, data and some more...

    Hi,
    I have some problems and questions about catalog extension.
    1 and 3 are most important.

    1. I have a two catalogs with fields:
    No 1:
    user - useridfield
    klienci- text
    and some others
    No 2:
    user - useridfield
    klient- select and the source table is table No 1, and Option value column is column "klienci" [linke on img]
    and some others
    I want users to add records to No 2 catalog with possibility to select client name from previously added records only by them to catalog No 1?
    And i want something like this to work:


    3. When creating new entry in FE record dont draw Default value from field configuration.

    5. I want to to use coma instead of dot in decimal filel or coma = dot

    6. It is such a possibility to edit multiple fields at once in FE? for example all filtered records in catalog_simpletable view?

    I already write about first problem in another topic.

    If You know how resolve any of points please feel free to submit a reply.
    Help please.
    Regards

    Edit:
    Resolved:
    2. When i'm editing record in FE the date is autmatic changed for today date, but I want to left previous date or change it to other.
    We need to edit ModuleCatalogEdit.php.
    In line 494 it should be $objWidget->value instead of $varValue:
    // corrected line.
    Code:
    $objDate = new Date($objWidget->value, $GLOBALS['TL_CONFIG'][$arrData['eval']['rgxp'] . 'Format']);
    from http://code.google.com/p/typolight-cata ... 150&q=date

    4. It is such a possibility to delete records in FE? And how i can do it?
    thanks to MackP
    Code:
    But you can make an Checkbox named 'deleting'. When you check it in the frontend you can make the list conditions like -> 'deleting != 1' so they will not be listed anymore.

  2. #2
    New user
    Join Date
    06-23-09.
    Posts
    29

    Default Re: Problems with: Select field filter, data and some more..

    Hi,
    Can anyone help me it's very important to me especially first and third one?

    If you know how to do this please help.
    I can pay you. Maybe not to much but I'm only poor student.

  3. #3
    User MacKP's Avatar
    Join Date
    06-19-09.
    Location
    Duisburg (Germany)
    Posts
    211

    Default Re: Problems with: Select field filter, data and some more..

    Hi ArturMaly,
    it's not realy possible to delete Items in the frontend. But you can make an Checkbox named 'deleting'. When you check it in the frontend you can make the list conditions like -> 'deleting != 1' so they will not be listed anymore.

    regards
    Mediendepot Ruhr
    For real-time chat the (inofficial) Chatroom in IRC:
    -> irc.freenode.net #contao | irc.freenode.net #contao.de

  4. #4
    New user
    Join Date
    06-23-09.
    Posts
    29

    Default Re: Problems with: Select field filter, data and some more..

    Thanks, it was great idea.
    Maybe You have some ideas for first and third points??

    Thanks again.

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
  •