No, I didnt, I just bought your products: label & askbug, and tried it, the attachment render twice also any documentation about how to change footer info and copyright? Thanks
Hello Tom, You can override AnsPress as you want. Have a look at docs for basic guides. #1 This is possible using paid membership plugin. #2 This functionality does not exist yet but can be added easily. #3 Possible. #4 Not available by default but can be added. #5 Possible. #6 Its not AnsPress related question but your theme.
I would like to ask if Anspress 4.x will have a minimum version of WP as with PHP 5.5x. Thanks !
Hello Matt, You forgot to return $msg. function new_response($msg) { $msg[no_permission][message] = 'No!'; return $msg; }
We have developed a work around to achieve a daily/weekly digest using RSS and mailchimp… Here’s an example for anyone interested: http://us13.campaign-archive1.com/?u=23d59588d17cb3f3def6f5608&id=c6be92d7a3&e=99959ba28e ps this has proved essential for our site… the day of the week the digest goes out, is the only time that we drive traffic/usage of the site.
Add this snippet to theme functions.php: add_filter( 'ap_reputation', 'my_function_to_disable_admin_reputation', 10, 3 ); function my_function_to_disable_admin_reputation( $reputation, $type, $user_id ) { if( is_super_admin( $user_id ) || user_can( $user_id, 'manage_options' ) ) { return 0; } return $reputation; }
1. The request is not absurd from a user perspective, exactly as hendre above says: “It is really hard to get a new community going if you don’t have this since people don’t just randomly check the site every day. To get a critical mass of users you need email notifications to encourage them to go to the site.”. 2. If it not technically feasible or you have a good reason not to develop this feature (Mandrill and Sparkpost may disagree with you on email doesn’t scale), then please say so. There is no need to be rude.
I can’t believe how much work you input in this! Great news and super happy to see that performance and optimization are the main points of this update. Having a really good and stable base you guys can build on is the definitely the most important! 😀 Thanks and congrats! PS: I’ll try to resume my work on documentation as soon as possible. 😉
Fixed At Github
FIXED at github.