Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Compatible Plugins › BuddyPress › Grimlock BuddyPress Displays ‘Exit Conversation’ button when it should not
- This topic has 4 replies, 2 voices, and was last updated 2 years, 7 months ago by Manathan.
-
AuthorPosts
-
SamParticipant@sjregan
- 18 Topics
- 41 Posts
When Grimlock BP displays a message thread, it displays the ‘Exit Conversation’ button when there is only one person in the conversation. This should not happen as BuddyPress does not allow you to exit the conversation unless there is at least three people in the conversation.
Grimlock BuddyPress v1.4.7
In templates/members/single/messages/single.php:48 the line is:<?php if ( bp_get_thread_recipients_count() > 0 ) : ?>
BuddyPress v10.1.0
In BP_Messages_Thread::exit_thread() the line is:if ( 2 >= count( $recipient_ids ) || ! in_array( $user_id, $recipient_ids, true ) ) {
March 8, 2022 at 05:17 #39185@themodactyl- 0 Topics
- 6655 Posts
Hi Sam,
Thank you for reporting this issue to our attention. 🙂
There is definitely an issue in our theme which will be fixed in the next update.
We’ll be back to you as soon as the update is available.
Thank you for your patience.
Best,
March 8, 2022 at 09:50 #39198@themodactyl- 0 Topics
- 6655 Posts
Hi Sam,
We have just released a new update of Grimlock for BuddyPress. Updating this plugin to the latest version should fix this issue.
After the update, the problem should now be fixed. However, you might still be seeing the issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). To see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Kindest regards,
April 19, 2022 at 12:57 #39963 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Grimlock BuddyPress Displays ‘Exit Conversation’ button when it should not’ is closed to new replies.