After upgrading, I can see that my Description info is centered and not on the left like before.
How can I change that again??
http://forum.coppermine-gallery.net/index.php/topic,48665.0.html
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.
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).
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.
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.
themes-->sample-->theme.php
See http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#theme_sample
Thx I found it.
Will try later today.
Thx for quick respons
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?
You only copy the code you need, not the whole file.