Hi there.. I am new to Gallery2. And I want to say great and many thanx to the great programmers. just to name a few, floridave, valiant, aleycmyers, turnbull, bharat, and also those other great programmers..
I dont know php, html, css or any programming languange. so i write this to remind me about my tweak in Gallery2, and also probably someone will find this useful.
info here are taken from other thread in gallery menalto.
i use matrix theme. search bar is located in the Sidebar. I remove the search bar from the Sidebar in the Site Admin. and from this code in theme.tpl :
Quote:
<div id="gsHeader">
<img src="{g->url href="images/galleryLogo_sm.gif"}" width="107" height="48" alt=""/>
</div>
{g->theme include="progressbar.tpl"}
{else}
<div id="gsHeader">
<a href="{g->url}"><img src="{g->url href="images/galleryLogo_sm.gif"}"
width="107" height="48" alt=""/></a>
</div>
into this
Quote:
<table width=100%>
<td id="gsHeader">
<img src="{g->url href="images/galleryLogo_sm.gif"}" width="107" height="48" alt=""/>
</td>
<td align="right">
<script type="text/javascript" src="{g->url href='modules/search/SearchBlock.js'}"></script>
{g->block type=search.SearchBlock}
</td>
</table>
{g->theme include="progressbar.tpl"}
{else}
<table width=100%>
<td id="gsHeader">
<a href="{g->url}"><img src="{g->url href="images/galleryLogo_sm.gif"}"
width="107" height="48" alt=""/></a>
</td>
<td align="right">
<script type="text/javascript" src="{g->url href='modules/search/SearchBlock.js'}"></script>
{g->block type=search.SearchBlock}
</td>
</table>
hope its useful
Posts: 10
oh yeah. my site is http://bartmaskphoto.com. but please dont go there yet. it is still empty.
) this site is also for you if you want to go to Bali, Indonesia, just rent a car from me..
)
also, i have another one.. http://balibangli.com. for selling stock photo (but only started a little. i will donate to Gallery once my condition is better ..
Posts: 25945
Thanks, giving back to the community on your first post!
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 1
Thank you thank you Thank you!
I was just about to start searching the forums for this! WHOOO