AnswerBox Search in header

Simply edit searchform.php and replace this: <form class="navbar-form navbar-left" action="<?php echo esc_url( home_url( '/' ) ); ?>">   to: <form class="navbar-form navbar-left" action="<?php ap_link_to('search'); ?>">

Steps for fixing translation issue after update

@rahularyan @Azman 1- Please try Rahuls Answer. 2- Please do THIS after any of your wp-plugins update. ***VERY IMPORTANT NOTICE*** Sometimes, for some of language (like Arabic/Persian), after renaming source lang-file for translate, you need to change somethings. Please visit (& do) these screenshots to see what’s happen: A- Before changing in “Language Field”. (Everything is right) B- After changing in “Language Field”. (somethings are lost) C- For resolve this issue: Please select “Use custom expression”, then type “nplurals=2; plural=(n != 1);” or “nplurals=2; plural=n == 1 ? 0 : 1;” in below field and then click OK. (Learn about plural forms)   BUT!!!!!!!!!!!!!!!!! AP-tags, AP-category and AP-Email plugins and AnswerBox widgets are not translated for me… Rahul, how can translate these?

[WIP] Any French speaking user around ?

Les français sont toujours là ? Je voulais avoir une précision sur le fameux “flag”. C’est pour signaler un contenu inapproprié c’est ça ? Il y a de nombreuses erreurs de traductions dans la version française, c’est assez pénible à retraduire :/

Can we ask anonymous question when logged ?

Azman that does not work

Can we ask anonymous question when logged ?

is there a way to make the question asker anonymous after being logged in?

Reputation points

Will check this No action available after AP image upload, will be added. As I said it can be easily done from poedit. though I have pushed updated ap-fr_FR.po

Steps for fixing translation issue after update

Best tool for editing WordPress translation is poedit (poedit.net) Simply follow this steps if new strings are missing: Load you language file in poedit now go to Catalog ->Update from POT file Now select latest ap.pot file from AnsPress language directory. Now new strings can be seen in your translation.

Is there a way to send private messages to someone?

Lots of plugin available just need to search for them in WP plugin repo.

Any plans to support theme overrides via a child-theme?

Ok this will be added. AnsPress will look into child theme then parent theme.

How can I change my username?

Hi Changing username completely on only need to change users slug? 1- for username you need “Username Changer” plugin. (It’s good but this way (changing username only) is not a safe way) Username Changer is a simple plugin which allows administrators to change usernames of users on their sites. Additionally, if the user display name matches the username, it is updated as well. 2- for username slugs (this is a safe way), In my opinion, the best way to this issue is testing “Edit Author Slug” plugin. I used it in one of my sites and it is very useful. You will be able to change all of users slugs BUT if AnsPress and it are compatible (I think they are compatible because “Edit Author Slug” and BuddyPress are compatible ). please check it and give Feedback. GOODLUCK