why anspress adding this query string (?page=anspress_about) to all urls? my admin panel not wroking because of this.
I would like to customize notifications to send to group leaders by category. Please confirm that the relevant code to edit would be in anspress-email/anspress_email.php in public function ap_after_new_question($question_id).
hi there,
Just installed ANSPRESS onto a new site and everything seems to be working well except for the fact that on all the anspress pages is displays a list a asked questions. I want to get rid of it but so far no luck. What should I do? Is there an option? Is there a fix?
Hi,
I have a problem with a fresh install of AnsPress. Blank wordpress, just installed AnsPress, the AskBug theme and all of its requirements. Everythign works fine when logged in, but in another browser the site just shows a blank page.
Enabled debug mode, no errors shown.
The main content area in the source code is empty:
<div id="seed-csp4-page">
<div id="seed-csp4-content">
</div><!-- / #seed-csp4-content -->
<!--[if lt IE 9]>
<script>
jQuery(document).ready(function($){$.supersized({slides:[ {image : ''} ]});});
</script>
<![endif]-->
</div>
Hey there, I was wondering how hard it would be if I wanted to customise the question category colour. Instead of every category being the same colour they would have their own set colour so they can be noticed quicker. Kind of what Flarum are doing like in the pic. Thank-you š
Hi, on this site, I realised that clicking on the avatar icon immediately reveals the user-based menu options. However, on my site (with Askbug theme), I realised sometimes it takes up to 4-5 seconds for the site to reveal the menu options. May I know how can I achieve the same effect as on this support forum? It seems like it does not use ajax load?
Thanks in advance.
I upgrade to version 4.0.4 and the viewing numbers and answers numbers are all reset to zero! And I can not find any re-calculate option to solve this issue. thanks!!
sorry i prematruallly set this previous thread to solved we cannot edit the homepage content anymore and the spelling mistake is still there “experiance” should be “experience” also the client is saying the number of solved questions went down from like 40 to 4 any idea what could be the problem i tried recounting the answers and it got stuck on 50.
thanks!
I have currently added a custom reputation event using the ap_register_reputation_event() function.
Right now I have called the above function in the ‘init’ hook. callback for the hook is placed in my plugin.
Is it fine or is there any better hook where I can register the custom reputation event?
Iād like to format the notification emails using HTML, but it seems that when I put HTML in the fields, it sends the user the markup instead of rendering said markup.