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
Posts: 25957
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
Posts: 214
Ticket created here: https://sourceforge.net/apps/trac/gallery/ticket/1307
Thanks,
Mark H.
Using Gallery 2.2.6 - gallery.markheadrick.com