We are simply using : wp_login_url( $redirect ); Hence, you can simply use this hook to filter your login url: add_filter( 'login_url', 'my_login_page', 10, 2 ); function my_login_page( $login_url, $redirect ) { return home_url( '/my-login-page/?redirect_to=' . $redirect ); } Cheers.
will answerbox be re-released and ever upgraded?
Allright, I found a way to make it work but I’m pretty sure it’s a little hack around the whole thing! but just wanted to let you know how I did it for future reference; Change this line: $roles = array(‘editor‘, ‘contributor‘, ‘author‘, ‘ap_participant‘, ‘ap_moderator‘, ‘subscriber‘); and add any role you want (in your and my case, customer) to the class-roles-cap.php it’ll look like this: $roles = array(‘editor‘, ‘contributor‘, ‘author‘, ‘ap_participant‘, ‘ap_moderator‘, ‘subscriber‘, ‘customer’); when you did that, click save then deactivate the plugin, and activate it again. apparently the roles get called on activation so that fixes it! the only problem is that you have to do this manually after every update I’m afraid. Hope this helps for you as well! Cheers, Robin
Thank you for choosing AnsPress. That theme is called AnswerBox, I stopped selling it cause I am not getting time to write documentation for that theme. We are will start working on new theme after 2.3. Its simple and WordPress have the answer. Use WP translation method, like your current language is set to en_US Then you can create a new pot file named as ap-en_US.pot, and save it to anspress language folder. You can use this tool poedit.net to easily edit pot files. I actually tried this for a an AnsPress site, which needs to change: Question to Trade Answer to Offer
Create a page and then select this page as how to answer field from AnsPress option. Also when I upload the picture on my profile, it never appears… at all. Do you have any other profile plugin installed ? is your avatar option is set to AnsPress in WordPress discussion setting?
We will add this feature in 2.3
This is something I’m interested in too
Already fixed get latest commit.