Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Starejosel

    (@starejosel)

    To be precise–if a link directs me to …/?author=n, I want it to go to …/?bbp_user=n

    Thread Starter Starejosel

    (@starejosel)

    Elsewhere someone told me:
    You could use htaccess and a RewriteRule for that.

    Can someone help me figure out what that means and how to do it?

    Thanks!

    Martin

    Thread Starter Starejosel

    (@starejosel)

    It turned out that the solution was to use the WP htaccess Control plugin and use it to install a custom .htcaccess file with a rewrite rule
    (using the pretty url’s generated by the permalinks):
    RewriteRule author/([^/]+)/?$ https://yourspecificwebsitename/forums/users/$1/ [R=301,L]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Members] author -> bbp_user’ is closed to new replies.