forum.coppermine-gallery.net

Support => cpg1.4 themes/skins/templates => cpg1.4.x Support => Older/other versions => cpg1.4 theme contributions => Topic started by: Bacchus on January 04, 2006, 06:18:05 pm

Title: [Updated] Subsilver v1.3.3 for CPG1.4.x
Post by: Bacchus on January 04, 2006, 06:18:05 pm
Hi!

I've just finish upgrading the subsilver theme, compatible with CPG 1.4.x. Valid XHTML 1.0 Trans and CSS 1 and 2

Added: icon_mini_house.gif for {CUSTOM_LINK} (if leads to main site)

Updated to look a bit more like the phpbb subsilver theme.

New zip file!

EDIT: Minor bug fixed, new zip file

Bug fix:

HOME link added
custom link icon added (icon_mini_custom.gif)
Title: Re: Subsilver v1.3 for 1.4.x
Post by: Joachim Müller on January 04, 2006, 08:41:39 pm
Good work
Demo (http://coppermine-gallery.net/demo/cpg14x/index.php?theme=subsilver) - Download (http://prdownloads.sourceforge.net/coppermine/cpg1.4.x_theme_subsilver_1.3.3.zip?download)
Title: Re: Subsilver v1.3 for 1.4.x
Post by: timjbart on January 11, 2006, 07:51:46 pm
is it just me or do some headers text not show up in the gold colour, but a red?  Doesn't look quite right to me.  What does look right though looks great  8)
Title: Re: Subsilver v1.3 for 1.4.x
Post by: Joachim Müller on January 11, 2006, 09:17:21 pm
another minor issue: the home link (the one you can configure in coppermine's config) isn't displayed.
Title: Re: Subsilver v1.3 for 1.4.x
Post by: Bacchus on January 12, 2006, 10:33:16 pm
I'll see to that ASAP!

is it just me or do some headers text not show up in the gold colour, but a red?  Doesn't look quite right to me.  What does look right though looks great  8)

It is just you, i've double check with phpbb subsilver theme and it is the same thing. But, indeed there was a litte error in the CSS file.

In any case an update for the CPG subsilver theme was on it's way, the new one will look like phpbb subsilver a bit more.

another minor issue: the home link (the one you can configure in coppermine's config) isn't displayed.

It's working for me, however the icon is not right. Wich I will fix of course! :D
Title: Re: [Updated] Subsilver v1.3.1 for CPG1.4.x
Post by: Bacchus on January 13, 2006, 03:28:54 am
Bug fixed, colors fixed, custom link works fine (including the correct icon).

New zip file available in the first post. Tested as admin, user and guest.

If you find new bug, please contact me.

Known Issues:

Utility page (util.php) not quite fonctional, centered text instead of left. Bottom link (phpinfo and lower) are not in the right color, something is overiting the CSS file.
Title: Re: [Updated] Subsilver v1.3.1 for CPG1.4.x
Post by: Joachim Müller on January 13, 2006, 07:53:45 am
Thanks for the fix. I updated the demo with the files from your new package, however the custom link "Home" is still missing for me, see attached screenshot.
Title: Re: [Updated] Subsilver v1.3.1 for CPG1.4.x
Post by: Bacchus on January 13, 2006, 09:12:09 pm
Ahhhh! I understand now  ;D

You see for both subsilver and digital_red the default theme was overitten. This is how the default menu is set for sys_menu:

Code: [Select]
// HTML template for sys_menu
$template_sys_menu = <<<EOT
          {BUTTONS}
EOT;

If you use this, you will get the HOME link, otherwise you will need to include it. That was my mistake! (I saw it by reading the source code)

A fix comming up for both template, and sorry!  :-[
Title: Re: [Updated] Subsilver v1.3.1 for CPG1.4.x
Post by: Bacchus on January 14, 2006, 05:01:31 am
Known Issues:

Utility page (util.php) not quite fonctional, centered text instead of left. Bottom link (phpinfo and lower) are not in the right color, something is overiting the CSS file.

FIXED!!!

This time I got it all right, now for those of you who dont want to bang your head on all walls like I did. If your using Mozilla Firefox to test your template, time to time, empty the cache!! It will save you a lot of money in wall repaires!  :D

The zip archive is updated once again, and this time I hope it will be until CPG 1.5.x
Title: Re: [Updated] Subsilver v1.3.3 for CPG1.4.x
Post by: Joachim Müller on January 14, 2006, 11:38:31 am
great work, now everything works as expected - thanks for looking into this. I updated the demo and my above posting that leads to the download link.

Joachim