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.
looks good but the white on the yellow is hard to see :)
Yes maybe like a darker orange maybe. :P
Cute theme
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
Lovely theme, by the wa how was the movie?
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
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!
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
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 . '"> </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 . '"> </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!
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
Thx ALM.