Hi there!
I'm running into an issue with NextGen on a multisite install where I have several sub sites that are all based on the same "template" (same theme, design, plugs, etc). I use the New Blog Template from WPMU Dev to create each site from an base "template" site" (http://premium.wpmudev.org/project/new-blog-template).
The issue I have is that, in the NextGen settings in WordPress' "wp_x_options" table (where "x" is the blog id), the path to the gallery is hard codded in the "ngg_options" "option_value" (a:71:{s:11:"gallerypath";s:29:"wp-content/blogs.dir/2/files/";" for example).
So when I create a new site with the above plugin, that option remains set and the path reflects the gallery path to the original template blog (id=2 in my case) and not the new one.
I can change that value in the DB for each site but, wouldn't it be better to use the actual blog id to "construct" the path and not hard code it in the db like this? In this site's case, I'll have 40+ "sub" sites to create from the template (this is a redesign of an existing site that was based on another tech) and more coming in the future so, if I could save myself the trouble of editing the value manually in Navicat for each site it would be awesome!
Thanks!