Bug #4112
closed
My Events not appearing when on other sites
Added by Samantha Raddatz over 9 years ago.
Updated over 9 years ago.
Category name:
WordPress (misc)
Description
When logged in and looking at the codex post about the events calendar (http://codex.commons.gc.cuny.edu/events-calendar/), I noticed that My Events isn't an option in my top-right dropdown (which is a little confusing if you want to find it while reading the instructions). It appears when I'm anywhere outside the codex. Image attached for reference.
Assigning to Matt since this seems like a WP menu-setting that can be changed at the admin level.
Files
- Assignee changed from Matt Gold to Boone Gorges
Thanks for reporting, Sam. I'm away at a conference for a few days, so I am assigning to Boone in the hope that he can make a quick fix.
- Assignee changed from Boone Gorges to Raymond Hoh
- Target version set to 1.8.2
Unfortunately, this is not trivial to fix. Ray, I'm thinking we can add something to our cac-bp-admin-bar-mods that will (a) check to see whether we're on the root blog, and (b) if not, will add a hardcoded link where bp-event-organiser would've done it. Another strategy is to make bp-event-organiser Network: true, and have things like this loaded before the check for event-organiser takes place. (On second thought, this strategy sounds like a nightmare.) Do you have thoughts?
- Subject changed from My Events not appearing in Codex to My Events not appearing when on other sites
- Status changed from New to Resolved
Do you have thoughts?
Boone - Exactly what I was thinking.
I went with the hardcoded approach in our cac-bp-admin-bar-mods
plugin. Had to use the bp_setup_admin_bar
hook so the "My Events" menu would show up underneath the "My Notifications" menu.
Fixed as of commit 080a252.
Also available in: Atom
PDF