How Can I move the Search Column???

unrealindeed

Joined: 2009-04-08
Posts: 2
Posted: Wed, 2009-04-08 14:09

Hi All,

I am using v2.3 of gallery2 & using the matrix theme.
I have incorporated the gallery into my website template, but I dont know how to move the search/navigation column to a div tag I created.

Any help on this would be very helpful, I cant really find anything online...thought it would have been a common question.

If you look here you will see where I intend to move the column to (Out of the main body section to a column on the right)

Many thanks guys


Gallery version (not just "2"):2.3
Module / Theme name & version: Matrix
PHP version (e.g. 5.1.6):
PHPInfo Link (see FAQ):
Webserver (e.g. Apache 1.3.33):
Database (e.g. MySql 5.0.32):
Activated toolkits (e.g. NetPbm, GD):
Operating system (e.g. Linux):Linum
Browser (e.g. Firefox 2.0):

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22892
Posted: Wed, 2009-04-08 19:58

Album.tpl and photo.tpl move

    {if !empty($theme.params.sidebarBlocks)}
    <td id="gsSidebarCol">
      {g->theme include="sidebar.tpl"}
    </td>
    {/if}

the other option is to edit album, theme tab, blocks to show in the sidebar; Remove all the blocks.
then add your block to the new div you have created:
http://codex.gallery2.org/Gallery2:Themes:Reference:Blocks

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
unrealindeed

Joined: 2009-04-08
Posts: 2
Posted: Thu, 2009-04-09 10:25

Hi floridave,

Thanks for that.
I got it now,

That was wrecking my head....!!!

Much appreciated!