This was a great mod. Hope the author reborn it. And is there a way to move only posts? If you do not wish that closed threads (sticky or not) go to recycle bin just do this edition (in the product xml file):
// ######################### START! ############################
if ($hack['enabled'] AND !is_in_exception($threadinfo['forumid']) AND $threadinfo['sticky'] != 0,1)
{
Works in 3.7.0
|