nearlyjen
Forum Replies Created
-
A-Ha! I posted to a network blog, and my tags blog made 8 copies of one of the categories.
This particular post was assigned 9 categories and only the last category was replicated…8 replicas with 0 posts and one with the new post in it.
Update: I was able to repeat it. It happens when a post has more than one category assigned to it. This time I assigned 4 categories to the post, and only the last one was replicated, and only once.
Notes: doesn’t seem to replicate categories where the name starts with a number? I have 10th grade, 11th grade, etc…these don’t get replicated. If I assign 2 categories and both are non-numerical…they both get replicated.
Conclusion I’m drawing: When there is more than one category assigned to a post, each category will be replicated…the number of times depending on the number of other categories assigned to that post. Numeric categories are not replicated.
I hope this helps in some way! Email me at jcross@eastsideprep.org if you want me to try and explain better…
Jennifer
I’m having the same problem…mostly with the same few categories. I can’t find anything unique about the blogs the posts are coming from (I’m in a school, so we’re talking all student blogs). Could the More Privacy Options plugin be the culprit?
The plugins I have installed network-wide are:
Iframe
Viper’s Video Quicktags
WP Smush It
SlideShare Embeds
More Privacy OptionsThe ones I have available to the network (but not automatically activated):
Akismet
All-in-One Event Calendar Plugin
Bad Behavior
Breadcrumb NavXT
Configure SMTP
Google XML Sitemaps with Multisite support
jQuery Collapse-O-Matic
Login Logo
Newsletter
NextGEN Gallery
NextGEN Monoslideshow
Optimize DB
Post Types Order
Slickr Flickr
WordPress Importer
WordPress NextGen GalleryView
WPaudio
WP Events CalendarColin,
That’s what worked for me. Now I get all posts (in theory) but the secured ones will require that I log in before I can read the whole post.
J
Forum: Plugins
In reply to: [Private Feed Keys] [Plugin: Private Feed Keys] Feed keys not being generatedThanks, Adam. What about the issue with the feed keys not showing up in the User Profile? Any ideas?
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;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
Found it 🙂 Thanks for your help!
Ok, I fixed it by hardcoding the name of the blog in. Seems to work. Thanks for your help.
J
hmm. while the icon was still spinning, i opened a new tab and the events were loaded there…
something new is driving me crazy, though. i deleted all of my events and flushed all of my calendars and started from scratch. my calendar events add up to 389, but i have 390 events listed. how could i have imported 389 events and have 390 events???
i’m having this problem – suddenly – today, too. my “main” Google calendar .ics is getting an endlessly spinning update icon…but not my other calendars.
we are also on a local install and i can add an event just fine though the add event form.is it a Google problem? I noticed something similar listed in today’s “Known Issues” on the calendar site…
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]
Looking through the functions…but I’m not awesome with the php. Can you help with what exactly I need to comment out?
I’m seeing tags_blog_public and then tags_blog_pub_check which gets set to 0 if tags_blog_public = 1…and vice versa…but then I get a little lost with just how those are being used and what to eliminate…
we’re running 3.2.1.
That checks to see if the blogs are “non-public” but there are five privacy choices with More Privacy Options and SWT isn’t populating from blogs that are network protected – which I need.
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 http://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.