Hardwired theme Hardwired theme
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Hardwired theme

Started by cooltraxpics, August 22, 2009, 10:12:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cooltraxpics

how do I display text and or images on the login.php page on the left and right hand side of the center column in the login.php page?

www.overexsposed.com

Gene-2008

I think that you will have to modify the theme...most themes

Gene

cooltraxpics

Quote from: Gene-2008 on August 22, 2009, 03:24:48 PM
I think that you will have to modify the theme...most themes

Gene

That doesnt exactly help I'm afraid, I am a newbie of sorts, I will need a bit more guidance than that.

phill104

It is mainly basic HTML, putting what you want in various tables. What exactly do you want to modify?

The following docs are from the forthcoming CPG1.5 release but most of the information is still relavent.

http://documentation.coppermine-gallery.net/en/theme.htm

That assumes you have some HTML knowledge?
It is a mistake to think you can solve any major problems just with potatoes.

Joachim Müller

Depends on what you want to display and where you want to display it. If your want extra images to be displayed on the login page only and nowehere else, this is not a matter of theming. Instead, you just modify login.php with a plain text ecidtor and add the HTML markup where you see fit as you see fit. It doesn't matter what theme you use then. If the extra pics that you want to see displayed are not meant to be hard-coded, but taken dynamically from coppermine's database, you're welcome to review the content syndication board that contains all types of modifications and hacks that have the sole purpose to display content taken from coppermine somewhere. Post details if you need details.