Conversation Essentials

Conversation Essentials 2.7.7

No permission to buy ($45.00)
  • 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
  • Fix support for the "delete conversations" admincp option when "litigation hold" feature is used. This works-around an XF2 bug where conversations can be left in an inconsistent state.
  • Like
Reactions: Sunka
  • Fix some cases where conversation label sort order is not respected in the admincp
  • Like
Reactions: Sunka
  • Improve robustness of upgrade code for very old XF1 versions (~v1.2.x)
  • Like
Reactions: Sunka
  • Fix upgrading from XF1.x using XF2.1+
  • Like
Reactions: Sunka
  • Respect prefix value when using inline mod copy-to-thread option
  • Setup to allow Multi Prefix to correctly extend copy-to-thread feature
    • Requires MultiPrefix v2.5.1 for full multi-prefix support
  • Like
Reactions: Sunka
  • Fix 'prefix' checkbox layout bug with XF2.1
  • Like
Reactions: Sunka
Top Bottom