Theme: Greenorg - CPG 1.4.x Theme: Greenorg - CPG 1.4.x
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Theme: Greenorg - CPG 1.4.x

Started by silly_walk, September 01, 2006, 08:27:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

silly_walk

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
Screenshot attached as well (click to zoom):


Joachim Müller


silly_walk

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:
td width="100%%"

Morpheus

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:

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:

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

silly_walk

Glad you like it. You could also change the body colour to match your background, to #FFFFFF.

Joachim Müller

tonythanhcd02 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?".
After modifying some minor flaws I have added his theme modification to the demo and downloads section. Users who like it will probably want to change the banner image to suit their own needs.

pwangie

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

Joachim Müller

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