Forum breadcrumbs – You are here:Asgaros Support ForumSupportChanging profile URL
Please or Register to create posts and topics.

Changing profile URL

Hi, just a quick question.

How can I change the profile url to mywebsite/profile?

 

Many thanks,

Daniel

I’ve figured it out.

 

<?php
    function my_link($link, $user) {
      return '/profile/'.$user->user_login;
    }
    add_filter('asgarosforum_filter_profile_link', 'my_link', 10, 2);

Cheers!

Asgaros has reacted to this post.
Asgaros

Hallo zensauce,

in welcher php hast du das geändert?

@v490

Du kannst den Code in die functions.php-Datei deines Themes hinzufügen.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Wouldn’t a plugin like Redirection also do the trick so that you don’t have to modify anything?