User's Thread List v1.01
Author: muscapaul
E-mail: muscapaul@gmail.com
Website: http://www.phpfusion.nl/
PHP-Fusion: v6.01.13+
Date: 21.12.2007
-------------------------------------------
Released under the terms and conditions of
the GNU General Public License (Version 2)
-------------------------------------------

CHANGED FILES
-------------
../administration/members.php


FEATURES
--------
* Add links to lists with User's forum threads and posts on the page with user details in User Admin.


INSTALLATION
------------

1. Upload the contents of folder 'php-files' to your root of your PHP-Fusion installation.

2. Perform the modification of ../administration/members.php as described below. If you have previously modified this file, you must follow the manual modification procedure. Please note that then the line numbers may not correspond with those given in the instruction, depending on where the original file was modified.


AUTOMATIC MODIFICTAION
----------------------

1. Make a backup of ../administration/members.php.

2. Upload the contents in the folder changed-files to the corresponding folders of your PHP-Fusion installation


MANUAL MODIFICATION
-------------------

1. Make a backup of ../administration/members.php.

2. Open ../administration/members.php in a text editor of you choice and find the code below on approx. lines 205-208:

			if ($i != (count($user_groups)-1)) echo ", ";
		}
		echo "</td>\n</tr>\n</table>\n";
	}

Immediately below add the following code:

	@include INFUSIONS."user_threads_list/includes/user_threads_include.php";

Save the file and close it.


NOTE
----
Code was modified from the Latest Forum Threads Panel that includes links to 'My Recent Threads' and 'My Recent Posts' (downloaded from http://www.phpfusion-themes.com on 15 November 2005).


CHANGELOG
---------
v1.01
* Updated for PHP-Fusion v6.01.13.
* Code cleaned and compliant with HTML 4.01 Transitional standard.
* Some hard code locale transferred to locale files.

v1.00
None (first release)