• Resolved LjasonH

    (@ljasonh)


    Ello there.

    First off this is a great plugin, keep it up.

    Are you able to add an option to disable the anspress user profiles – or have an option to set the profile link type.
    e.g I use UsersUltra and would like when someone clicks on a username to be taken there, rather than to anspress profiles as this can create profile confusion (or simply to disable username links).

    – Jay.

    https://wordpress.org/plugins/anspress-question-answer/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rahul Aryan

    (@nerdaryan)

    Disabling user profile is already under development.
    You can check 2.0.0-alpha2 tasks here:
    http://wp3.in/tasks/

    Thread Starter LjasonH

    (@ljasonh)

    I await the release.

    Thank you.

    Is this possible now? Or could you tell me the right function to diable profiles or redirect them to my upme profiles? / standard?

    Plugin Author Rahul Aryan

    (@nerdaryan)

    I used the code you gave to disable the profiles. However, the username and profile pic still are linked – but to an error/404 page. Any way to remove the linking from them? Otherwise, users will click on the username, for instance, because it’s a blue link, and will get an error page.

    Otherwise, seems like a good plugin. Still playing with it. Replacing another one that didn’t work well for my site, and my 4400 users are pretty unhappy and can’t wait for the new one (this one I hope!)

    Plugin Author Rahul Aryan

    (@nerdaryan)

    After disabling profile you have to add another filter for changing user URL,

    add_filter('ap_user_custom_profile_link', 'my_custom_user_link');
    function my_custom_user_link($user_id, $sub_page){
    
    }

    This has been answered many time please check in our forum.

    Cheers

    If you mean the support forum here on WordPress site, I did look. I received your answer on your site’s forum (I was unable to find “many” other answers). I will give it a try, thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Disable Anspress Profiles’ is closed to new replies.