Please upgrade your PHP version.
Hello, That is just a label to indicate that its a Pro like feature. Notification doe not send email, it shows users notification in header. Email addon is responsible for sending emails. You can adjust email options in AnsPress->options->email. This addon will notify both admins and users.
Please override list-head.php and replace <?php ap_ask_btn(); ?> to this: global $question_category; $ask_url = ap_get_link_to( 'ask' ); if( !empty( $question_category->term_id ) ) { $ask_url = $ask_url . '?category=' . $question_category->term_id; } echo '<a class="ap-btn-ask" href="' . $ask_url . '">' . __( 'Ask question', 'anspress-question-answer' ) . '</a>'; Cheers.
Hello Atsushi, Yes this problem did exists in older version and I remember I fixed it at some point. I can’t find the commit now. If you are not using AskBug or any AnsPress extensions then feel free to upgrade to AnsPress 4.
Hello Sharon, Sorry for delayed replay. You need to enable registration from the Dashboard > Settings > General and navigate to find the Membership tab, check the option “Anyone can register”.