Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] BuddyPress 1.9 + bp-default theme (or child themes) + Notifications


  • mdpane
    Participant

    @mdpane

    I know bp-default has officially been retired as of this release, but I noticed a problem with the new Notifications tab in your profile. It appears to be loading the template within the current template, but only for the Notifications tab. Everything else loads fine. For example:

    Notifications tab

    I’m working on custom child-theme based off of bp-default. To test to see if it was just me, I did a fresh install of WP 3.8 and BP 1.9. Same issue cropped up, even with another child-theme (Frisco).

    Any way to fix this?

Viewing 25 replies - 1 through 25 (of 26 total)

  • airsid
    Participant

    @airsid

    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 ?


    @mercime
    Keymaster

    @mercime


    mdpane
    Participant

    @mdpane

    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:

    https://i.imgur.com/JrHifPy.png


    @mercime
    Keymaster

    @mercime

    @mdpane thanks for posting back. Marking your topic as resolved.


    airsid
    Participant

    @airsid

    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.


    airsid
    Participant

    @airsid

    Ok I will follow your advice, thanks.
    I’ve seen i can disable the notifications function in buddypress settings so no hurry anymore πŸ˜‰


    jlarosa
    Participant

    @jlarosa

    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
    Participant

    @tearstone

    @jlarosa 1.9.1 was released to include this fix for #5299: https://codex.buddypress.org/developer/releases/version-1-9-1/


    jlarosa
    Participant

    @jlarosa

    @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?

    VP


    BroadRippleInc
    Participant

    @broadrippleunlimited

    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.


    aboudard
    Participant

    @aboudard

    Hello !
    Exact same problem on my buddypress πŸ™

    BP : 1.9.1
    WP : 3.8


    aboudard
    Participant

    @aboudard

    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


    BroadRippleInc
    Participant

    @broadrippleunlimited

    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!


    javitobear
    Participant

    @javitobear

    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


    aboudard
    Participant

    @aboudard

    Sorry, I don’t understand you πŸ™


    jlarosa
    Participant

    @jlarosa

    @aboudard that absolutely did the trick, thanks for your help πŸ™‚


    aboudard
    Participant

    @aboudard

    So glad I could help πŸ™‚


    GSJ
    Participant

    @gsj

    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.


    aboudard
    Participant

    @aboudard

    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 ?


    GSJ
    Participant

    @gsj

    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.


    aboudard
    Participant

    @aboudard

    Yeah, I think you should go to 1.9.1
    Are you sure that your theme is not a “child theme” ?


    GSJ
    Participant

    @gsj

    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??


    aboudard
    Participant

    @aboudard

    Xell, for example, you should have in your theme, some folders named like :

    /my-theme
    /members
    /groups
    /…


    GSJ
    Participant

    @gsj

    Ok thanks, will check that and let you know how it goes.

Viewing 25 replies - 1 through 25 (of 26 total)
  • The topic ‘[Resolved] BuddyPress 1.9 + bp-default theme (or child themes) + Notifications’ is closed to new replies.
Skip to toolbar