Suggestion: Add a Gallery "Title" that is always present in RSS feeds

MarkRH

Joined: 2007-05-25
Posts: 214
Posted: Sat, 2010-08-21 21:28

Using Gallery 3, RC2

I'm not sure if this is something to be added to the Theme Options page or something within the Admin or Advanced settings or an RSS module settings page.. No where can you specify the "Title" of the complete gallery. The various pages, views, and RSS feeds would then contain this "Title".

For example, the "Recent Updates" RSS feed is just titled "Recent Updates" which is going to be the same as every other Gallery 3 installation. I've gone into the \modules\rss\views\feed.mrss.php file and hard-coded my Gallery's title there.

    <title><?= html::clean("My Gallery's Title - ".$feed->title) ?></title>

It's easy enough to add the Gallery's Title to the Theme's code; however, I don't think the average user should need to modify the RSS module's code in this way.

Thanks,
Mark H.

Using Gallery 2.2.6 - gallery.markheadrick.com

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25957
Posted: Sat, 2010-08-21 22:59

Please file a ticket so we don't loose your request:
https://sourceforge.net/apps/trac/gallery/newticket
Registration is free.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
MarkRH

Joined: 2007-05-25
Posts: 214
Posted: Sun, 2010-08-22 03:59

Ticket created here: https://sourceforge.net/apps/trac/gallery/ticket/1307

Thanks,
Mark H.

Using Gallery 2.2.6 - gallery.markheadrick.com