Info - Change position Search bar from sidebar to header - matrix theme

bartmaskphoto
bartmaskphoto's picture

Joined: 2010-01-28
Posts: 10
Posted: Thu, 2010-01-28 18:09

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

 
bartmaskphoto
bartmaskphoto's picture

Joined: 2010-01-28
Posts: 10
Posted: Thu, 2010-01-28 18:16

oh yeah. my site is http://bartmaskphoto.com. but please dont go there yet. it is still empty.
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 ..:)) this site is also for you if you want to go to Bali, Indonesia, just rent a car from me.. :))

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25945
Posted: Fri, 2010-01-29 01:30

Thanks, giving back to the community on your first post!

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
taeliesyn

Joined: 2010-01-30
Posts: 1
Posted: Tue, 2010-02-02 12:02

Thank you thank you Thank you!
I was just about to start searching the forums for this! WHOOO :)