• Jason Paul

    (@jasontrasaterracom)


    It must not work anymore. I don’t get an error on install but there is no Site Wide Tags admin area anywhere in the WP admin.

Viewing 15 replies - 1 through 15 (of 22 total)
  • I’m getting the same problem, not finding any “Site Admin” “Options”.

    Same here .. bump

    I placed the plugin in the normal plugin folder, then Network Activated the plugin.

    It now appears in my list of plugins however the /tags site only contains the demo post and does not collect any new posts from other sites.

    Works fine here. Always has.

    There is no Global Tags section at the bottom of Super Admin > Options page?

    Aha, Super Admin > Options > Global Tags
    Found it!

    So is this plugin working for people running 3.0.1 multisite?

    It seems to install OK for me, but the /tags site it creates doesn’t collect posts.

    Please read the instructions – it goes in the mu-plugins folder, not the regular plugins folder.

    Snap, I didn’t specifically install it in that directory, however I DID install it from the automatic installer in the WP dashboard. Does this put it in the correct directory?

    Either way it seems to be working great. The Tags site is pulling in posts just fine. Now I just have to find out how to call the loop to put in one of the category boxes on my site: https://www.mymythos.org

    however I DID install it from the automatic installer in the WP dashboard. Does this put it in the correct directory?

    No, it puts plugins in the plugins folder.

    You can also Network Activate the plugin when it is in the regualr plugins folder, but I prefer it to go in the mu-plugins folder. It won’t show up in the plugins list that way, and other super admins can’t accidentally turn it off.

    Sorry Andrea-r, you are correct of course!

    It should go in the mu-plugins folder, ignore my comment above.

    I got the plugin in the mu-plugin folder and it seems to be installed correctly. I have seem the Must-do part with the plugin in there and i have change the options in the panel of admin, but it still don’t show nothing.
    any suggestions?
    Thanks.

    ( With Wp 3.0.1.)

    the fix
    replace all calls to $wpmuBaseTablePrefix with $wpdb->base_prefix

    the hack
    Find global $wpmuBaseTablePrefix;

    and replace it with
    global $wpdb, $wpmuBaseTablePrefix;
    $wpmuBaseTablePrefix = $wpdb->base_prefix;

    You do not need to add $wpdb to the global if is already there

    It does work in wp 3.0.1…

    Most people havign problem either don’t install it correctly or don’t read the instructions where it states it will pull from *public* blogs all news posts as they are posted.

    as they are posted.

    Do I infer from that comment that existing blog posts will not be displayed, only new posts made since the plugin is installed?

    Yes, exactly.

    There are future plans to get previous posts, but for right now, it doesn’t. Write a post. It will show up.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘[Plugin: WordPress MU Sitewide Tags Pages] Does not work in WP Multisite’ is closed to new replies.