Forums

Join
bbPress Support ForumsRequests and FeedbackChanging the slug of permalinks like topic, profile

Info

Changing the slug of permalinks like topic, profile

  1. Hi, my request will be useful especially for people using non-English bbPress versions.

    There are some permalinks which are not translateable or changeable in bbPress. For example, in WordPress, we can change the slug of the permalinks for "category".

    I think it will be very appropriate if that kind of property is added to bbPress. These are some of that slugs:

    topic, profile, forum, view, no-replies, untagged, tags, replies

    (By the way, can we change these slugs by any hack?)

  2. You can change some of the views (untagged, no-replies, ...) with a plugin filtering on bb_views.

    For the rest, you'll have to use rewrite rules. You'll also have write a plugin that filters on get_topic_link, get_forum_link, and so on or bbPress will end up in an infinite redirect loop.

  3. Thank you very much, but I am not able to write any plugin. :)

  4. You must log in to post.