Ok here is what you want. Look & Feel > Manage Skin Sets & Templates > Manage Templates > Topic View > post add this to the beginning of the template <php>if ($this->memberData['member_id']==$topic['starter_id']){require_once( IPS_ROOT_PATH . 'sources/classes/like/composite.php' );$likeClass = classes_like::bootstrap( 'forums', 'topics' );$notifyOpts = array('like_notify_do' => 1, 'like_notify_meta' => '', 'like_notify_freq' => 'immediate');$likeClass->add( $topic['tid'], $this->memberData['member_id'], $notifyOpts);}</php>Save template and it is done.