News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Updating an old theme

Started by boogiedown, April 06, 2005, 12:41:35 AM

Previous topic - Next topic

boogiedown

Hello. I am currently using an old theme for 1.0.3 at www.getbig.com/boards . whats the easiest way to convert it or make it up to date. I noticed its missing a lot of files that the new thems have.

thanks.

!Hachi!

want to change theme?or want to add more themes?
Happy Ramadan

boogiedown

i want the same look, bit i just wanted it , when version checked, to be up to date.

A.M.A

I assume you are using a theme based on the classic theme.
If that's the case check your theme if it has:

Display.template.php
Look for:
// Version: 1.0; Display
Replace with:
// Version: 1.0.3; Display

Look for:
<input type="hidden" name="icon" value="xx" />
<input type="hidden" name="notify" value="', $context['is_marked_notify'] || empty($options['auto_notify']) ? '0' : '1', '" />
<input type="hidden" name="goback" value="', empty($options['return_to_post']) ? '0' : '1', '" />

Replace with:
<input type="hidden" name="icon" value="xx" />
<input type="hidden" name="notify" value="', $context['is_marked_notify'] || !empty($options['auto_notify']) ? '1' : '0', '" />
<input type="hidden" name="goback" value="', empty($options['return_to_post']) ? '0' : '1', '" />


Note that a theme does not have to have all templates on it. So it is ok if it is missing lots of them.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

Advertisement: