Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    Fill in a blog name instead of checking the post to main blog. SWT only creates a blog if the name you type in doesn’t exist.

    Thread Starter nearlyjen

    (@nearlyjen)

    Thanks, but filling in a blog name doesn’t USE that blog – it creates a blog with that name as a subdomain of the blog you are logged in to. What I want to use is blogs.eastsideprep.org. If I type “blogs” into the textbox and I am logged into https://www.eastsideprep.org, it creates blogs.www.eastsideprep.org. If I am logged into blogs.eastsideprep.org it creates blogs.blogs.eastsideprep.org. SO I need to change the blogID somewhere in the php…but I can’t find it.

    Plugin Author Ron Rennick

    (@wpmuguru)

    What version of WordPress or WordPress MU do you have?

    Thread Starter nearlyjen

    (@nearlyjen)

    we’re running 3.2.1.

    Thread Starter nearlyjen

    (@nearlyjen)

    Does it look like this is the bit I need to change? If the “post to main blog” box is checked, then I want it to use blog_id 147 instead of what it is doing here…how?

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thread Starter nearlyjen

    (@nearlyjen)

    Ok, I fixed it by hardcoding the name of the blog in. Seems to work. Thanks for your help.

    J

    nearlyjen, any chance you could explain what you did here, including code snippets, to fix this? I’m also using this plugin for a school multisite setup, and we seem to be encountering similar queries ??

    Thread Starter nearlyjen

    (@nearlyjen)

    Hi Merkin – I’m away from work until after Thanksgiving, but I’d be happy to post it all for you when I get back! Look for it next Tuesday : )

    Jen

    Thread Starter nearlyjen

    (@nearlyjen)

    Hi – at line 242 I just changed the domain to be = to the name of the blog I wanted to use as the tags blog, and you can see the old code commented out after. This has worked without any problems so far.

    } else {
    			update_sitewide_tags_option( 'tags_blog_main_blog', 0 );
    			$tags_blog = $_POST[ 'tags_blog' ];
    			update_sitewide_tags_option( 'tags_blog', $tags_blog );
    			if( constant( 'VHOST' ) == 'yes' ) {
    				$domain = 'blogs.eastsideprep.org'/*$tags_blog . '.' . $current_site->domain*/;
    				$path = $current_site->path;
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WordPress MU Sitewide Tags Pages] want to change Main Blog ID – help?’ is closed to new replies.