Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-14747

Add topic_last_poster_id and topic_last_post_time to Event core.modify_posting_auth

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.1.10-RC1
    • 3.1.9
    • Events

      It would be useful to add additional info from the sql queries to the event data.

      For example, adding topic_last_poster_id and topic_last_post_time would remove one query here.

      The data has already been fetched from the database (in the $post_data array), but not passed on to the event.

      I would suggest passing the post_data array to the event, since the contents change depending on the mode and other data will be useful for other extensions.

            Marc Marc
            gn#36 gn#36
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: