Just an tip for the FeedBurners. Edit the [b].htaccess[/b] to include this:
`RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^rss.php$ http://feeds.feedburner.com/your-feedburner-feed [R,L]`
This will redirect people acessing your rss.php to your FeedBurner. Just won't redirect the FeedBurner itself.
I did a little expanding modification that might be useful. The RSS generator is now capable to generate a newsfeed for any album now, too.
Usage:
Save the code as "rss.php" within your theme folder then place the links into your themes:
RSS
&albumname=">RSS for this album
Or you can place the rss.php within the zenphoto root in this thread:folder and called it via your theme like this:
RSS
or
&albumname=">RSS for this album
Here is the code:
`
en-us
http://blogs.law.harvard.edu/tech/rss
Acrylian's ZenPhoto RSS Generator based on Alenônimo's ZenPhoto RSS Generator which is based on ThinkDreams' Generator...:-)
Works for me. Good replacement for what I had been using, as it uses the db settings from the zp_config, rather than duplicating them in the rss.php file.