How to combine zp tables from separate installs?

I have 2 separate zp installs with different themes.

With the new album themes in 1.1.6 I was hoping to combine these into a single install of zp.

Is there an easy way to combine the data?

My tables look like this:
  • zp_collections_albums
  • zp_collections_comments
  • zp_collections_images
  • zp_collections_options
  • zp_press_albums
  • zp_press_comments
  • zp_press_images
  • zp_press_options

Comments

  • If you are comfortable with MySQL you can export the albums and imges tables from one of the albums then import the data into the other. Your comments would probably not be worth the effort since you would have to change the image id of all the ones you import to what the new ID for the image is.

    After importing the tables, upload the images.
  • fiction: `With the new album themes in 1.1.6`: curious, what new themes are you referring to? I see the same ones in the build (1574)
  • fiction Member
    @sbillard: Thanks, I will try that

    @macalter: In 1.1.6 I read its possible to have different themes for different albums, under the same install (though haven't tried it yet)
  • See the thread `"Individual albums and CSS" ` if that is what you mean. I did it with my original 1.1.5 svn 3 months ago.
Sign In or Register to comment.