UBB.Dev
Posted By: Goodfella Merge threads for 6.3 - 06/28/2006 3:57 PM
Hey all

I am using 6.3 and desperately need a mod for merging threads. I can only find one for 6.4+ which doesnt work on 6.3.

Does anyone have one or know where I can get one from, or is anyone experienced enough to create one?

Thanks
Andy
Posted By: AllenAyres Re: Merge threads for 6.3 - 06/28/2006 10:03 PM
6.3? You've got more worries than not being able to merge threads It's *highly* recommended that you upgrade to 6.5.5 asap if you wanna not lose your forum to hackers.
Posted By: Goodfella Re: Merge threads for 6.3 - 08/15/2006 1:23 PM
Hi

Thanks for the advice, however upgrading isn't an option really.

Does a merge thread mod exist does nyone know?
Posted By: Zarzal Re: Merge threads for 6.3 - 08/15/2006 2:40 PM
mergethreads works under 6.5.5 with a little modification in the header:
PHP Code
// Require the library
require ("./includes/main.inc.php");
require (
"{$config['path']}/languages/{$_SESSION['myprefs']['language']}/generic.php");
// require ("$thispath/languages/{$myprefs['language']}/generic.php");
I use it on my board and it runs fine.
© UBB.Developers