Title: Multisite installation
Last modified: August 20, 2016

---

# Multisite installation

 *  [Kathy_Goss](https://wordpress.org/support/users/kathy_goss/)
 * (@kathy_goss)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/)
 * Hi,
    I like your plugin in that you can select private and public albums and 
   you can select images into gallery without the entire album.
 * However, I have a multisite and network activation is still only activating main
   site and not the sub-sites. Any help will be appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Wott](https://wordpress.org/support/users/wott/)
 * (@wott)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/#post-2155231)
 * Kathy,
 * Unfortunally somewhere after 3.0 MU plugin activation is changed. My plugin has
   some depricated checks which is solved and will be updated soon ( when next version
   wiil be ready )
 * But if you ready to fix some lines of code I can help you now.
    First deactivate
   the plugin. Then you have to change in the file picasa-express-2.php
 * line 83
    from if (function_exists(‘activate_sitewide_plugin’)) { to if (function_exists(‘
   is_multisite’) && is_multisite()) {
 * line 154
    from $walk = isset($_GET[‘sitewide’]); //… some text to $walk = isset(
   $_GET[‘networkwide’]); //.. same text
 * and then activate plugin for network again.
 *  Thread Starter [Kathy_Goss](https://wordpress.org/support/users/kathy_goss/)
 * (@kathy_goss)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/#post-2155326)
 * Hi Wott,
    I see that you just made a new release, did it include the code above?
 * Also, please clarify your use of “gallery” in that are you able to include the
   Picasa images in the standard WordPress Gallery? We are taking the WordPress 
   gallery images created by uploading images from computer and including them in
   a slider outside of the description box. I would like our users to be able to
   include their Picasa images as well. My programmer tells me we can’t use your
   plugin for this yet your description says that it works with the gallery. Please
   clarify.
 *  Plugin Author [Wott](https://wordpress.org/support/users/wott/)
 * (@wott)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/#post-2155327)
 * Kathy,
 * yes code for MU is included in version 1.5.2
 * About WP standard gallery – no.
    WP uses attachments for uploaded images and 
   I find that use external urls instead of attached images will too complex for
   now. I have another request about featured post image and there same problem.
 * But plugin has same ‘gallery’ from Picasa album and can create gallery from Picasa
   images in very manageable form. It is so glamor as gallery plugins because you
   see internal html 🙂 but for me this way has more ability.
 * Additionally you use plugin for get the url of picasa image by some tricks:
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * this code add button to call a plugin dialog. By button click some changes happens
   to receive a callback after image url selected to set url to mentioned input 
   and image inside div.
    the code from live site to set special image for the post(
   like featured ).
 *  [sylviabass](https://wordpress.org/support/users/sylviabass/)
 * (@sylviabass)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/#post-2155346)
 * Wott,
 * Thank you for creating this useful plugin. I am having trouble getting it to 
   activate on a multi-site installation. I’m using version 1.5.2. If I Network 
   Activate, it only appears on the main site. The sub-sites do not get activated.
 * If I don’t Network Activate, I can individually activate if for each blog using
   the Plugins feature when logged in as a SuperAdmin.
 * Any ideas? Thank you.
 * Sylvia
 *  Plugin Author [Wott](https://wordpress.org/support/users/wott/)
 * (@wott)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/#post-2155347)
 * Sylvia,
 * I am checking again with Network Activation and found that in WP 3.2.1, in both
   cases of network ( domains and folders ) the plugin is activated for network 
   successfully.
 * Can you provide more details of you WP installation to reproduce the problem ?
 *  [sylviabass](https://wordpress.org/support/users/sylviabass/)
 * (@sylviabass)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/#post-2155349)
 * Wott,
 * I’ll try again as soon as we update to WordPress 3.2.1. Thanks for the info. 
   We’re still at 3.1.4 on our development box where I was trying this out.
 * Sylvia
 *  Plugin Author [Wott](https://wordpress.org/support/users/wott/)
 * (@wott)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/#post-2155350)
 * Sylvia,
 * I try with WP 3.1.4 new installation and still doesn’t have any problem with 
   network installation.
 * If you need my help you should send to me backup of you site with db backup. 
   Then if I can reproduce the problem I will solve it.
 * SY, Eduard

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Multisite installation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/picasa-express-x2.svg)
 * [Picasa and Google Plus Express](https://wordpress.org/plugins/picasa-express-x2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/picasa-express-x2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/picasa-express-x2/)
 * [Active Topics](https://wordpress.org/support/plugin/picasa-express-x2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/picasa-express-x2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/picasa-express-x2/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Wott](https://wordpress.org/support/users/wott/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-installation/#post-2155350)
 * Status: not resolved