-
Website
http://blog.jonmadison.com -
Original page
http://blog.jonmadison.com/archives/2004/12/31/gallery_rss-announce/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
schuylerhagglund
1 comment · 1 points
-
Daniel Ha
2 comments · 405 points
-
nakiaphotos
1 comment · 1 points
-
jonmadison
128 comments · 13 points
-
gisnap
1 comment · 2 points
-
-
Popular Threads
Take and shower and hurry up, we've got places to go, people to see!!!!!
on, and one i need to add to the instructions! Thanks for the checking this out, and your swift feedback!<li>
< ?php echo gallery_rss(4,"",0,0.50,"div"); ?>;
< /></li>
I'm trying to get this work. In my wp-sidebar template i'm calling
< ?php echo gallery_rss(4, '', 0, 1.0); ?> < />. But always width and height are zero. I think because you are calling $rss->image and I don't find any "image" element in rss generated by "gallery". Element < pb : thumb > and height attributes. Shouldn't we read those values instead. Am I making any sense ? Please let me know where I'm going wrong.Looking at the magpie RSS website, it appears that attributes are not currently supported. From the TODO section:
j.
Jaibharat, thanks for the hacks! I'm going to wait until Magpie properly implements attributes (hopefully you've contacted them with your changes!) before updating the plugin.
thanks again!
j.
Simple PHP Gallery (with built-in support for Wordpress)
http://www.relativelyabsolute.com/spg/
SimplePie (a super-simple RSS parser)
http://www.skyzyx.com/projects/simplepie/
(excuse my poor english)
For my purposes, menalto gallery works perfectly as well.
Particularly since I am familiar with it (always a top consideration)
Gallery will allow me to allow friends to place their photos up as well.
and there exists an iPhoto to Gallery plugin.
Wait a second--why are we discussing the merits of gallery software? I just wrote a plugin that serves *my* purposes. :)
if you happen to come across a module for gallery 1 that allows custom RSS feeds, you should be able to point to one of them in the plugin and it'll read that instead (although there's no guarantee that the format of said RSS would match the "standard" rss.php that comes with gallery).
hope this helps!
http://www.bovine.net/~jlawson/gallery/rss2.phps
I saved that file as rss.php in my Gallery install directory.
I've only got one actual size thumbnail showing with "ul" layout because with four thumbs and the "div" layout the rest of my sidebar kept getting thrown off whack... if I knew more about css it probably would be really easy to fix... but for now I'm happy with at least the one "most recently added" photo showing up.
Thanks again.
"Warning: MagpieRSS: Failed to fetch http://www.stewartville.org/gallery/rss.php. (HTTP Response: ) in /home/.ike/stewartville/stewartville.org/news/wp-content/plugins/magpierss/rss_fetch.inc on line 239
Warning: Invalid argument supplied for foreach() in /home/.ike/stewartville/stewartville.org/news/wp-content/plugins/gallery_rss.php on line 128"
I've looked online a bit, like Magpie FAQ, etc. and it seems like if it can't access the rss.php, then there should be a way to have the cache loaded rather than report the error. I thought I'd followed suggestions to avoid it correctly, but I still get the error quite frequently when my page loads. A refresh usually fixes it, but not always.
i'll have to look into this as well.
when you say
you did this by modifying the php code?
i'm not familiar with what the Magpie folk say to do to avoid it, so i'll have to look it up--i'll let you know.
j.
thanks again for letting me know!
j.
check my blog @ UrbanWordz.com. My gallery is small right now as i just installed it.
lj.
j.
I'm getting the exact same error message that Sandra reported. Could this be an issue with the way Gallery's rss is configured? There are a few options in the gallery config, but I don't know too much about that stuff. How do you have your gallery rss options set up? FWIW, I'm using gallery 1.4.4-pl6.
Thanks!
Thanks again, Jon.
thanks!
j.
j.
alt=\"$title\"> (line 157)
be:
alt=\"$title\" />
The same with line 143.
And, this is the version marked current release on this page.
Again, nice job with the plugin... I am diggin' it thus far.
thanks!!
I've been using your Gallery RSS for a few months now--thank you!
I just upgraded my gallery to G2. As you probably know, RSS support was dropped for G2.0, though there is a module in beta available here:
http://cvs.sourceforge.net/viewcvs.py/gallery-c...
I have this module installed and it's generating feeds. The feed URL however is much longer and more complex than G1.5's simple blahblah/rss.php URL. I've pumped this 4 line URL into $gallery_rss_url in your plugin and uploaded the file. Unfortunately, no images are displayed. i can't tell if this is a problem with the G2 RSS module, or if it's an incompatibility with your Gallery RSS plugin.
Any plans to support G2 with your plugin?
cheers
SAM :)
j.
http://blog.isaidjon.com/dl/gallery_rss_0.3.zip
http://blog.isaidjon.com/dl/gallery_rss.phps
are broken
and the bottom of your page reads
Possibly Related Posts
Fatal error: Call to undefined function: related_posts() in /home/.dahlidryer/jmm/blog.isaidjon.com/wp-content/themes/smbro6/sidebar.php on line 11
thaks again,
j.
Interesting piece of code.