Album-Link Block

Rasenkantenstein

Joined: 2008-05-13
Posts: 6
Posted: Thu, 2008-05-15 22:43

Hi!

I'm using the Carbon-theme and would like to put the block "album links (dropdown) whereever I want. Unfortunately I don't know the template tag, as there seems to be none in the docs at all.

In my special case I would prefer to put it into the Bradcrumb-row.
I suppose I have to edit the theme.tpl....

Second: I would like to add an ID to the <select>, that I can use some CSS on it..

Third: Can I remove the views-count and the date (underneath a thumbnail) for an album for guest, so that only registered users are able to see it?

Hope anyone can help me!

(In case my english is kind of strange a possible reason might be that i'm not a native-speaker :-)

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 11207
Posted: Fri, 2008-05-16 00:43

1st: http://codex.gallery2.org/Gallery2:Themes:Reference:Blocks
theme.tpl of the theme you are using {g->block type="core.BreadCrumb"}
2nd: modules/albumselect/templates/blocks/AlbumSelect.tpl <select
3rd: album.tpl of the theme you are using

                {g->block type="core.ItemInfo"
                          item=$theme.item
                          showDate=true
                          showSize=true
                          showOwner=$theme.params.showAlbumOwner
                          class="giInfo"}

remove it all or turn the true to false.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments