Classic Theme Modification

tyeholmes

Joined: 2008-04-19
Posts: 2
Posted: Fri, 2008-04-25 04:12

I'm new to Gallery so please pardon the newbie question. How do you go about modifying a theme template to remove an object? The classic theme works just fine for me except for the "Views" and "New" button. What file do I go hack to remove those objects?

Thanks,

Tye

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 9507
Posted: Fri, 2008-04-25 04:39

@ New: disable the new item module

@ Views: edit album.tpl

                {g->block type="core.ItemInfo"
                          item=$child
                          showDate=true
			  showOwner=$showOwner
                          showSize=true
       		          showViewCount=true
                          showSummaries=true
                          class="giInfo"}

change the true to false.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
tyeholmes

Joined: 2008-04-19
Posts: 2
Posted: Fri, 2008-04-25 04:58

Floridave,

Thank you so much. I've been banging my head trying to find either a Theme I like or the correct settings to change to get what I wanted. YOU SIR, solved it all.

Thank you greatly.

Tye

Login or register to post comments