I have over 200 PhpNuke reviews and I want to put them into PostNuke. How would I do that? I see that the database tables are basicully the same...
Any help is appreciated!
Login
Donate to Zikula
Installation, Configuration, & Upgrades
::
Converting PhpNuke Reviews with PostNuke
-
-
..get an SQL dump make sure all of the tables and columns are the same and then do an insert query in phpMyAdmin or the likes.
-IR
--
http://www.invalidresponse.com -
The thing is that I have multiple reviews modules...
Once I figure out how to make multiples for PostNuke, I would do the same thing? -
-
-
well for instance.. PostNuke has 4 tables for the reviews module.. how many does phpNuke have? the table nuke_reviews has 12 columns/rows how many does phpNuke have? the columns are named: pn_id,pn_date,pn_title,pn_text,pn_reviewer,pn_email,pn_score,pn_cover,pn_url,pn_url_hits,pn_hits and... pn_language what are the names of columns contained in phpNukes reviews table? do they match? ..etc..etc.
-IR
--
http://www.invalidresponse.com
