https://www.icyphoenix.com/viewtopic.php?f=28&t=1534&p=11382#p11382
-----------------------------------
Zuker
Thu 05 Apr, 2007 16:51

Icy Phoenix Post Associator
-----------------------------------
Post Associator is a phpBB 2.0.x administration add-on for changing the ownership of posts and topics created by guest or deleted forum members to other registered members.  By entering the guest or deleted username displayed with such posts and the username of the registered member, the forum administrator is able to reassociate the posts to the registered member.

[code linenumbers=false]##############################################################
# Title: Post Associator
# Author: Thoul  thoul-phpbb@earthlink.net  http://www.phpbbsmith.com
# Description: Changes ownership of guest/deleted posts to a registered user.
# Version: 1.0.0
#
# Installation Level: Easy
# Installation Time: 2 Minutes
# Files To Edit: n/a
# Included Files: admin_postassoc.php, lang_postassoc.php,
#					post_associate_select.html
##############################################################
# Author's Notes:
#
# Before proceeding, please read the file README.txt and consult the
# install.txt, upgrade.txt, or uninstall.txt for the actual installation,
# upgrade, or uninstallation instructions.
#
##############################################################
# BEFORE FOLLOWING THESE INSTRUCTIONS, YOU SHOULD BACK UP ALL RELATED FILES.
##############################################################[/code]


