#5270 closed defect (bug) (wontfix)
Ugly URLs in activity stream 'new post' entries
Reported by: | henrywright | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Blogs | Keywords: | |
Cc: |
Description
An activity entry for a new post looks something like:
Member X wrote a new post, Post Title 2 minutes ago
The phrase 'Post Title' is hyperlinked and takes the user to the single post page. If you inspect the 'Post Title' URL, you will see it is ugly example.com/?p=30
and doesn't honour the WP admin permalink settings.
Notes on the environment this was tested on:
- Site Tracking enabled
- Permalink settings set to
/%post_id%/
- BP 1.9 beta 1
- WP 3.7.1
- Twenty Twelve
Change History (3)
Note: See
TracTickets for help on using
tickets.
In bp-blogs-functions.php at line 323 i'm thinking replace
with
This works for standard BP but I haven't been able to test on multisite.