Hi,
have got exactly the same issue on a child theme.
Users can’t access to notifications and they have no access to their admin on my site so tis is a big issue.
Please help ?
Yeah, I downloaded the Notification templates from the Trac repository last night. Works great. Here it is with some light styling from my child template:
@mdpane thanks for posting back. Marking your topic as resolved.
Thanks @mercime for your quick answer.
But i’m a french novice and i’m not understanding very well what to do in the https://buddypress.trac.wordpress.org/ticket/5299 topic.
Should I install thos patches:
5299.01.patchβ and 5299.02.patchβ
or should I follow indications in lastest johnjamesjacoby’s comment:
In 7689:
Notifications:
Add templates and parts for bp-default theme. Also modify home.php to include notifications.php.
or should I do the both ?
Sorry for asking but no access to notfications is important for my users π
Alos do you have an idea when the next update will be released ?
Thanks.
The update will be released soon, I would advise you hang on for it, as judging by post you may find it a little complicated to handle manually.
Ok I will follow your advice, thanks.
I’ve seen i can disable the notifications function in buddypress settings so no hurry anymore π
Is there any update on this? I’m a WordPress expert, but just starting to dabble into Buddypress. I’m experiencing the same problem and tried applying the patches, but it didn’t seem to fix the problem. I’m using the Huddle Theme (Purchased), also having same issue with Frisco Child Theme.
Any timeline on 1.9.1 roll out?
@Tearstone – Sorry, guess i should slow down a bit, I do have 1.9.1 installed (just checked my plugins page), however it doesn’t seem like this issue is fixed. I’m still seeing a duplicate embedded member navigation on the “notifications” page.
Is there something I am missing?
I am also buddypress 1.9.1 and still having this problem on multiple sites.
On one site, Artisteer Themes don’t seem to support Notifications, Messages, Profile, although I may need to do some playing around to see if that is on all Artisteer themes.
Notifications are definitely displaying wrong on the Custom Community Theme.
Hello !
Exact same problem on my buddypress π
BP : 1.9.1
WP : 3.8
Ok, sorry, I didn’t read the whole topic !
Here is the solution for those who still have this double display on their notification TAB :
– Check that you do have Buddypress 1.9.1
– Seek in your child theme the file : /members/single/home.php
– Copy this code in it (say line 70 or close, you will see the same kind of code) :
elseif ( bp_is_user_notifications() ) :
locate_template( array( 'members/single/notifications.php' ), true );
It does work, whatever your /settings/notification.php is customized.
Enjoy.
Alain
That resolved it for me @boudard! I placed the code on line 36, after the last bp callout, and before the else statement.
Thank you very much!
haber si alguien me ayuda . por favor
tengo el wp 3.08 y el buddy pres 1.9 le doy ah instalar temas de buddy pres pero nunca nunca me deja activar me dice siempre active el tema hijo falta bp default y tengo el tema templante pack instalado pero no se como hacer los 3 pasos alguien me ayuda
Sorry, I don’t understand you π
@aboudard that absolutely did the trick, thanks for your help π
So glad I could help π
Hi aboudard,I don’t have a child theme, where do I put this code in to fix this problem?
Can I put it into by normal theme files somewhere?
Thanks.
Hello !
Actually, if you don’t have a child theme, the only thing you should do is update your buddypress for 1.9.1… I guess !
Now I didn’t experience your particular situation, I can’t be sure.
What are your versions (BP and WP) and what is your theme ?
Hi!
I have WordPress 3.8.1 and Buddypress 1.8.1.
I had the same issue above where the notifications menu shows up twice.
This was with WordPress 3.8 and when I updated to Buddypress 1.9.1.
I went back to Buddypress 1.8.1 after this.
I haven’t tried it again since I updated to WordPress 3.8.1…
Perhaps I should??
Also, Buddy theme, but not updated recently as have modified the original theme a bit.
Yeah, I think you should go to 1.9.1
Are you sure that your theme is not a “child theme” ?
I am not sure to be honest, I am using the Buddy theme, how do I know if it is a child theme or not??
Xell, for example, you should have in your theme, some folders named like :
/my-theme
/members
/groups
/…
Ok thanks, will check that and let you know how it goes.