Adding a keyword album "link"
|
joemonster
Joined: 2006-04-12
Posts: 99 |
Posted: Thu, 2008-07-03 19:39
|
|
I would like to have an album that can be accessed directly from the main galley page, with all items dynamically being selected if they match a certain keyword. Is this possible? |
|
| Login or register to post comments |

Posts: 10735
is this the module you are talking about?
http://codex.gallery2.org/Gallery2:Modules:keyalbum
You can use the link item to link to a dynamic album
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 99
Right.
Only problem I have is that it automatically inserts a link image as the thumbnail for it, even when I specify not to in the setup for it.
Posts: 10735
I don't understand what you mean
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 99
Under Site Admin, you can adjust the settings for all the plugins. I have all the options for adding a thumbnail disabled, yet when I add a link I get an icon of a chain as the link highlight.
Posts: 10735
OK, and the question is?
Posts: 99
Well playing around with it, it seems that linking is what I want to do, but want to figure out how to remove the link image from the album highlight. There appears to be no way to do so except to replace the image with a dummy image.
Not sure where the image would be located as it's URL is main.php?g2_view=core.DownloadItem&g2_itemId=1213&g2_serialNumber=2
Posts: 10735
http://codex.gallery2.org/Gallery2:Modules:linkitem
there is 2 methods to change;
The khtml2png a 3rd party plugin that works with the linkitem module. It can create screenshot / thumbnail of other websites (target URL)
then there is the thumbnail module:
http://codex.gallery2.org/Gallery2:Modules:thumbnail
Where you can give a custom thumbnail for each link/item. browse to the item and click edit link.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 99
Thanks, that worked nicely.