I couldn't start a thread in the import section so I ask it here
Is it possible to merge to photopost installs ?
Lets say Im aquiring a smaller vbulletin site and want to retain the images they have in their Photopost install
I want to import their 2000 images into my gallery
I know that the user ids wont match up and that might be a nightmare but Id at least like to be able to import the images and comments if any into a subsection of my gallery
Im not sure if importing the member galleries is possible since even if the member names match up the ids wont ...
There is no such script written by is to move two photopost installs into one site.
Without you writing some type of script to specifically do what you want to do it is impossible.
You would have to write some script that is going to dymamically update and correct userid's and import users that do not exist as well as import categories photos and comments and dynamically update all the id's for all to new ones because on the site you want to import too the photo id's comment id's userid's and categories id's would already more than likely be used.
Your still going to have to figure out how to do it. If you do not write a script then you are limited to what you can do by hand right.
So you would have to manipulate the data in some fashion to allow you to do what I outlined above.
You can import a photo into another photos table say with an id of 25 if a photo with 25 already exists. Same for categories.
So whatever manipulation you do would be extensive.
Like for instance. Say you want to shadow create 10 new categories to mimic the old site. Your best bet is to create those categories in your main sites edit categories because all directories would be created in the data folder and permissions set right. You would then if your manually using phpmyadmin to import photo entries you would update any cat ids to the new ids on your main site as well as change any userids to one that exists on the main site maybe yours. You would also need to redo the id fields on these entries to take into account using id fields that do not exist in your main sites photos table. Then you would move any images to the main site.
It is really best that you write some script to do what you want.
Im thinking that the images for an event are all in a single folder
I can just dload the contents of the large images subfolder
Then create the same category manually and mass upload the images into that category in the new gallery -
wont work for the member images but oh well