bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

Changing the slug of permalinks like topic, profile

(3 posts)
  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?)

    Posted 1 year ago #
  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.

    Posted 1 year ago #
  3. Thank you very much, but I am not able to write any plugin. :)

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.