• Resolved brucedjones

    (@brucedjones)


    I have just set up a multisite network, and have installed this plugin.

    Everything appears to work great after I checked the “enable tags” option in the sitewide tags setting. (this is not entirely clear).

    The only problem I now have is that in the box where I select which blogs to post to, every blog is called “main multisite”. I haven’t given this name to any of the blogs on the network so I’m not sure where this has come from.

    http://wordpress.org/plugins/mu-post-to-multiple-blogs/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter brucedjones

    (@brucedjones)

    I’ve come up with a workaround for this, in the plugin file I changed the following lines,

    //Prettyfy the blog name
    $blog_name = str_replace("/","", $blog['path']);
    if($blog_name=="") $blog_name="main multisite";

    to

    $blog_name = $blog['domain'];

    Which at least shows my the blog domain. I guess the problem arose because I am using subdomains instead of paths for network sites.

    Bruce

    Plugin Author bdombro

    (@bdombro)

    Yeah, that was an intended effect. Using your method makes sense for sub-domain MU, but not really for sub-directory MU.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog Names’ is closed to new replies.