SimplePortal

Customization => Themes and Graphics => Topic started by: kalod123 on September 20, 2011, 07:24:19 PM

Title: problem installing theme
Post by: kalod123 on September 20, 2011, 07:24:19 PM
Hi everybody

I have a problem installing a theme for my forum.
The name of the theme is "Full down" and it doesn't appear the "forum" button. I have tried to use your tutorial but it didn't work for my theme.

can somebody help?

I attach the original index.templete file
(sorry for my English)
Title: Re: problem installing theme
Post by: Old Fossil on September 20, 2011, 07:38:11 PM
Which version smf do you use?

Also a link to the theme?


 The theme is for 1.1.12 and 2.0 RC4

I would recommend you look at themes no older than 1.1.14 or 2.0
Title: Re: problem installing theme
Post by: ccbtimewiz on September 20, 2011, 08:06:41 PM
In that file, find:
Code: [Select]
// Show the default [home] button.
echo '<li><a href="', $scripturl, '"><span>' , $txt[103] , '</span></a></li>';

Replace with:
Code: [Select]
// Show the default [home] button.
echo '<li><a href="', $scripturl, '"><span>', $txt[103], '</span></a></li>';

// Show the default [forum] button.
echo '<li><a href="', $scripturl, '?action=forum"><span>', $txt['sp-forum'] , '</span></a></li>';
Title: Re: problem installing theme
Post by: kalod123 on September 21, 2011, 04:57:29 AM
ok thanks a lot! it appears now

Quote
I would recommend you look at themes no older than 1.1.14 or 2.0

why? i dont see any other problem
Title: Re: problem installing theme
Post by: AngelinaBelle on September 22, 2011, 02:29:33 PM
Glad you've got it working.  Thanks for the help, Chris.
SimplePortal 2.3.8 © 2008-2024, SimplePortal