View Single Post
Old November 21st, 2005, 06:15 PM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,782
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote