skutir
Forum Replies Created
-
Forum: Plugins
In reply to: NextGEN Gallery RSSBTW, you can set the number of items in your RSS feed in the OTHER media-rss.php file, in the xml folder. If I knew how to code better, I’d make a generic example available for the community.
Forum: Plugins
In reply to: NextGEN Gallery RSSI changed the first three lines of your code to this:
$title = html_entity_decode(stripslashes($image->alttext)); $desc = html_entity_decode(stripslashes($image->description)); $url = "http://kurtisscaletta.com/snakes"; $url = $url . "/?page_id=3&pid=" . $image->pid;… and now it works beautifully. I should make it clear for people who see this that they’ll have to copy this and change the two URL lines to show the URL to their blog and the page_id to show the page of their own gallery.
Thanks for your help, Marco!
Forum: Plugins
In reply to: NextGEN Gallery RSSHi,
Thanks so much for you reply and help. I did have to make one fix on line three above, but implemented it successfully. Unfortunately, it only shows one item at a time in the RSS feed. Can I make it more?
Edit: never mind, it does show 10, just not in Safari for some reason. It works in my aggregator. If you do know how to change this number, let me know… I’d like it to be higher.
Thanks again for your help; pulling the thumbnails is a nice solution.
Forum: Plugins
In reply to: [Plugin: Flickr Gallery] Links don’t workYep, it works now. Good work. I threw a coin in your paypal bucket.
Forum: Plugins
In reply to: [Plugin: Flickr Gallery] Links don’t workCool, thanks Dan.
Forum: Plugins
In reply to: [Plugin: Flickr Gallery] Links don’t workDan, the caching is turned off already. I did try turning it on and off again; no difference in the results. And yep, I’m using the photoset mode.
Forum: Plugins
In reply to: [Plugin: Flickr Gallery] Links don’t workHere’s the example page: http://kurtisscaletta.com/home/?page_id=742
The photos import beautifully, but the links to the bigger images are all broken, as you can see.