forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: raummusik on June 27, 2004, 11:12:05 pm

Title: [Solved]: How to change several things in a theme , thx for help in advance ;-)
Post by: raummusik on June 27, 2004, 11:12:05 pm
hi,

i cannot explain at all what i need to change i just try to show you via pictures :

(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fgibbat.de%2Fscreen.gif&hash=b6530a2d3d83e023f876cfa0637a89ac52667740)

how to remove several links in the main menu ? any ideas ? i dont need all links in here so i want to remove some of them

the second red : how to remove this border complete so i only see the complete gallery without the black thing (first it was this bg.gif thingy, but i finally want the whole gallery black) but this big border (which is just a background) is just useless wasted space, so i want to complete remove it .

thx in advance. i try to post also some other things which i want to have removed.

mfg
raum
Title: Re: How to change several things in a theme , thx for help in advance ;-)
Post by: Joachim Müller on June 27, 2004, 11:57:17 pm
edit themes/yourtheme/theme.php, find
Code: [Select]
                        <a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::and comment it out by replacing it with
Code: [Select]
                        <!--<a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::-->Do not remove the comment lines that are already there, like
Code: [Select]
<!-- END logout -->, they have to remain intact.
You're free to edit the spacing around your gallery, it's all plain html and css: edit themes/yourtheme/template.html for the html bit and themes/yourtheme/style.css for the css bit.

GauGau

P.S. Although it doesn't matter much in your posting, please switch your coppermine gallery temporarily to english before taking a screenshot - makes it easier for other supporters (and other users may benefit as well)
Title: Re: How to change several things in a theme , thx for help in advance ;-)
Post by: raummusik on June 29, 2004, 10:23:41 am
it worked without problems. another question : i changed some colors in the theme and now some truetypes and backgrounds got the same color. is there a FAQ where the several points in the css are explained so i know where to find which area where i want to change the color and so on ?

is it also possible to remove the "new pics" and "random pics" table from the main page ? i only want this in the sub categorys ... perhaps someone got an idea ?

mfg
raum
Title: Re: How to change several things in a theme , thx for help in advance ;-)
Post by: Joachim Müller on June 29, 2004, 11:08:42 am
we have a policy of "one question per thread" on this board. Your initial question has been answered, so please don't post other, unrelated questions on the same thread (and especially not two questions at a time).
Use the styleguide (http://coppermine.sourceforge.net/demo/index.php?theme=styleguide) that comes with your coppermine package to find out what the css classes actually do.
Out-of-the-box it's impossible to have "random" only on sub-pages, but not on the start page, but I think there has been a mod that let's you do that. Please search the mods board.

GauGau