BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Javascript glitch on Wall

Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Question

    #30548
    @naton

    There seems to be a diff between what group name is stored in the DOM for activity-greeting and what it gets replaced with using JS. I consistently get (it seems) the name from the last visited group in the script#buddyboss-wall-tpl-greeting element.

    Hope you see what I mean (it’s getting late here..)

    Answers

    #30545
    @taberstruths

    Hi Michael. Once again great job with the update. I have noticed 1 glitch. On the group page it says “What’s New (username) in (most popular group) rather than the group page that you are on.

    #30578

    Alyssa
    Participant
    @alyssa-buddyboss

    @naton @taberstruths I understand what you mean but I am unable to reproduce the same results. What OS and browser are you using?

    #30592
    @naton

    I used Safari on Maverick, not sure if I tried Chrome as well. Object caching using W3TC on though, could that be it?

    #30594
    @taberstruths

    I am using Chrome, windows 8.1 and no w3 since I never could figure out how to configure it and keep things live.

    #30608
    @naton

    I had to hack a quick fix, replacing bp_get_group_name() with the string ‘this group’. Don’t know if people prefer that (since the group’s name is all over the place anyway) or if it’s just me but I could live with having “Anything new in this group, [name]?” as a default.

    #30612

    Alyssa
    Participant
    @alyssa-buddyboss

    @naton @taberstruths do you have this issue with the wall component disabled, trying to figure out if it is a theme issue or Wall Plugin issue.

    #30624
    @taberstruths

    It is a plugin issue. It was fixed when I disabled the wall component.

    #30635

    Alyssa
    Participant
    @alyssa-buddyboss

    Thanks Duke, I’ll pass along the info to our developers in hopes they can reproduce the issue.

    #30924
    @naton

    I think this might be reproducible if you have some group widgets activated on a single group page. At least that seems to be the case for me. When having a Active groups widget there, I get the name of the topmost group as label for the post form. When removing that widget, and also having sub group widgets that return blank, I get a blank name as label (like “Anything new in , Anton?”). So the label seem to inherit what was fetched from the sidebar widgets, or the other way around (you guys know this better than me)

    #30995

    Alyssa
    Participant
    @alyssa-buddyboss

    @naton wonderful, I have reproduced this now. This is an interesting error…and I have a solution:
    Line 202 of bb-wall/includes/wall-class.php change:
    bp_get_group_name()
    to
    bp_get_current_group_name()

    We should have this fixed in the next release.

    #31003
    @taberstruths

    TJ, I am not sure if you were talking about this being fixed in today’s release but alas I still have the same problem.

    #31020
    @michael

    @taberstruths We’ll get this fixed in the next release. Fixed locally now.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The question ‘Javascript glitch on Wall’ is closed to new replies.