Export Thread v1.0.0

Exports Thread to a Text file

Author: DennisTT
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--