Jump to content

Aeomin

Clients
  • Joined

  1. I created a content listener. The ContentListenerType did mention it has onBeforeCreateOrEdit but does not trigger when I reply a topic. It seems that in Item.php processCommentForm does fire onCreateOrEdit right after create the comment, but nowhere triggers the onBeforeCreateOrEdit
  2. Aeomin commented on Esther E.'s comment in Blog
    ah I miss read it. I thought it was going to be along the line with listener.
  3. Aeomin commented on Esther E.'s comment in Blog
    For simple ones, using existing functionality. Some complicated ones I just use hook. The goal for validation is not saving data if it didn't pass. So callback isn't ideal as it is not some kind event chain I can break.
  4. Aeomin commented on Esther E.'s comment in Blog
    If formPostSave triggers after form is saved. How would custom validation work?
  5.    ZLTRGO reacted to a post in a topic: Pagination in "Manage Your Purchases" page
  6. Would it be possible to add pagination for "Manage Your Purchases" page? When as user have many purchases, this became a giant page since it displays everything that the user have purchased.