This topic has 8 replies, 3 voices, and was last updated 9 years by dolphspeed99.
-
Author
-
May 10, 2015 at 13:45 #58190dolphspeed99Participant
Hi,
I noticed what I concluded to be a HUGE bug in your theme. It involved BuddyPress and the replies to comments in activity streams.
I only use the groups function and I noticed that the replies given to a comment posted in a group are not visible to logged out members (or guests). As a guest I can only see the original comments, but after I log in, I can also see the replies for those comments. This was a bug that was fixed in BuddyPress 2.1 and, when changing to 2015 theme, all works out well. BuddyPress support also pointed out that this is a theme related problem.
Please take a look at the following screenshots and you will understand the problem.http://www.machomen.ro/2015-logged-in.png
http://www.machomen.ro/2015-logged-out.png
http://www.machomen.ro/kleo-logged-in.png
http://www.machomen.ro/kleo-logged-out.pngYou can also replicate this problem here: http://www.machomen.ro/discutii/ce-suplimente-consumam/
Thank you!May 10, 2015 at 16:35 #58208sharmstrModeratorI’ve confirmed this. I’m looking into it now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 10, 2015 at 16:40 #58210sharmstrModeratorI found the issue. Try this out.
Open up /kleo/buddpypress/activity/entry.php. Scroll down to the following line (should be line 89)
COPY CODE<?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_is_single_activity() ) : ?>
and change it to this
COPY CODE<?php if ( ( bp_activity_get_comment_count() && bp_activity_can_comment() ) || bp_is_single_activity() ) : ?>
Let me know if that fixes it for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 10, 2015 at 17:15 #58220sharmstrModeratorGreat. Its in the next update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 11, 2015 at 12:40 #58326AbeKeymasterthanks @sharmstr
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 13, 2015 at 10:08 #58569dolphspeed99ParticipantI’m not sure if it has something to do with the fix you sent me, but I noticed another problem, that wasn’t there before the fix: I can’t comment to all updates in the group. Regular behavior is that when I click on “Comment” (Comentariu on my website, as it is in Romanian language), a small textarea displays just below and I can write my comment. On updates that already have comments I can do this, but the textarea doesn’t appear on new updates.
When I want to write a comment on a fresh update, the URL changes, and at the end of the URL something like this appears: /?ac=229/#ac-form-229
If I click on Comment to an update that already has comments, the URL is not changing.
You can see this problem here: http://www.machomen.ro/discutii/ce-suplimente-consumam
Thank you!
May 13, 2015 at 16:35 #58606sharmstrModeratorYour jquery is broken because of these errors. The Meta Data Filter plugin is probably causing the issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.May 14, 2015 at 20:02 #58790dolphspeed99ParticipantI forward this to the plugin developer, but this is strange, because the 2015 theme, with the same active plugins, is working without a problem. But I will wait to see what’s the answer from the plugin developer.
Thank you!
-
AuthorPosts
The topic ‘Replies to comments in groups don't show to guests’ is closed to new replies.