forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: cooltraxpics on August 22, 2009, 10:12:52 am

Title: Hardwired theme
Post by: cooltraxpics on August 22, 2009, 10:12:52 am
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
Title: Re: Hardwired theme
Post by: Gene-2008 on August 22, 2009, 03:24:48 pm
I think that you will have to modify the theme...most themes

Gene
Title: Re: Hardwired theme
Post by: cooltraxpics on August 22, 2009, 03:31:35 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.
Title: Re: Hardwired theme
Post by: phill104 on August 22, 2009, 03:44:22 pm
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?
Title: Re: Hardwired theme
Post by: Joachim Müller on August 23, 2009, 09:36:57 am
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.