AnsPress have a flexible theme override system, You can override every part of AnsPress. Refer to documents about theme override.
You can simply override answer.php and question.php and add your ads snippet. If you know how to override AnsPress theme file, then refer to documents. Paid question and answer extension will be available in future with these features: User can pay before asking Bet answerer can earn Subscribe for asking question etc..
Nice snippet. But I will suggest using user role instead of user id, then non of the admin will be shown.
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'); ?>">
@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?
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 :/
Azman that does not work
is there a way to make the question asker anonymous after being logged in?
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
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.