coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Godric on September 27, 2006, 12:06:11 AM

Title: i need it so much
Post by: Godric on September 27, 2006, 12:06:11 AM
hi.. does anyone have a skin/theme or what ever it is like this? www.ashley-tisdale.com/pictures (http://www.ashley-tisdale.com/pictures) that gallery uses the sapprckt skin... but i cant find it.. so anyone have a skin exactly or seemed like that skin but with this colors www.darthnolio.com/foro (http://www.darthnolio.com/foro)

im not doing this for spam... is just that im desesperated.. i have days looking for it but i can find it

seriously thanks.. hope you can help me  ;)
Title: Re: i need it so much
Post by: Sami on September 27, 2006, 06:31:04 AM
That theme was based on classic theme with some color modification and table size adjustment and custom banner it's simple  you can create it by your self !
Title: Re: i need it so much
Post by: Godric on September 27, 2006, 07:00:47 PM
ohh well.. can u help me to do that?
Title: Re: i need it so much
Post by: Sami on September 28, 2006, 07:27:28 AM
ok I'll help you but you need to do it by your self ;)

So we are going to create a new theme based on classic theme :

- First you need to create a folder with new name (in this case godric would be fine :) ) under themes folder something like
- Then copy all files from themes/classic to themes/godric

Now you have a theme with just like classic, So we are going to add banner to the top of the theme

- open themes\godric\template.html and around line 18~29 you'll see
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td>
              <a href="index.php"><img src="themes/classic/images/site_logo.png" border="0" alt="" /></a><br />
            </td>
            <td width="100%" align="center">
              <h1>{GAL_NAME}</h1>
              <h3>{GAL_DESCRIPTION}</h3><br />
              {SYS_MENU} <br /> {SUB_MENU}
            </td>
          </tr>
        </table>

change it to

<table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="100%" align="center">
             <img src="PATH" alt="{GAL_NAME}" title="{GAL_NAME}" />
             <br />
              {SYS_MENU} <br /> {SUB_MENU}
            </td>
          </tr>
        </table>


you should change "PATH" to your banner name with the path to that , let's sayyou have your banner under images folder of gallery with mybanne.jpg as its name so the PATH should be images/mybanner.jpg

Okey do these steps and post when you have done that :)
I'll continue this when I've got time ....
Title: Re: i need it so much
Post by: Godric on September 28, 2006, 07:25:54 PM
ill do it but.. the banner does not appear :S ..
Title: Re: i need it so much
Post by: Sami on September 28, 2006, 07:27:01 PM
is this an online gallery?
Title: Re: i need it so much
Post by: Godric on September 28, 2006, 07:37:54 PM
ehat do you mean???? i upload the files into my site.. www.darthnolio.com/galeria (http://www.darthnolio.com/galeria)
Title: Re: i need it so much
Post by: Sami on September 28, 2006, 07:51:53 PM
your path to banner (under template.html) is wrong !
you should put this instead of yours

themes/godric/images/banner copy.jpg

and you shouldn't use space on filename use _ instead
Title: Re: i need it so much
Post by: Godric on September 28, 2006, 07:55:27 PM
ok.. thanks.. i put that banner.. (is not the banner of the gallery... and now...continue plz :P
Title: Re: i need it so much
Post by: Sami on September 28, 2006, 08:02:06 PM
okey what do you want to do next ?
Title: Re: i need it so much
Post by: Godric on September 30, 2006, 08:01:04 AM
well.. can we make a theme like this? www.darthnolio.com (http://www.darthnolio.com) at least with that colors
Title: Re: i need it so much
Post by: Sami on September 30, 2006, 08:28:18 AM
which colors!!! there was only a black background !
Title: Re: i need it so much
Post by: Godric on September 30, 2006, 09:32:07 PM
:S well.. they're black and brown
Title: Re: i need it so much
Post by: Joachim Müller on October 01, 2006, 01:20:30 PM
If you want exactly the same colors as the gallery you refered to in your first posting, then just copy the content of the stylesheet of your reference gallery (http://www.ashley-tisdale.com/pictures/themes/sapprckt/style.css). Should be pretty straightforward...
Title: Re: i need it so much
Post by: Godric on October 01, 2006, 10:49:17 PM
ohh well.. thanks.. but.. i want black and brown colors... can u edit that style sheet?
Title: Re: i need it so much
Post by: Joachim Müller on October 01, 2006, 10:50:28 PM
sure, go ahead.
Title: Re: i need it so much
Post by: Godric on October 02, 2006, 03:34:45 AM
well.. i was meaning can YOU edit that theme lol... sorry.. i've no idea how do that