Conversation Essentials

Conversation Essentials 2.8.5

No permission to buy ($45.00)
  • Fix possible error when a user edits a message in a conversation when using Conversation Monitor
  • Like
Reactions: Sunka
  • Fix "[E_NOTICE] Undefined index: unspecified" when sending conversations after upgrading from XF1
  • Like
Reactions: Sunka
  • Require Require XF2.1+
  • Fix Conversation Improvements link is to the XF1 version instead of the XF2
  • Reduce N+1 query behaviour on viewing a conversation
  • Improve copy to conversation to thread progress tracking handling.
  • Like
Reactions: Sunka
  • Fix Conversation Improvements compatibility issue with viewing Edit History
  • Like
Reactions: Sunka
  • Rename "Invite Groups to Conversation" option to "Conversation participant groups", and set default to 'yes'
  • Fix "Attempted to set 'inviter_user_id' while a save was pending without forceSet"
  • Like
Reactions: Sunka
  • Validate conversation message warning's public banner length
  • Fix inconsistent applying Conversation Improvement's "Manage Conversation" with fallback to is_admin/is_moderator check (affects inbox limits mostly)
  • Improve UX for viewing conversation limits & notifying when they are reached when viewing the conversation list
  • Like
Reactions: Sunka
  • Fix invalid HTML in "Copy to Thread Mode" option's explain phrase
  • Ensure thread's start date is set correctly when when exporting conversations and preserving dates

If threads are not being marked as read in the forum you've exported conversations to. Run these SQL queries;
SQL:
update xf_thread
join xf_post on xf_post.post_id = xf_thread.first_post_id
set xf_thread.post_date = xf_post.post_date
where xf_thread.post_date <> xf_post.post_date;

update xf_thread
join xf_post on xf_post.post_id = xf_thread.last_post_id
set xf_thread.last_post_date = xf_post.post_date
where xf_thread.last_post_date <> xf_post.post_date;
  • Like
Reactions: Sunka
  • Fix the phrase svConvEss_first_message_contains_any_these_phrases_explain not being passed expected replacables
  • Like
Reactions: Sunka
  • Fix 'copy to thread' attachment handling
  • Add an icon for global options
  • Like
Reactions: Sunka
  • Rework 'trash' folder to prompt for re-joining if clicking on a conversation that has been left
    • Add "Rejoin alert" option (default disabled)
  • Permission "Manage any conversation" from Conversation Improvements now provides user-group access in addition to is_moderator & is_admin flag checks
  • Fix that 'bypass conversation limits' for moderators did not apply when replying.
  • Respect selected prefix when exporting a single conversation as a thread
  • If installed, recommend MultiPrefix v2.5.9+ and Conversation Improvements v2.0.8+
  • Like
Reactions: Joe Link and Sunka
Back
Top Bottom