Blue Tone [No more updates]

Started by sebastian, May 07, 2007, 02:13:10 PM

Previous topic - Next topic

sebastian

Link to the theme


Blue-White Colors

You must add your language here: /Themes/bluetone/languages/Settings.yourlang.php

Download langpack for images or rmpsd.zip (bulgarian,croatian,czech,danish,dutch,finish,french,german,
greek,hungarian,indonesian,italian,norwegian,polish,
portuguesse,romanian,russian,serbian,spanish,swedish,turkish)
[Latin,cyrillic,greek alphabets
Gregorian calendar]

Your must add your language image files for dates here (months-days):
/Themes/bluetone/images/yourlang/

Test: Firefox 2.0(win+linux), MSIE(win), Opera 9+(win>   


junglecat

I downloaded your theme and I like it but I can't use it.

I use my newsbox for rotating a few hundred inspirational sayings, and your theme doesn't rotate them one at a time. It displays ALL of them at once, so that I have to scroll a mile down the page to see the content below them. Is there a way to fix that?
PM me for affordable hosting. I will install your SMF forum with your choice of a theme for FREE.
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
Join us at Christian Discussions 
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~

sebastian

Step 1. Open Themes\bluetone\index.template.php

Step 2. Find & replace.

Find

     if (!empty($settings['enable_news']))
{
$context['count'] = count($context['news_lines']);
            $context['show'] = $context['news_lines'];

        $context['i'] = 0;
        while ($context['i'] < $context['count']):
            echo '<div>', $context['show'] [$context['i']], '</div>';
            $context['i']++;
        endwhile;
}


Replace
if (!empty($settings['enable_news']))
{
echo '<div>', $context['random_news_line'], '</div>';
}

Advertisement: