Opened 15 years ago
Closed 15 years ago
#1844 closed defect (bug) (fixed)
Notifications link not working
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | notifications | |
Cc: |
Description ¶
Using WordPress MU 2.9.1. with Buddypress 1.2 RC I have found that clicking on the notifications link doesn't go anywhere and instead returns you straight back to home page. Even using the My Account > Settings > Notifications drop down menu it does the same thing.
Problem found through my website http://freelancerunplugged.com.
Pull Requests
- Loading…
Change History (3)
#2
@
15 years ago
I just found the solution to the problem. It has something to do with the new theme changes. The fix is fairly easy:
replace bp-group-forum-subscription.php line 492 with:
bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) );
#3
@
15 years ago
- Resolution set to fixed
- Status changed from new to closed
Thanks for the fix, guys.
I'm going to stop support of this plugin for BP 1.2+, as I've now started contributing to http://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/, which has all the same functionality and more. I'll be releasing a script soon that allows conversion of data from the old version to the new plugin.
Yup, I'm getting this issue also.
I've tracked it down to the Group Forum Subscription plugin. Maybe that's the same for you? I'll contact Boone about this.