Opened 8 years ago
Closed 5 years ago
#1892 closed enhancement (maybelater)
Allow bbPress slug changes to reflect locales
Reported by: | DeFries | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Forums | Keywords: | close |
Cc: |
Description
When this whole support forum migration is done, it'd be wonderful if we think about allowing each Rosetta site to change the bbPress slugs to reflect the locale being used.
Change History (13)
#2
in reply to:
↑ 1
@
8 years ago
Replying to ocean90:
Having the same slug on all sites makes it's easier to switch from one site to another because we only have to change the subdomain.
I don't see that as something relevant. Who is the "we" in that sentence?
#3
in reply to:
↑ 1
;
follow-up:
↓ 4
@
8 years ago
Replying to ocean90:
Related: #1201
I don't think we should allow this. Having the same slug on all sites makes it's easier to switch from one site to another because we only have to change the subdomain.
The primary URLs would be the same, i.e. https://**.wordpress.org/support/
The forum
and topic
slug URLs can be localised as part of bbPress, e.g.
This: https://nl.wordpress.org/support/topic/veranderd-forum-mooi-maar-verdwaald/
Becomes: https://nl.wordpress.org/support/onderwerpslug/veranderd-forum-mooi-maar-verdwaald/
#4
in reply to:
↑ 3
@
8 years ago
Replying to netweb:
The primary URLs would be the same, i.e.
https://**.wordpress.org/support/
The
forum
andtopic
slug URLs can be localised as part of bbPress, e.g.
@netweb is right. I'm not talking about the first part the permalink, but pretty much the rest of what bbPress uses. Basically all of these:
#5
@
8 years ago
- Resolution set to duplicate
- Status changed from new to closed
This is under discussion in #bbpress2976.
#6
@
8 years ago
It's discussed over there for new installations, but that's not what this ticket is about. This proposal is for the Rosetta support sites after the migration is done. IMHO warenting to keep this ticket open.
#7
@
8 years ago
- Resolution duplicate deleted
- Status changed from closed to reopened
I've looked at the existing "parent" blog at https://nl.wordpress.org/ and found the following behavior.
An actual category link:
https://nl.wordpress.org/category/wordpress-nieuws/
However, options-permalink.php gives the following example of a category link using the default category slug:
https://nl.wordpress.org/onderwerpen/geencategorie/
I'm not sure that WordPress core has a set behavior around translating slugs, so I'm reopening this ticket.
#8
follow-up:
↓ 9
@
8 years ago
FYI: The Dutch forums user profile slug appears to have changed from users
to user
bbPress' default user slug is users
:
- Works:
https://nl.wordpress.org/support/user/wp-ginfo/topics
- Broken:
https://nl.wordpress.org/support/users/wp-ginfo/topics
Via https://nl.wordpress.org/support/topic/veranderd-forum-mooi-maar-verdwaald/#post-99158
#9
in reply to:
↑ 8
@
8 years ago
Replying to netweb:
FYI: The Dutch forums user profile slug appears to have changed from
users
touser
Just to confirm, I did not touch any of the settings.
Related: #1201
I don't think we should allow this. Having the same slug on all sites makes it's easier to switch from one site to another because we only have to change the subdomain.