forum.coppermine-gallery.net

Support => cpg1.5 themes (visuals) => cpg1.5.x Support => cpg1.5 theme contributions => Topic started by: Timos-Welt on March 25, 2010, 01:55:43 pm

Title: Curve with vertical film strip
Post by: Timos-Welt on March 25, 2010, 01:55:43 pm
Curve with a filmstrip that is optimized for wide screens, so the film strip is next to the picture instead of below it.
Title: Re: Curve with vertical film strip
Post by: Joachim Müller on March 26, 2010, 09:08:16 am
Demo (http://coppermine-gallery.net/demo/cpg15x/?theme=curve_vstrip) - Download (https://sourceforge.net/projects/coppermine/files/Themes/1.5.x/cpg1.5.x_theme_curve-vstrip_v1.0.zip/download)
Title: Re: Curve with vertical film strip
Post by: sharpo on April 16, 2010, 12:08:09 am
Just tried the vertical film strip, but had a problem with a couple of icons (files & information) showing incorrectly as text.

I changed line 183 of theme.php from:-

<a href="#" class="firstlevel" title="{INFO_TITLE}"><span class="firstlevel">{INFO_ICO}{INFO_LNK}</span></a>

to:-

<a href="#" class="firstlevel" title="{INFO_TITLE}"><span class="firstlevel">{PHPINFO_ICO}{PHPINFO_LNK}</span></a>

and this seemed to solve both problems.