post edit

  1. LPH

    XF 2.0 Grab First Post ID for Post\Editor

    The following code works but maybe there is a better way to get the first_post_id for the Post\Editor. Currently, the thread_id is known and the first post is to be edited. /** * @param $post * * @return bool */ public function edit( $post ) { $message = get_post_field(...
Top Bottom