BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Javascript glitch on Wall
- This topic has 12 replies, 4 contibutors, and was last updated 10 years, 2 months ago by Anonymous.
Question
August 15, 2014 at 3:17 pm #30548@natonThere 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
August 15, 2014 at 3:17 pm #30545@taberstruthsHi 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.
August 15, 2014 at 9:15 pm #30578@alyssa-buddyboss
AlyssaParticipant@naton @taberstruths I understand what you mean but I am unable to reproduce the same results. What OS and browser are you using?
August 16, 2014 at 8:58 am #30592@natonI used Safari on Maverick, not sure if I tried Chrome as well. Object caching using W3TC on though, could that be it?
August 16, 2014 at 10:53 am #30594@taberstruthsI am using Chrome, windows 8.1 and no w3 since I never could figure out how to configure it and keep things live.
August 16, 2014 at 3:52 pm #30608@natonI 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.
August 16, 2014 at 8:48 pm #30612@alyssa-buddyboss
AlyssaParticipant@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.
August 17, 2014 at 5:17 pm #30624@taberstruthsIt is a plugin issue. It was fixed when I disabled the wall component.
August 17, 2014 at 8:14 pm #30635@alyssa-buddyboss
AlyssaParticipantThanks Duke, I’ll pass along the info to our developers in hopes they can reproduce the issue.
August 24, 2014 at 1:24 pm #30924@natonI 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)
August 26, 2014 at 8:18 pm #30995@alyssa-buddyboss
AlyssaParticipant@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.
August 27, 2014 at 8:22 am #31003@taberstruthsTJ, I am not sure if you were talking about this being fixed in today’s release but alas I still have the same problem.
August 27, 2014 at 3:05 pm #31020@
Anonymous@taberstruths We’ll get this fixed in the next release. Fixed locally now.
- The question ‘Javascript glitch on Wall’ is closed to new replies.