Search:

Type: Posts; User: alexB

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,861

    Re: upgrade from 2.9.3 to 2.9.4 question

    actually it's triggered by the hook 'generatePage', but the rest is correct ;-)
  2. Thread: Members Export

    by alexB
    Replies
    1
    Views
    1,077

    Re: Members Export

    hi fred,

    i guess you never worked on this, right?

    regards,
    alex
  3. Replies
    2
    Views
    1,273

    Re: date format in list labels

    you again! ;-)

    bingo! label_callback was the key!

    thanks, works like a charm.
  4. Replies
    2
    Views
    1,273

    date format in list labels

    hi there,

    would anybody know how i would format a date (timestamp) in the dca list labels?
    I don't want to show unix timestamps to the poor users.

    like so:
    ...
  5. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    bingo!
    the last one was the info i was lacking / didn't know...

    thanks, you rule!
  6. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    and how the heck would I do that???
  7. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    that one was actually easy, one line in the dcaconfig:


    unset( $GLOBALS['TL_DCA']['tl_member']['list']['operations']['delete'] );

    and the red X is gone ;-)
  8. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    great answers. thank you guys. i will play with the suggestions and probably post what i did finally. thanks.
  9. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    no, not really. that's kind of the point :D
  10. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    good idea, but that would show the user the delete button and then on delete it tells them 'you cannot', which is weird... i would prefer to not show it in the first place, if possible... but thanks...
  11. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    you are right, maybe that is a better way to ask. i just want to completely disable the possibility to delete members. did it for the list in dcaconfig, but when choosing 'Edit multiple', a delete...
  12. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    which isn't really update-safe, i would say :-)
  13. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    yes, that is correct, but it doesn't help me at all... ;-)
  14. Replies
    19
    Views
    5,253

    edit system driver like DC_Table.php

    hi there,

    how would i go about changing a system driver like DC_Table.php in an update-safe way? putting it in the templates folder doesn't work, does it?

    thanks
Results 1 to 14 of 14