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. 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
|
|

Posts: 22892
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
Posts: 2
Hi floridave,
Thanks for that.
I got it now,
That was wrecking my head....!!!
Much appreciated!