Keep redirections for merged threads
This modification is in the archives.
If you merge Thread A into Thread B, Thread A will be deleted afterwards.
Now your users might be confused as they can't find the thread anymore. This hack changes this behaviour: Thread A will become a redirect to the merged Thread B. In postings.php FIND PHP Code:
$DB_site->query("DELETE FROM " . TABLE_PREFIX . "thread WHERE threadid = $mergethreadid");
PHP Code:
$DB_site->query("UPDATE " . TABLE_PREFIX . "thread SET open = 10, pollid = $threadid WHERE threadid = $mergethreadid");
Download No files for download. |
Similar Mods
Keep Redirects for merged Threads | vBulletin 3.5 Add-ons |