Hello,

last weekend you released V 1.4 of Askbug theme but the changelog is not updated. Could you please tell us what are the improvements of the new version? Thank you in advance and best regards

Hey, looking at base.php it says in there that this file is used for categories and tags too. But, right now, if I add anything custom to base.php it only shows up on the homepage. It doesn’t show up on other pages. Am I missing something?

Thanks.

When ANSPRESS is enabled the Paging permalinks is not working:

Example:
ANSPRESS OFF

http://www.website.com/page/2/

ANSPRESS ON

http://www.website.com/?paged=2

Theme: Twenty Fifteen and all themes i have tried.

Is this possible, a way to have submitted questions or a notification to the admin when something is posted? I have it set for all public/registered are allowed to ask questions/answers. (Yes, I looked in the settings).

Do you think its a good idea to set a maximum number of reputation points per day, and can I do so?

please help me

please help me

Hi!!

I have a custom form to let the users create a question with the option to upload images. It works fine, but today I see on the server a error log file. Inside is always the same line over and over:

[14-Oct-2015 11:08:01 UTC] Error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND m.apmeta_param IN ('category', 'tag') ) ) GROUP BY m.apmeta_userid' at line 1 de la base de datos de WordPress para la consulta SELECT u.user_email, u.ID, u.display_name, UNIX_TIMESTAMP(m.apmeta_date) as unix_date FROM wp_ap_meta m INNER JOIN wp_users as u ON u.ID = m.apmeta_userid where m.apmeta_type = 'subscriber' AND ( m.apmeta_actionid = 3062  OR (m.apmeta_actionid IN () AND m.apmeta_param IN ('category', 'tag') ) ) GROUP BY m.apmeta_userid realizada por do_action('wp_ajax_apf_addpost'), call_user_func_array, apf_addpost, wp_insert_post, do_action('save_post'), call_user_func_array, AnsPress_Process_Form->action_on_new_post, do_action('ap_processed_new_question'), call_user_func_array, AnsPress_Actions->after_new_question, do_action('ap_after_new_question'), call_user_func_array, AnsPress_Ext_AnsPress_Email->ap_after_new_question, ap_get_question_subscribers_data

I see in this text the following

where m.apmeta_type = 'subscriber'

but all my users are collaborators with upload rights. I tried changing the user roles (anspress moderator, author, administrator) but always with the same result.

Only with the main administrator the line is not added to the error log.

If I deactivate the ansspress mail plugin, the lines are never added to the error log file.

Is a problem with the plugin, or I am making something wrong in the functions of my custom form?

Thanks.

My Q/A site has two user types (Doctors & Nurses). Nurses should only be able to view categories A, B & C. Doctors can use A, B,C,D & E.

Whats the easiest way to accomplish this functionality?