forum.coppermine-gallery.net

Support => cpg1.4 themes/skins/templates => cpg1.4.x Support => Older/other versions => cpg1.4 theme contributions => Topic started by: Raven24 on May 14, 2008, 11:19:47 pm

Title: Theme "floog"
Post by: Raven24 on May 14, 2008, 11:19:47 pm
I spent a few hours thinking about a new theme for coppermine and so I took Gimp and made a draft...

If I can gather some time I can try to make a real theme out of it, but I have to see how the next few weeks are going to be.
Meanwhile, look at the picture and tell me what you think: if I got it completely wrong or - maybe - it is becoming the next default theme...who knows ;-)

It is certainly not perfect and if someone has suggestions you are invited to tell me! Only with feedback I can enhance it.
Thanks!
Title: Re: New theme proposal
Post by: artoonie on May 16, 2008, 03:29:05 am
I like it!


A c0uple things-
1) The font of the links at the top are too boxy, try using a bubbly font to match the rest
2) The white to the left of subcategories looks a bit empty, maybe some pattern there?



The color scheme is awesome
Title: Re: New theme proposal
Post by: Joachim Müller on May 16, 2008, 06:43:35 am
The gradient used in combination with the rounded corners will be hard to implement for different widths, so I guess you will have to fall back to fixed widths.
Title: Re: New theme proposal & its corresponding problems
Post by: Raven24 on June 04, 2008, 12:03:53 am
since there were no other comments I started to implement my idea...

I managed to replace the table with a lot of <div>s ... just because I like it that way.
the borders are currently firefox-only (with "-moz-border-radius") but I could imagine a solution like phpbb3 with images in each corner.
I also changed the font to "lucida grande". (curious? -> http://flos-page.mine.nu/flogallery but keep in mind: under heavy development/unfinished/might-eat-your-browser-phase)

but then I experienced some ... minor issues ... when i tried to click around a bit, I noticed that the pages like upload.php and usermgr.php have the table-layout hardcoded in them. Is there any possibility to change that without modifying the core files? a wrapper that can be extended with a regular expression to replace the html tags? or does it make sense to fall back to the table, or in other words: include a if-clause in starttable() and endtable() that when e.g. $_SERVER['SCRIPT_NAME'] does not contain "index.php" or "thumbnails.php" (thus all pages that might contain hardcoded html) the start/end of the "normal" table should be returned?

and yes, I am stubborn and I want <div>s and I don't like <table>s  ;)
Title: Re: New theme proposal
Post by: ib2loud on June 04, 2008, 04:07:19 am
i like it so far
Title: Re: New theme proposal
Post by: Raven24 on September 13, 2008, 11:40:17 am
Finally I had some time to work on the theme again, and I can say that I will post a .zip file soon (today or tomorrow, just some minor things to sort out before that...)
Title: Re: New theme proposal
Post by: Raven24 on September 14, 2008, 08:40:03 pm
ok, here it is

please keep in mind the following:
Thus use it at your own risk.

I did it for my own gallery, for me it's good enough. I just want to share what I did... ;-)
Title: Re: New theme proposal
Post by: Joachim Müller on September 15, 2008, 06:49:50 am
Thanks for your contribution. I have added your custom theme contribution to the demo and downloads section. I have applied some minor adjustment (moving the logo from the theme root to the images folder) and added a readme to the zip package that explains the issues with IE. I have re-named this thread as well.
Demo (http://coppermine-gallery.net/demo/cpg14x/index.php?theme=floog) - Download (http://downloads.sourceforge.net/coppermine/cpg1.4.x_theme_floog_v1.3.zip)
Title: Re: Theme "floog"
Post by: Fabricio Ferrero on September 15, 2008, 04:43:26 pm
Just to point it out: I made a capture of this theme on IE 6 and yes, several issues comes up. This post it's not to cluttering an announcement thread but to show some thing before downloading to IE users.

If you use Firefox, it's a nice theme.

Cheers,
Title: Re: Theme "floog"
Post by: Joachim Müller on September 16, 2008, 07:59:18 am
I agree with fabri - IE is still the leading browser for end users, especially non-tech people. This being said (wether web designer like it or not), we still to code workarounds and "hacks" to make pages work with IE. That's why I would not encourage people to use this theme out of the box, but maybe someone will manage to make it work with IE as well.
There are some issues in FF as well: if your content doesn't fit into a cell, it is being cut off - that's something that doesn't look nice neither. Of course we don't want to sacrifice beauty by allowing wide content to float around on the page, making everything look stretched. As a result, there should be scroll bars for blocks that contain more content than what can be displayed.

This posting not meant to discourage Raven24 - it is meant to encourage you to fine-tune your theme and finally make it work with most modern browsers to an extent that it will at least be usable for eveyrbody.
Title: Re: Theme "floog"
Post by: Raven24 on September 16, 2008, 08:25:13 pm
I feel encouraged, but I'm lacking the time, since I go to university and have a part-time job... but I will definately keep on working on the theme - just, don't expect anything too soon.
Title: Re: Theme "floog"
Post by: feckineejit on December 20, 2008, 08:30:24 pm
sexy theme, i think im gonna have to put in some work and get it working for ie, i just love it!
Title: Re: Theme "floog"
Post by: Fabricio Ferrero on December 20, 2008, 09:32:05 pm
It's good to hear! Don't hesitate to share it later ;)

And it would be nice if you check docs for the 1.5 v and try to make it work there too. Very soon will be the release of the new version and it would be nice to have this theme working for it too. :)

Regards,
Title: Re: Theme "floog"
Post by: Raven24 on December 21, 2008, 09:30:20 pm
since christmas is coming up (and so are the holidays) I might find some time to perfect the theme for IE (at least version 7) and I can try and see how much has changed in coppermine 1.5 to provide an update for that version.
Title: Re: Theme "floog"
Post by: Raven24 on December 29, 2008, 10:58:33 pm
Here is an update. I fixed the overflowing boxes for IE and FF (if the text is too long, it still is a bit ugly, because only the box with the long text will be stretched ... maybe i will think of a little javascript to resolve that) and changed the hard-coded german "Album" and "Kategorie" I forgot in the last version to dynamic labels from the language arrays.
Yes, still no round corners for IE :-)

Please, test it first and don't trust me blindly. ;-) I am on Linux here and only have IE6 in wine, which might not display it properly to me.

If I don't get any more input I will start and look into the 1.5 version and port my theme 1:1.
Title: Re: Theme "floog"
Post by: phill104 on December 29, 2008, 11:17:59 pm
Nice work. As for the rounded corners in IE, maybe take a look at the classic nifty theme Joachim made. I've used nifty corners before. Lazy and simple but works.
Title: Re: Theme "floog"
Post by: Raven24 on February 19, 2009, 01:30:46 am
Important Update (aka. mindless mistake):
I forgot to include the JavaScript in the HTML file! (I didn't notice for that long because I hardly use the features that require javascript...)
just put this line somewhere inside the <head></head> section of the html and that's it:
Code: [Select]
<script type="text/javascript" src="scripts.js"></script>
Sorry if that caused any inconvenience...
Title: Re: Theme "floog"
Post by: Joachim Müller on February 26, 2009, 08:21:30 am
Thanks. Replaced the file in our downloads section with the changes so far. Please take a look at our naming scheme and our version number scheme: we start counting at 1, so the initial version is 1.0. Hence, the actual version of the theme is 1.3.