forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: ashleyXcore on August 07, 2006, 07:03:25 am

Title: Organizing the category page?
Post by: ashleyXcore on August 07, 2006, 07:03:25 am
How can I have my category page (where you see the sub-categories) all organized into a grid? I'm not sure what to change to have it all neat like a table should be. I know I'm not being clear so, here is what my category page looks like now: http://pink-pistol.net/scans/index.php?cat=6 (http://pink-pistol.net/scans/index.php?cat=6) I have these weird vertical 1px borders separating the thumbnail from the "X scans".

I want those gone and I want it to look similar to this:
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fimg389.imageshack.us%2Fimg389%2F2572%2Fafterxf1.th.jpg&hash=133ea08e7b8c8478b07bf3cf5909eced586bc30d) (http://img389.imageshack.us/img389/2572/afterxf1.jpg)

How can I do this? My stylesheet is here: http://pink-pistol.net/scans/themes/sapprckt/style.css (http://pink-pistol.net/scans/themes/sapprckt/style.css)
Title: Re: Organizing the category page?
Post by: Sami on August 07, 2006, 07:25:47 am
You need to edit theme.php , not the style.css , you need to deal with $template_album_list variable
Title: Re: Organizing the category page?
Post by: ashleyXcore on August 07, 2006, 07:41:54 am
Thanks, I was looking in the wrong place  ^.^

Here is my theme file: http://pink-pistol.net/scans/theme.txt (http://pink-pistol.net/scans/theme.txt)
Do you think you could help me out a little more? I'm not sure where to start, I do see the "template_album_list" parts, but what needs to be changed exactly?
Title: Re: Organizing the category page?
Post by: Sami on August 07, 2006, 09:27:44 am
Sorry I don't have my test bed to see if it's working fine or not , so you need test it your self
Title: Re: Organizing the category page?
Post by: ashleyXcore on August 08, 2006, 02:24:32 am
Oh, awesome! Thank you.
It did work, but the borders are a little too thick. Which part do I change to fix that?
Oh, an example of what it looks like now: http://www.pink-pistol.net/scans/index.php?cat=6 (http://www.pink-pistol.net/scans/index.php?cat=6)
Title: Re: Organizing the category page?
Post by: Sami on August 08, 2006, 07:12:59 am
search for table with width="90%" under $template_album_list variable and change the width value to something bigger  (ie 95%)
Title: Re: Organizing the category page?
Post by: Joachim Müller on August 08, 2006, 08:00:35 am
Original issue solved?
Title: Re: Organizing the category page?
Post by: ashleyXcore on August 08, 2006, 09:30:45 am
Thank you SO much for your help, everything looks fine with it now :)
Problem solved.