• 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

    (@wott)

    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

    (@kathy_goss)

    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

    (@wott)

    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. Please use the pastebin]

    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 ).

    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

    (@wott)

    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 ?

    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

    (@wott)

    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.