Gallery 3 lightweight version

mozze

Joined: 2009-07-29
Posts: 9
Posted: Wed, 2009-07-29 09:00

Hi,

first i must say gallery3 is the best gallery so far. the handling is awesome.

But i think if gallery3 goes final we will have more options until now. So i ask to myself is it possible
to create a lightweight version of gallery3, so that gallery3 looks and works like the current beta 3.0.2.

This Beta has all the that i / we need for an good working gallery.
My moderators have the rights to manage the gallery themself without any administrator rights, it rly immpressive what you have done.

The only thinks thats need a little bit of tweaking is the detailview (the art to show full pictures "like enlargeit in coppermine") and the theme control.
Do you plan a small webbased theme creator for gallery3 ? So that user can create their own themes without editing ?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2009-07-29 09:48

There's not much more going to be added to G3 or the core. You can always delete individual modules from the modules directory (after making sure they are uninstalled).

I've not heard of any webbased theme generator being planned. Doubt it's going to happen unless someone makes one. Take a look at the theme files, they are primarily HTML with some PHP, so you could potentially use your favorite WYSIWYG HTML editor and then add the necessary PHP to make Gallery function.

Quote:
The only thinks thats need a little bit of tweaking is the detailview (the art to show full pictures "like enlargeit in coppermine") and the theme contro

That would be a theme specific function. Make it how ever you want for your theme. As it is right now, just click on this button:
.
[img]http://gallery.menalto.com/files/G3_fullsize.gif[/img]
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
mozze

Joined: 2009-07-29
Posts: 9
Posted: Wed, 2009-07-29 10:03

That is a fantastic news, the old gallery2 was a little bit overhauled for my moderators.
There are to many option they have do deal with it.

theme edit:
i taked a deeper look into the theme files and have changed the standard theme to my page layout, but there is one thing that iam unable to change :(

Where can i change the menu colors ? i mean exapl. start, foto adding ....

can you help me with this issue ?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2009-07-29 10:30

Sounds like you need to get yourself Firefox with Firebug installed :)

See the CSS gallery3/themes/default/css/screen.css and where is has a comment about superfish overrides

.sf-menu li li, .sf-menu li li ul li {
  background-color: #bdd2ff;
}

.sf-menu li:hover {
  background-color: #dfe9ff;
}

And if you want to change the first level's color simply add this:

.sf-menu li, .sf-menu li li, .sf-menu li li ul li {
  background-color: #[b]bdd2ff;
}

.sf-menu li:hover {
  background-color: #dfe9ff;
}

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
mozze

Joined: 2009-07-29
Posts: 9
Posted: Wed, 2009-07-29 10:55

ive allrdy instaled firebug long time ago ;)

this two variables ive changed so often but nothing happens.
Thats why i asked

*edit*

i forgot to say that this only chnaged the menu colors if you go one step deeper into the menu tree, like the options tree

**edit 2**

i should rly work on my fast fingers,

Quote:
.sf-menu li, .sf-menu li li, .sf-menu li li ul li {
background-color: #[b]bdd2ff;
}

.sf-menu li:hover {
background-color: #dfe9ff;
}

this block of code isnt presented in my css file ?!?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2009-07-29 10:55
Quote:
And if you want to change the first level's color simply add this:

.sf-menu li, .sf-menu li li, .sf-menu li li ul li {
  background-color: #[b]bdd2ff;
}

.sf-menu li:hover {
  background-color: #dfe9ff;
}

If that doesn't work, can you post a link to your site?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
mozze

Joined: 2009-07-29
Posts: 9
Posted: Wed, 2009-07-29 11:02

ok i dont say anything more, reading...reading you sayed ADD

ok it works now thanks alot :D

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2009-07-29 15:16

There was some talk about making a theme editor similar to:
http://www.yvoschaap.com/wpthemegen/
It might happen in the future once most of the core functionality is done and cool feature like this will come forward. It all takes time.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
mozze

Joined: 2009-07-29
Posts: 9
Posted: Wed, 2009-07-29 19:17

Thats would be a realy nice feature. Without html,php knowlege its hard do create an own theme.