Posts: 893
Threads: 49
Joined: Jun 2009
Reputation:
44
$plugins->run_hooks("datahandler_post_insert_thread_post", $this);
$this->pid = $db->insert_query("posts", $this->post_insert_data);
It would be nice to have an additional hook added after the post is inserted so we can easily obtain the new post's pid.
RedHat Certified Systems Administrator
Posts: 893
Threads: 49
Joined: Jun 2009
Reputation:
44
Quote:Got a feature you would love to see added to MyBB? Got some feedback on MyBB? Let us know here, we will try to implement them.
Perhaps the comments/feedback will be taken as they develop future versions. I wasn't necessarily saying it HAD to be 1.6.
RedHat Certified Systems Administrator