Album Description in Sidebar on Album and Photo views?

Robot

Joined: 2003-05-17
Posts: 11
Posted: Tue, 2012-03-27 10:01

Is it possible to put the Album's Description into the sidebar of both Album and Photo views?
Been messing with (themes > wind > views > sidebar.html.php) without success.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2012-03-27 13:47

This module:
http://codex.gallery2.org/Gallery3:Modules:Info
should do the trick

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
undagiga

Joined: 2010-11-26
Posts: 693
Posted: Wed, 2012-03-28 01:16

The "About this album" module would do this for albums. If you want this module to show on photo pages, rather than the companion module "About this photo", then it should only take a small modification to remove the test that the current page is an album page and not a photo page.

 
Robot

Joined: 2003-05-17
Posts: 11
Posted: Wed, 2012-03-28 09:27

Thanks for the replies. So close - but not quite...
Photo view is pulling the photo's info, not the album's info.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2012-03-28 14:57

Most people would prefer to have the photo info displayed on the photo page and not the album info. So you are a small edge case. You could develop a module or jigg the exsisting module to display the album info on the photo page.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Robot

Joined: 2003-05-17
Posts: 11
Posted: Thu, 2012-03-29 04:12

Oh absolutely I realize this is not a 'normal' quest. In not so many words - this specific install is not for a traditional photo gallery. I will continue to try to follow the code to figure out where exactly I need to make this tweak. Thanks.