Custumizing problem

jimmy_boi

Joined: 2005-04-05
Posts: 50
Posted: Sat, 2005-06-18 23:55

good evening everyone

hope someone can help me...

i embeded the gallery2 beta version with mambo..everything works fine..

but now i would like to edit the general view...though i'm having there some probs

when i log in as admin(frontend side)...i'm able to see the sidebar with all the commands like "add a new items" and so on...and i can also see the "site admin" on the top right...

1. now i would like to deactivate the sidebar which is on the left side...if i do that..i'm not able to add new photos...is there a way how i can get the command to add new items without showing the sidebar?

2. is it possible to open a new window when i click to "site admin"? because rite now...it opens on the left side where the sidebar is...

3. how can i change the thumbnail size...i would like to make it smaller...'cause rite now i can only set 2 albums on each page due to the template setting...

4. i was using before g2 the gallery1 version...after installing the g2 i imported all my gallery1 albums to the new g2 folder...anyway everything works fine..but i lost the watermark...is it possible to re-add watermarks?

thats it for now...thank u so much for ur support...

wish u all a wonderful evening..
jimmy

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2005-06-19 01:06

1. look at how templates/sidebar.tpl adds commands.. you can put that code elsewhere. note that this stuff will be changing soon.
3. edit album / Album tab and pick a thumbnail size.
4. activate watermark module in Site Admin / modules.

 
jimmy_boi

Joined: 2005-04-05
Posts: 50
Posted: Sun, 2005-06-19 09:31

thank you for ur post mindless

@1:

sidebar.tpl
**************************
....
{* Item actions *}
{if ($layout.show.sidebarActions && !empty($layout.itemLinks))}
<div class="gbBlock">
<h3> {g->text text="Actions"} </h3>
<ul>
{foreach from=$layout.itemLinks item=link}
<li class="gbAdminLink {g->linkId urlParams=$link.params}">
<a href="{$link.url}">{$link.text}</a>
</li>
{/foreach}
</ul>
</div>
{/if}
...
**************************
i guess this is the code i have to place somewhere else...but where?
if possible i would like to place the whole sidebar at the bottom..under the page numbers...do u know how i can do that?

@2: ???

@3: ok..i think i got this..will check this later...

@4: well i did that already..but my problem is...i would like to put additionally watermarks to those photos..because at that time when i uploaded those pics i didnt choose a watermark..do u know what i mean?