After Upgrading - question 1 After Upgrading - question 1
 

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

After Upgrading - question 1

Started by Stevo, June 29, 2008, 09:32:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stevo

After upgrading, I can see that my Description info is centered and not on the left like before.
How can I change that again??


Stevo

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.

Fabricio Ferrero

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).
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

Stevo

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.

steveeh131047

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.

Fabricio Ferrero

Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

Joachim Müller


Stevo

Thx I found it.
Will try later today.
Thx for quick respons

Stevo

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?

steveeh131047

You only copy the code you need, not the whole file.