forum.coppermine-gallery.net

Support => cpg1.4 themes/skins/templates => cpg1.4.x Support => Older/other versions => cpg1.4 theme contributions => Topic started by: silly_walk on September 01, 2006, 08:27:51 pm

Title: Theme: Greenorg - CPG 1.4.x
Post by: silly_walk on September 01, 2006, 08:27:51 pm
Here's a theme I made to match a forum installation. Mostly standard CPG layout with minimal edits. Included is a blank logo image, to customise with your gallery name.

Demo (http://sillywalker.com/testcopp/index.php)
Screenshot attached as well (click to zoom):

Title: Re: Theme: Greenorg - CPG 1.4.x
Post by: Joachim Müller on September 02, 2006, 06:47:35 am
Thanks for the contribution.

Demo (http://coppermine-gallery.net/demo/cpg14x/index.php?theme=greenorg) - Download (http://prdownloads.sourceforge.net/coppermine/cpg1.4.x_theme_greenorg_0_1.zip?download)
Title: Re: Theme: Greenorg - CPG 1.4.x
Post by: silly_walk on September 02, 2006, 03:51:55 pm
Thank you!

There's an issue that's cropped up on the demo page that I fixed for my purposes, but that seems to have reappeared on the demo page. The pages of any album stretch right across the bottom of the table, and there's no "808 files on 54 page(s)" text. In theme.php, the fix was to add a % to td width="100%" to the relevant HTML, so that it read:
Code: [Select]
td width="100%%"
Title: Re: Theme: Greenorg - CPG 1.4.x
Post by: Morpheus on August 07, 2007, 06:02:32 pm
I was having problems with this theme wrapped in joomla because it always showed the side scrooll bar and I fixed changing some code of the style.css

I changed the code from:

Code: [Select]
body{
background:#F6F6DC;
color:#222222;
font-family:Verdana,Tahoma,Arial,Trebuchet MS,Sans-Serif,Georgia,Courier,Times New Roman,Serif;
font-size:11px;
line-height:135%;
margin:20px auto;
text-align:center;
}

To:

Code: [Select]
body{
background:#F6F6DC;
color:#222222;
font-family:Verdana,Tahoma,Arial,Trebuchet MS,Sans-Serif,Georgia,Courier,Times New Roman,Serif;
font-size:11px;
line-height:135%;
margin:0px auto;
text-align:center;
}

The change was in the :

margin:20px auto;

to

margin:0px auto;

you can view the results in http://www.cepae.net/index.php?option=com_wrapper&Itemid=57

This theme si really cool and the colors match perfectly with my joomla template
Title: Re: Theme: Greenorg - CPG 1.4.x
Post by: silly_walk on August 07, 2007, 08:44:26 pm
Glad you like it. You could also change the body colour to match your background, to #FFFFFF.
Title: Re: Theme: Greenorg - CPG 1.4.x
Post by: Joachim Müller on January 25, 2008, 09:01:44 am
tonythanhcd02 (http://forum.coppermine-gallery.net/index.php?action=profile;u=50459) has posted his own flavor of the Greenorg theme (with different colors that are suppossed to match his VBB theme) in the thread "I want each catogery is a page, easy for visitors, how can I change? (http://forum.coppermine-gallery.net/index.php?topic=49997.0)".
After modifying some minor flaws I have added his theme modification to the demo (http://coppermine-gallery.net/Obsolete?theme=greenorg_forumbanbe) and downloads (http://downloads.sourceforge.net/coppermine/cpg1.4.x_theme_greenorg_forumbanbe.zip) section. Users who like it will probably want to change the banner image to suit their own needs.
Title: Re: Theme: Greenorg - CPG 1.4.x
Post by: pwangie on February 21, 2008, 09:02:55 pm
I want to add my own banner to the top of my gallery, I am using the Greenorg theme.  Would one of the very knowledgeable members tell me what I need to do to add a banner to the top of the page?  Please be specific as I am very "green" to all this!

Thanks!

This is the gallery:
http://www.paperwingsonline.com/gallery (http://www.paperwingsonline.com/gallery)
Title: Re: Theme: Greenorg - CPG 1.4.x
Post by: Joachim Müller on February 22, 2008, 07:51:37 am
Not related to this theme in particular. This is an announcement thread - individual customization requests should not go into this thread. Start a separate thread of your own, posting a link to your gallery and a link to your logo. Zip your custom theme folder and attach the zip to your posting (using "additional options" when composing your message).