#1923 closed enhancement (wontfix)
Remove forum, topic, users slugs?
Reported by: | alexvorn2 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1.2 |
Component: | Back-end | Keywords: | |
Cc: | stephen@… |
Description
1)
http://localhost/wordpress/forums/forum/new-forum/
why not?:
http://localhost/wordpress/forums/new-forum/
making a URL shorter is every time a good thing.
2)
rename users slug to user, for displaying a user profile.
http://localhost/wordpress/forums/users/admin/
why not?:
http://localhost/wordpress/forums/user/admin/
3)
replace topic slug with forum name.
http://localhost/wordpress/forums/topic/topic-1/
why not?
http://localhost/wordpress/forums/new-forum/topic-1/
Leave the topic and forum slug only when editing.
Change History (5)
#2
@
12 years ago
- Milestone changed from Awaiting Review to Future Release
The reason there is a 'forum' prefix is because it's how WordPress knows what kind of post content you are serving up. It's a cheap and effective way to guarantee the correct content gets delivered.
The user/users slug you can change that in the forum settings.
The single topic slug, again, is all about preference and performance. It's cheap and easy to use post-type prefixes to output the correct information. If you want to create your own custom rewrite rules, bbPress allows you to override them and make your own.
I'm moving this into the Future Release pile, as it's something worth considering making easier, and I'd like to be able to refer duplicates to it.
#3
@
12 years ago
Thanks for your replies.
Maybe it would be great to add the option in the forum settings page to replace the "topic" slug with the forum name just by adding "%forum-name%" tag? - (like a custom structure in permalinks page...)
1) & 2) I don't really care one way or the other...
3) I think this has some merit but also comes down to how Google SEO is working at any particular time, I like descriptive URL's, I look at them, many users do not (i'd say most do not)
Additional Reference:
http://bbpress.org/forums/topic/any-way-to-eliminate-redundancyweirdness-in-permalinks-i-e-forumsforum/#post-113574