|
HMM do not know this has ever been done. It is quite easy the steps needed to switch photopost but there is one major thing that needs to be done afterward.
1. You can view the mysql settings table and set setting 41 to postnuke and setting 83 to the postnuke table prefix
2. edit the config-inc.php file and change the user database portion to reflect the postnuke database
3. edit the usergroups table and delete all entries in it. then import these entries
INSERT INTO pp_usergroups VALUES ('1','Users',0,0,0,0,0,0,0,0,1,0,0,0);
INSERT INTO pp_usergroups VALUES ('2','Admin',1,1,1,0,0,1,1,1,1,0,0,0);
INSERT INTO pp_usergroups VALUES('100','Guests',0,0,0,0,0,0,0,0,0,0,0,0);
Now the hard part. You would need to write some script or manually transfer the users in the photopost users table into the postnuke user table with the same userid
|