User's Thread List v2.00
PHP-Fusion v7.00+
Author: muscapaul
E-mail: muscapaul@gmail.com
Website: http://www.muscapaul.com/
Date: 4 September 2008
--------------------------------------------------
This program is released as free software under the
Affero GPL license. You can redistribute it and/or
modify it under the terms of this license which you
can read by viewing the included agpl.txt or online
at www.gnu.org/licenses/agpl.html. Removal of this
copyright header is strictly prohibited without
written permission from the original author(s).
--------------------------------------------------

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 194-196:

	echo "<td width='1%' class='tbl1' style='white-space:nowrap'>".$locale['u049']."</td>\n";
	echo "<td align='right' class='tbl1'>".$user_data['user_ip']."</td>\n";
	echo "</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) and the code from the My Recent Posts panel of PHP-Fusion core (v7.00).


CHANGELOG
---------
v2.00
* Updated for PHP-Fusion v7.00.

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)