coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Prometheus on August 12, 2009, 03:11:26 PM

Title: Rearrange the rows into columns
Post by: Prometheus on August 12, 2009, 03:11:26 PM
Hello again,

I am looking to divide the coppermine front page into two columns. Left column will have latest and random pics and right column will have album lists.

Right now they are arranged in rows instead of columns. So which part should I edit out in the theme.php
Also if this has been done before then any help would be great otherwise will play around myself.
Title: Re: Rearrange the rows into columns
Post by: Joachim Müller on August 12, 2009, 04:09:12 PM
Can not be accomplished easily, i.e. without very good coding skills, as this is not just a matter of editing out a line and you're done. That's not how the theme engine of coppermine works, sorry.
Title: Re: Rearrange the rows into columns
Post by: Prometheus on August 13, 2009, 06:44:25 PM
Well if the coding skills is limited to html and css then its not that hard. However if it goes into php domain then I guess I will have to live without it. :(
Title: Re: Rearrange the rows into columns
Post by: Joachim Müller on August 13, 2009, 11:03:24 PM
Sure, coding is in PHP. HTML is just markup, not code.