Login system

4.73K viewsGeneral
1

Can I use  UserPro – User Profiles with Social Login as login system to your Q&A plugin.
http://codecanyon.net/item/userpro-user-profiles-with-social-login/5958681

Can I use Sahifa theme with your plugin.

Does your Q&A plugin have Polish language extension ?

Best regards,

0

Read here for disabling AnsPress profile : Disable AnsPress profile.

And then you can add this filter to override AnsPress user link:

function my_custom_profile_link($user_id, $sub){
    $user = get_user_by('id', $user_id);
    return user_pro_profile_link($user->user_login); // replace this function
}
add_action( 'ap_user_custom_profile_link', 'my_custom_profile_link', 0, 2 );

Yes AnsPress have polish translation.

Thank you. I have also question about install AnsPress. I want to integrate AnsPress with Sahifa theme.
http://themeforest.net/item/sahifa-responsive-wordpress-news-magazine-blog-theme/2819356

Can I install AnsPress as a plugin and display it on any page of my WP website with my theme ?

Yes you can.. Just read the docs 🙂

You are viewing 1 out of 1 answers, click here to view all answers.