Installation, Configuration, & Upgrades  :: 
Converting PhpNuke Reviews with PostNuke
 Top

  • 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!
  • ..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?
  • ..correct. you'd just need to match your data to your tables.

    -IR

    --
    http://www.invalidresponse.com
  • How would I do that matching?
  • 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
This list is based on the users active over the last 60 minutes.