Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Gary on July 28, 2007, 01:07:15 PM

Title: Maggie Simpson Core
Post by: Gary on July 28, 2007, 01:07:15 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=330)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,330/image,thumb)

This theme is the Default theme, but with Maggie Simpson graphics taken from my site The Cutest Baby (http://babysimpson.co.uk).

DESIGNED BY: BabySimpson Productions (http://babysimpson.co.uk) in association with MT2-Soft (http://multitalk2.com)

Click Here for an MT2-Soft FAQ (http://multitalk2.com/index.php?topic=6526)

It should be compatible with all languages and versions since 1.1 Final.
Title: Re: Maggie Simpson Default
Post by: Deaks on July 28, 2007, 01:33:10 PM
looks good but the white on the yellow is hard to see :)
Title: Re: Maggie Simpson Default
Post by: shadow82x on July 28, 2007, 01:35:00 PM
Yes maybe like a darker orange maybe. :P
Title: Re: Maggie Simpson Default
Post by: babjusi on July 28, 2007, 01:40:00 PM
Cute theme
Title: Re: Maggie Simpson Default
Post by: Gary on July 28, 2007, 01:41:20 PM
Heh. It's only a small thing I whipped up in like 20 or so minutes. Here is an edited CSS files to make the template_menu() links easier to spot.

I'll include it in the thing in sec.

Gotta love easy to make original website content ;)

EDIT: Added some more tweaks and updated the package.

-ALM
Title: Re: Maggie Simpson Default
Post by: forsakenlad on July 28, 2007, 06:29:13 PM
Lovely theme, by the wa how was the movie?
Title: Re: Maggie Simpson Default
Post by: Gary on July 28, 2007, 07:25:42 PM
Quote from: forsakenlad on July 28, 2007, 06:29:13 PM
by the wa how was the movie?

It was great. lots of jokes and sight gags. Like my sig says, I give it a 9/10.

-ALM
Title: Re: Maggie Simpson Default
Post by: MkC on August 30, 2007, 07:27:12 AM
theme badly write:
Quoteif ($context['this_category']['id'] == 1)

Quoteif(allowedTo('blog_view'))

Thank you for taking away parties concerning mods!
This theme flood the log of error, beurk!
Title: Re: Maggie Simpson Default
Post by: Gary on August 30, 2007, 07:30:07 AM
This theme barely touches the default theme, the only files that are edited are index.template.php, style.css and a few images thats it.

It should have very little effect on mods.

But I did just catch what you just posted. Empty out your error log and use this index file. I'll update the package now.

-ALM
Title: Re: Maggie Simpson Default
Post by: MkC on August 30, 2007, 07:35:14 AM
In your index.template.php:
Quote
   // the [blog] button
            if(allowedTo('blog_view')){
      echo ($current_action == 'blog' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'blog' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=blog">'. $txt['blog'] .'</a>
            </td>' , $current_action == 'blog' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';
It has to make nothing there!

and 
Quote
       if ($context['this_category']['id'] == 1)
       {
         echo'
         LaLiLuLeLo';
       }
}
Flood the log of error in every call of the page home

One test its theme before putting it online, this theme generates errors without their adding mods!
Title: Re: Maggie Simpson Default
Post by: Gary on August 30, 2007, 07:36:48 AM
Like I just said, I found those, I was probably doing testing of some mods or something with the default theme before I started to make the thing. Just use the index.template.php I attached a second ago or remove both sets of code and empty out your error log.

I have now added the 1.0.1 package which fixes that.

Nice catch.

-ALM
Title: Re: Maggie Simpson Default
Post by: MkC on August 30, 2007, 07:37:53 AM
Thx ALM.