I installed version 2.0, but it is very different from the version 1.4.3. There is no longer the button to ask the questions. See the attached image. I done something wrong? or is it really so? Thanks so much

Hi Rahul, Will the permalink structure be customizable on Anspress 2.0? I really want to install your plugin, it’s way better than the WPMU Dev Q&A I am currently using. This is the only think stopping me, because I can’t lose the urls for all the previous questions. Keep up the great work!

Issue solved

Added an option in 2.0 for disabling comments for question and answer individually.

there was actually problem in line 120 in anspress-question-answer/includes/anspress-theme.php and the solution is by replacing this line “120”: public function the_title( $title, $id ) { with this : public function the_title( $title, $id = null ) { to make the function work with null id

As I said already I ahve reverted shortcode to anspress, it means all pagges of anspress will be rendered from base page as before. Also added AnsPress menu in WP-Menu editor, so you can easily add AnsPress links in your navigation. So link to ask page will be http://domain.com/BASE_PAGE/?ap_page=ask or pretty url http://domain.com/BASE_PAGE/ask

issue has been solved already pleas make sure you have latest commit

Dear Bassam, First thing is that I will not work anymore on 1.4.3, as 2.0 beta is almost ready for release. And I have fixed translation issue happening with 2.0. My first 2.0 release was bit buggy but at the moment I am testing it properly, and I can assure you you can update to 2.0 without any issue.

60% done, new link for user profile will be https://wordpress.org/plugins/profile. This plugin can be used without AnsPress but when both plugin is installed AnsPress will use hooks to extend user profile.

problem solved, something wrong with my settings, sorry By the way, can I update comment settings so that new comment can show up without approval?