Recent Forum Posts
-
Call for stripShow sites for gallery!
posted in forum Announcements by Esn on June 25, 2010 at 9:02 pm
-
Some things I'd like to do - lightboxes, 784px width, CC license
posted in forum Support Requests by Esn on June 15, 2010 at 2:24 pm
-
Archive Image Problem (resolved)
posted in forum Support Requests by Esn on June 9, 2010 at 1:23 pm
-
Can only view one Comic
posted in forum Support Requests by silvestri99 on May 27, 2010 at 10:34 pm
-
Latest comic shows, but not the rest.
posted in forum Support Requests by AlphaNeonic on May 21, 2010 at 5:13 pm
-
Call for stripShow sites for gallery!
Forums | Rss Feed Problem
Rss Feed Problem
10:45 am
February 8, 2009
tea
posts 2
Heya, great plug in! I almost have it working perfectly.
What is not working is the rss feed. It works fine when I deactivate the plugin. When the plug in is active it (usually) does not load the feed page ever or (once in a while) loads it but it is not usable. By usable I mean when I try to subscribe it to google reader it cannot find the feed and when I try to plug it in to feed burner it cannot find the feed. With the plug in deactivated feedburner finds the feed fine.
Any ideas? I really want to use the plug in because it does just what I need! But I need rss more than the plug in unfortunately.
Wp install: http://www.teadrunk.net/blog/
Wp v 2.7
sS v 1.8
No other plug ins or code changes from the base install. The template has been modified but this would not effect the feed I don't think.
Thanks for any help!!!
12:34 pm
February 8, 2009
Brad
posts 186
This is the first report I've seen of a problem with the RSS feeds in stripShow. I'm looking at your site and indeed, I see that there is nothing coming up when I go to the feed link at http://www.teadrunk.net/blog — It could be something between sS and WP2.7. I'll test it out.
12:42 pm
February 8, 2009
tea
posts 2
Much appreciated. Let me know if you need anything further from me to help.
1:24 pm
February 8, 2009
Brad
posts 186
OK, I found the problem….
I see that in your first comic post, you have a file called contrary.jpg embedded in the actual content… that puts the image in the blog post, but doesn't make it a comic file that stripShow can use. stripShow (at least version 1.8; 2.0 will be different) requires that the comic be located in whatever folder you've set for stripShow comics (in your case, 'wp-content/stripshow_comics' although it actually seems like you want to change that to 'wp-content/comics') in whatever format you've supplied in the stripShow options — for a comic dated February 8, 2009, that would be 20090208.jpg for example.
stripShow is simply looking for the comic for February 8, 2009, but failing to find that, is instructed to 'walk back' day by day until it finds a valid strip file — it will stop after ten years, but that is apparently taking way long on your system and timing out.
The option to 'walk back' and the option to turn on or off comics in RSS will be user-selectable in 2.0 — in the meantime, if you want to keep working as you have been (embedding the comic images in your post instead of using stripShow's built-in system) you can, just comment out the second-to-last command in stripshow.php, which is:
add_filter('the_content','feed_add_strip');Then stripShow won't try adding the strip to the feed, as you've already put it in the content.