agreda
Forum Replies Created
-
Jetpack is apparently required for the wp.me links.
Is anyone else experiencing this?
Sorry to bump this so soon but I just discovered another site of ours running the same plugins is still generating the wp.me links for the shortlink… :-\
Forum: Networking WordPress
In reply to: TypePad AntiSpam Errors on MultsitePS: I’ve submitted a link to this topic to antispam at sixapart and just wanted to clarify that our errors are only slightly different, likely because we’ve network activated ours from the plugins folder.
Just noticed this topic is now 7 months old too! :-\
Warning: stripslashes() expects parameter 1 to be string, array given in /home/tripawds/public_html/wp-content/plugins/typepadantispam/TypePadAntiSpam.php on line 226 Warning: stripslashes() expects parameter 1 to be string, array given in /home/tripawds/public_html/wp-content/plugins/typepadantispam/TypePadAntiSpam.php on line 226 Warning: Cannot modify header information - headers already sent by (output started at /home/tripawds/public_html/wp-content/plugins/typepadantispam/TypePadAntiSpam.php:226) in /home/tripawds/public_html/wp-includes/pluggable.php on line 866Forum: Networking WordPress
In reply to: TypePad AntiSpam Errors on MultsiteI think they need to fix the plugin.
Me too…
For the record, we’re seeing this same issue with the errors every time comments are made on sites of the Tripawds Blogs community.
Any Typepad Antispam plugin devs listening?
@jimgroom Care to share that hack for further investigation?
@andrea_r Thanks as usual for your continued ninja training efforts!
Thanks for asking Kurt, phpinfo reports:
eAccelerator Optimizer Enabled falseYes, we run eaccelerator but I disabled it as directed and only the P3 plugin gets profiled. I’ve tried deactivating other plugins one at a time to identify a conflict with no success.
Thanks for checking in.
temporarily disable eaccelerator’s optimizer.
I’m experiencing the same issue even after disabling eaccelerator. No caching is implemented on the site.
P3 recognizes numerous active plugins but only shows results for the profiler itself after various automatic and manual scans.
:-\
Forum: Plugins
In reply to: [Jetpack Lite] [Plugin: Jetpack Lite] Nice WorkThanks Samuel, I figured that out and found the Re-enable Shortlink Plugin:
http://wordpress.org/extend/plugins/reenable-shortlink-item-in-admin-toolbar/Forum: Plugins
In reply to: [Jetpack Lite] [Plugin: Jetpack Lite] Nice Work@samuel Love the plugin, but the shortlink feature seems to have gone missing from the admin bar in the latest version under WP(MS) 3.3. Was this intentional?
Forum: Fixing WordPress
In reply to: internet explorer 8 troubleBump…
Ever since the WP 3.2 update we have received reports of members having trouble accessing our multisite network using IE8. I know WP3.2 dropped support for IE6, but something is apparently also affecting IE8 users.
Those who have upgraded their browsers to IE9 do not get the mysterious IE error messages, but IE9 is only available for Vista!
Sorry to hear you’re having trouble too, but happy to hear it’s not just me! Looking forward to feedback from others.
Thanks, but we’re looking for a way to show related content from sites throughout our community of 600+ blogs. The blogroll option won’t work because not all our bloggers list many other sites from the network, if any, and most don’t know what a blogroll is. If there was a way to hard-code in a number of site IDs, that might work for us.
I appreciate the prompt reply, though!
Forum: Fixing WordPress
In reply to: Most Recent Post Feed in User Dashboard gone MissingThanks for checking in Andrea! At the time I started this topic, I didn’t realize the missing dashboard feed was multisite-specific.
FYI to All: I just posted a detailed review for Piet’s plugin, including details about how I added a feed for specific blogs on the network.
Forum: Fixing WordPress
In reply to: Most Recent Post Feed in User Dashboard gone MissingPerhaps you didn’t delete line 2 in the file msrss.php?
You might consider adding that to the install instructions, it wasn’t in the readme. I see now how the widget was likely breaking because the feed was coming from a different domain than the $url.
After your suggested edit, the widget appears to be behaving exactly as expected! π Can’t wait for that refresh option. Just kidding no rush, you’ve done some great work on this and I plan to write about it soon. Thanks again!
That a particular feed doesn’t validate (or validates with recommendations) is nothing the widget can do about
Correct, howver, some readers β and therefore certain widgets, I presume β just require squeaky clean feeds. Others parse object, iframe and other content just fine.
Forum: Fixing WordPress
In reply to: Most Recent Post Feed in User Dashboard gone MissingThanks for the quick reply! The issue of the widget breaking with certain feeds but not others is not related to the refresh time. When feed 1 is used, the yellow box includes no content at all and is only about 5px high.
An option for controlling that refresh time will be quite beneficial since the widget will appear on numerous site throughout the network, which all use different themes, and the feed may get new posts multiple times a day.
what exactly do you mean with “Validates with recommendations”?
Plug those feed urls I posted into feedvalidator.org or validator.w3.org and you’ll see what I mean. Feeds 1 & 2 include posts that contain object or iframe tags in the description and content items. These feeds therefor validate, but with recommendations to remove those tags for best compatibility with all readers.
What I find most perplexing is how the second one works, while the first one, which we hope to use, does not. :-\
Forum: Fixing WordPress
In reply to: Most Recent Post Feed in User Dashboard gone MissingHi Piet, I’ve been testing the plugin on our dev install and am encountering some issues.
First, the widget seems to work fine with a basic doamin.com/feed. Our goal however, is to only show posts from specific blogs via feeds generated by WPMU Dev plugins…
FEED 1: Validates with recommendations, and breaks dashboard widget:
http://tripawds.com/wp-content/recent-featured-posts-feed.php
^ This feed pulls posts only from specific sites on the network. Ideally, we want to use this feed, but the widget includes no content at all when it is used.FEED 2: Validates with recommendations and works in widget:
http://tripawds.net/wp-content/recent-global-posts-feed.php
^ This feed pulls posts from all blogs on the networkFEED 3: Validates w/o exception and works in widget:
http://tripawds.com/wp-content/recent-global-posts-feed.php
^ This feed pulls posts from all blogs on the networkThe other issue I’m noticing, using the last feed above which seems to work fine is that the widget is not updating the same on different sites across the network. It seems once the widget displays, it does not update when other posts are published to the feed. Does the widget only update according to some schedule?
To clarify, I confirmed the widget was displaying posts from the validated feed. I published a new post to the feed, then visited another dashboard and it showed in the list of posts. But upon visiting the previous dashboard, the new post was not in the widget. Hope this makes sense! Thanks again for all your efforts.