I have installed the Download Album Module which I think my users will appreciate but I would like that option to only show on the individual Albums and not on the Gallery page as my galleries are quite large.
Actually I will probably just link my existing (home made) index directly to the album pages so I don't think I'll be needing this but if there is an easy way it would be nice to know.
That wouldn't allow me to use it on the album pages. My sites really only require the album/photo pages though as I am just trying to replace an outdated script so I should be fine as no one will see the gallery. It would be a reasonable consideration for future upgrades though to be able to select where that option is available. To have it on a large gallery page is kind of asking someone to d/l the whole site. In our case that would be cause for unnecessary b/w as most users have specific interests.
wamfgcom
floridave
Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2013-08-29 18:30
Oh so you don't want it ( the modules download icon) to show on the root album?
Not sure what you mean here Dave.
I've got my concern covered though as I will just direct people past the gallery directly to the albums. Sorry to say this is for a membership site as well and access would be difficult but really appreciate your help. I'll probably be back soon ;)
Thanks!
floridave
Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2013-08-31 15:12
Add some css to remove the icon like:
<? if ($theme->item() && $theme->item()->id == item::root()->id): ?>
<style>
hide the icon style code here or you could use jquerey as well if you want.
</style>
<? endif ?>
Posts: 24
Actually I will probably just link my existing (home made) index directly to the album pages so I don't think I'll be needing this but if there is an easy way it would be nice to know.
Thanks again, support is great!
Posts: 27300
Uninstall the module?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 24
Thanks for the reply.
That wouldn't allow me to use it on the album pages. My sites really only require the album/photo pages though as I am just trying to replace an outdated script so I should be fine as no one will see the gallery. It would be a reasonable consideration for future upgrades though to be able to select where that option is available. To have it on a large gallery page is kind of asking someone to d/l the whole site. In our case that would be cause for unnecessary b/w as most users have specific interests.
wamfgcom
Posts: 27300
Oh so you don't want it ( the modules download icon) to show on the root album?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 24
That was what I was after but it will work out better for me to just link directly to the albums.
wamfgcom
Posts: 27300
Got a URL to show so I don't have to install the module to test.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 24
Not sure what you mean here Dave.
I've got my concern covered though as I will just direct people past the gallery directly to the albums. Sorry to say this is for a membership site as well and access would be difficult but really appreciate your help. I'll probably be back soon ;)
Thanks!
Posts: 27300
Add some css to remove the icon like:
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team