Opened 13 years ago
Closed 13 years ago
#3986 closed defect (bug) (wontfix)
Group activity: URL to userprofile wrong (after Wordpress URL change)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
I had Buddypress running on a test server (test.site1.com). I have tested all features and changed the url in Wordpress to site2.com. When i go into a group, the link to the user profile and the link to the group name in
<div class="activity-header">
still link to test.site1.com. When i publish a new update in this group, it link to site2.com like it should.
Change History (1)
Note: See
TracTickets for help on using
tickets.
That part of the template is hardcoded in the "bp_activity" database table. You would need to do a careful search/replace in that table for your old URL, and replace with the new.
This behaviour is one of several things that we'll be taking another look at as we build future versions.