coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Stevo on June 29, 2008, 09:32:47 PM

Title: After Upgrading - question 1
Post by: Stevo on June 29, 2008, 09:32:47 PM
After upgrading, I can see that my Description info is centered and not on the left like before.
How can I change that again??
Title: Re: After Upgrading - question 1
Post by: Nibbler on June 29, 2008, 09:50:19 PM
http://forum.coppermine-gallery.net/index.php/topic,48665.0.html
Title: Re: After Upgrading - question 1
Post by: Stevo on June 29, 2008, 10:07:37 PM
Nibbler,

This was your answer

Quote from: Nibbler on November 28, 2007, 11:11:43 PM
Copy the $template_display_media template from the sample theme.php into your theme.php and remove the <center> and </center> tags around the caption.

but when I see my theme (standard theme) I can't find $template_display_media.

I'ms using a standard-theme.
Title: Re: After Upgrading - question 1
Post by: Fabricio Ferrero on June 29, 2008, 10:23:34 PM
Nibbler said:
Quotesample theme.php

So you have to look for it in that file, not in "standard theme" (I think you ment "classic" theme).
Title: Re: After Upgrading - question 1
Post by: Stevo on June 29, 2008, 10:43:21 PM
Quote from: fabri on June 29, 2008, 10:23:34 PM
Nibbler said:
So you have to look for it in that file, not in "standard theme" (I think you ment "classic" theme).
Indeed I ment classic theme ;D
You say that I have to look in that file, but where can I find that file, because I lost you and don't know what you mean.
Title: Re: After Upgrading - question 1
Post by: steveeh131047 on June 29, 2008, 10:51:00 PM
Stevo,

Inside the original Coppermine "themes" folder you will find a theme folder called "sample"

Inside the "sample" theme folder there is a file called "theme.php" That's where you will find Nibbler's code. Copy it across to the theme.php file in your theme folder.
Title: Re: After Upgrading - question 1
Post by: Fabricio Ferrero on June 29, 2008, 10:53:25 PM
themes-->sample-->theme.php
Title: Re: After Upgrading - question 1
Post by: Joachim Müller on June 30, 2008, 07:47:43 AM
See http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#theme_sample
Title: Re: After Upgrading - question 1
Post by: Stevo on June 30, 2008, 08:08:11 AM
Thx I found it.
Will try later today.
Thx for quick respons
Title: Re: After Upgrading - question 1
Post by: Stevo on June 30, 2008, 09:20:31 AM
Quote from: steveeh131047 on June 29, 2008, 10:51:00 PM
Stevo,
Inside the "sample" theme folder there is a file called "theme.php" That's where you will find Nibbler's code. Copy it across to the theme.php file in your theme folder.
do I copy the theme.php file into my theme folder, or do I only copy the code from file to file?
Title: Re: After Upgrading - question 1
Post by: steveeh131047 on June 30, 2008, 09:48:08 AM
You only copy the code you need, not the whole file.