README.txt

Installation of the mod :
- every configuration : install first : MOD-advanced_pm.txt
- PCP users : install then : MOD-advanced_pm-PCP.txt
- others : install then : MOD-advanced_pm-no_PCP.txt
- migrate if required the phpBB private messages (see below)


To migrate the phpBB private messages into the advanced private messages system :
- install the mod,
- verify the mod is working,
- copy tools/upgrade_to_primvsga.php to phpBB root directory,
- run it once,
- delete it,
- ensure you have all your private messages under the private messages screen,
- save your currents phpbb_privmsgs and phpbb_privmsgs_text,
- clear them


--------------------------------------------------------------------------------
Going from 0.0.6-beta to 0.0.7-beta
- overwrite all added files by the new ones,
- a field has been added to phpbb_privmsga table :

	ALTER TABLE phpbb_privmsga ADD privmsg_icon TINYINT(2);
- a modification has been added to profile.php for PCP users.

--------------------------------------------------------------------------------
Going from 0.0.5-beta to 0.0.6-beta
- overwrite all added files by the new ones,
- modify subSilver.cfg
- modify functions.php
- pcp users : install the MOD-advanced_pm-PCP.txt
- others : install the MOD-advanced_pm-no_PCP.txt

--------------------------------------------------------------------------------
Going from 0.0.3/4-alpha to 0.0.5-beta
- overwrite all added files by the new ones,
- modify subSilver.cfg

--------------------------------------------------------------------------------
Going from 0.0.1/2-alpha version to 0.0.3/4-alpha
- remove all privmsga*.php file from the root directory,
- install new modifications (see the mod description) into privmsgs.php and subSilver.cfg,
- copy all the included files at their place.