Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Export Thread v1.0.0

Exports Thread to a Text file

Version:
Author: Dennis Tsang
Submitted: 25th June 2005
Last Updated: 16th October 2006
Adds a link at the bottom of each thread to export the thread. Exported threads are saved in the /exports/ folder in the MyBB root directory.

Installation Procedure:
1. Upload exportthread.php to your MyBB Root Directory
2. Create a subfolder called 'exports'.
3. CHMOD the 'exports' subfolder 777.
4. Go to your Admin CP --> Templates --> *expand your template* --> Show Thread Templates --> showthread
--ADD--
<br /><a href="exportthread.php?tid=$tid">Export Thread</a>
--AFTER--
$lang->add_favorites</a>
--SAVE TEMPLATE--