Rahul Aryan
Forum Replies Created
-
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] anspress question & answer pluginHi Reinoud,
Sorry for late replay I was very busy today.
all of features which you have requested are already added to our development version, due to many request I am planning to release dev version to public.
NOTE: Dev version will not for live site.
you can register in my site for new version update notifications: https://rahularyan.com
Thanks for your love, I am really doing my best to make AnsPress’s next version full featured and bug free.
I dont know whcih widget you are using, but if u want to show your own category of question just use this code:
<ul> <?php echo get_the_category_list(array('taxonomy' => 'question_category', 'hide_empty'=> 1)); ?> </ul>
Its because in that category list arguments
hide_empty
is set to 0, so this was hiding empty category.Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] anspress question & answer pluginOK I will.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] anspress question & answer pluginok its great..
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] anspress question & answer pluginFor one, I get the message “You do not have sufficient permissions to access this page” when selecting the settings option at the plugin options.
Visit plugin option from Wp-admin menu -> settings -> AnsPress
AnsPress dont have widget position right now. you need to override AnsPress default theme index.php to use your theme layout. See other thread or FAQ for overriding theme.
Is there any error shown ?
you can edit category.php in AnsPress theme or content-none.php in AnsPress theme.
Make sure you override the theme.
Not yet, this will possible in next update. Thanks
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Question Categories Display OrderJust remove category if you don’t want to show them
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Question Categories Display OrderCan you show me your site? so that I can see whats happening to you.
visit from setting -> anspress
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] How to use AnspressHello,
You can add a custom button using this:
<a href="<?php echo get_permalink( ap_opt('ask_page') ); ?>">Ask Questions</a>
If you want to stick to q2a then its not an issue, (and https://legacy.responsibid.com/answers/ is designed by us).
We are active on both platform, the main reason for developing AnsPress is that many WP user dont want to leave WP.
Currently AnsPress is actively under development, anspress will be an extendable q&a system for WP.
Our next version is taking a bit longer cuz we decided to recode everything.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Modifying base page layoutCreate a folder under your main theme called anspress
now copy your theme index.php to anspress,
now open copied index.php, and remove while condition and place this:
<?php include ap_get_page_template(); ?>done.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Order of repliesAnyway, thanks for suggestion. It will help us to deliver you an awesome q&a system.
After releasing 0.5 version, I will make a dedicated site for anspress where you can suggest features and report bugs.
Thanks for your time.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Order of repliesOh I misunderstand ??
We have added this feature to our development version many days ago (not yet pushed to respiratory), there will be an option in anspress option by which you can set order of answer:
Most voted
NewestAnd indeed selected answer will be at top, also user can sort answers as they want.