Info
- 3 posts
- 2 voices
- Started 4 years ago by karaboga
- Latest reply from karaboga
Changing the slug of permalinks like topic, profile
-
- Posted 4 years ago #
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 4 years ago #
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 4 years ago #
Thank you very much, but I am not able to write any plugin. :)
-
You must log in to post.