User Thank/Flame Module v0.7 for Phorum
written by J. David Smith (freereign)
Requires Phorum version 5.2

ABOUT:
	I started this module to provide basic thanking/flaming functions similar to those found on a vBulletin site. Now it also ranks users according to the amount of times they have been thanked/flamed. It also displays the rating of a thread based on the number of times posts in that thread have been thanked or flamed.

INSTALLATION:
1. Unzip the package to the ./mods directory 
2. Place the following lines in the specified files from your template:
	read.tpl: (read_hybrid.tpl and read_threads.tpl need to be modified as well, these instructions *may* work for them as well)
		Place beneath the {LANG->Posts}: {MESSAGES->user->posts} line
			{INCLUDE "user_thank_flame::read"}
		Place beneath the {IF MESSAGES->attachments} section
			{INCLUDE "user_thank_flame::bar"}
		Or, if you prefer minimal looks, use
			{INCLUDE "user_thank_flame::min_read"}
			and/or
			{INCLUDE "user_thank_flame::min_bar"}
			instead
	cc_start.tpl:
		Place beneath the </table> line
			{INCLUDE "user_thank_flame::profile"}
	header.tpl:
		Place beneath the <div id='breadcrumb'> section
			<a href="{URL->TF_TOP_USERS}">
				{LANG->mod_user_thank_flame->TopUsers}
			</a>
	profile.tpl:
		Place beneath the {IF PROFILE->date_last_active} section
			{INCLUDE "user_thank_flame::profile"}
	list.tpl:
		Place below the {IF MODERATOR true} section in the first <tr> section:
			{INCLUDE "user_thank_flame::thread"}
		Place beneath the {IF MODERATOR true} section in the {LOOP MESSAGES} section in the second <tr> section:
			{INCLUDE "user_thank_flame::thread_content"}
3. Go to http://your.website.name/forum_dir/admin.php and enter the 'Modules' area
4. Find the User Thank/Flame Module and enable it
5. Click submit
