Opened 17 years ago
Closed 16 years ago
#1844 closed defect (bug) (fixed)
Notifications link not working
| Reported by: | diesellaws | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | 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.
Change History (3)
#2
@
16 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
@
16 years ago
- Resolution → fixed
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.