Opened 8 years ago
Closed 8 years ago
#2068 closed enhancement (fixed)
Forum profiles should have a link to the WP.org profile
Reported by: | SergeyBiryukov | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch |
Cc: |
Description
In #518, there's a long-term goal of merging forum profiles with WP.org profiles.
That was attempted during the upgrade to bbPress 2.x in #1544, but it turned out that's not feasible at the moment, because WP.org profiles lack the necessary functionality and i18n, see #1868.
In the meantime, forum profiles should have a link to the WP.org profile, like @sergeybiryukov on WordPress.org
on the WP.org profile itself.
It would be great to add the @sergey on Slack
part as well, but none of the open sourced files have a reference to where that data is stored.
The patch also adds missing translator comments for all the placeholders in the same block.
Attachments (4)
Change History (10)
#2
in reply to:
↑ description
;
follow-up:
↓ 3
@
8 years ago
- Keywords commit removed
Replying to SergeyBiryukov:
That was attempted during the upgrade to bbPress 2.x in #1544, but it turned out that's not feasible at the moment, because WP.org profiles lack the necessary functionality and i18n, see #1868.
I read that now several times. Why not taking the initiative to enhance the profiles for the missing parts instead of inventing a second profile page?
#3
in reply to:
↑ 2
@
8 years ago
Replying to ocean90:
Why not taking the initiative to enhance the profiles for the missing parts instead of inventing a second profile page?
I'd be happy to contribute to WP.org profiles when they are open sourced or when I see all the code involved, with the ability to run it on a local install or a sandbox.
What would be the first steps for such an initiative? At this point I'm just trying to do what I can with what I have :)
I guess I was wrong, found an example in WP_I18n_Teams::get_slack_username().
meta-2068.2.patch includes that part.