
Re: Downgrade From Icy Phoenix To Phpbb2
Oops somebody beat me to it. Heres a more definitive list:
Possibly needed tables (check these in phpmyadmin to see if they have any data):
banlist
disallow
groups
ranks
search_wordlist
search_wordmatch
smilies (if you want to transfer across the smilies images folder from icy)
topics_watch
user_group
vote_desc
vote_results
vote_voters
words
Essential:
categories
auth_access
config
forum_prune
forums
posts
posts_text
privmsgs
privmsgs_text
topics
users
Definitely not:
config
sessions
sessions_keys
themes (it will try and look for icy theme otherwise, which would not work/exist)
Steps are:
1) Backup only the above tables needed (all others in IP will be redundant). Use "Drop table if Exists" and "Create table".
2) Install phpbb2.
3) As Chaotic says, use a good text editor (like tswebeditor) to search and replace the table prefix in the backup file to whatever you used as a prefix in your phpbb. e.g. search & replace all yourprefix_ to phpbbprefix_ (putting _ helps ensure you don't also change any other text which happens to match your table prefix).
4) Import the backup to your phpbb2 forum.
A lot of the IP backup will contain a lot of extra fields used by the mods - these will just sit there being ignored by phpbb2 scripts. You will lose any forum sub categories - sub cats will appear just as separate forums on same index page.
If you want to install
FAP on your phpbb2, then you can backup the album tables & data.
In general you should not use a backup config as if you install a new phpbb2, then you will have, probably a new script path, this alone will cause your board not to work if you import a backup. There are some other things which might night work properly. Also you will have to enter in the necessary details to populate the config data when you install phpbb2, so keep it.
NB if you miss out posts_text or privmsgs_text, then you won't have any text data, just blank posts on your page!