Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: ~WannaBeDie on January 08, 2009, 08:59:26 PM

Title: Lil Multicolor
Post by: ~WannaBeDie on January 08, 2009, 08:59:26 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1290)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C1290%2Fimage%2Cthumb&hash=e6047637c40196830827f62db95bb2766cef6be6)

Lil Multicolor theme :)
Title: Re: Lil Multicolor
Post by: shadow82x on January 08, 2009, 09:04:23 PM
Very nice modern theme. :D Keep up the nice work.
Title: Re: Lil Multicolor
Post by: ~WannaBeDie on January 09, 2009, 08:16:36 AM
thanks :)
Title: Re: Lil Multicolor
Post by: Cado on January 09, 2009, 10:14:35 AM
Very Nice Multicolor.
Title: Re: Lil Multicolor
Post by: vulcan59 on January 12, 2009, 12:35:42 AM
Hi there,

Apologies. I couldn't find this theme initially. I was searching for Lil MC. Apologies for the PM.

I install and all went well except for the mod Bakers Dozen. I created the buttons for the mods without any problems.

However, the problem is that I have name the mod as "Goodies" but it appears on my menu bar as "Pages".

Below is the code that I am supposed to include in the index.template;


   // Show the [pages] button.
   global $user_info, $modSettings;
   if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))
   echo ($current_action == 'pages' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'pages' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=pages">', !empty($modSettings['dozen_pages_tab_label']) ? $modSettings['dozen_pages_tab_label'] : $txt['dozen_pages_tab_default'], '</a>
            </td>' , $current_action == 'pages' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


But here is how I've included the code:-


            // Show the [pages] button.
            global $user_info, $modSettings;
            if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))
               echo '<li><a' , $current_action=='pages' ? ' class="current"' : '' , ' href="', $scripturl, '?action=pages"><span>' , $txt['dozen_pages_tab_default'] , '</span></a></li>';


Other than that, I love your theme and hope to go live once this problem is solved.

No errors are recorded in the error log. I've using SMF 1.1.7 with Bakers Dozen, The Rules, AddIP2 Location and the ReCaptcha mods installed.

Any help would be appreciated.

Regards.

Title: Re: Lil Multicolor
Post by: Yağız... on January 12, 2009, 12:47:18 AM
Find
' , $txt['dozen_pages_tab_default'] , '
Replace with this:
', !empty($modSettings['dozen_pages_tab_label']) ? $modSettings['dozen_pages_tab_label'] : $txt['dozen_pages_tab_default'], '
Title: Re: Lil Multicolor
Post by: vulcan59 on January 12, 2009, 01:36:12 AM
Thanks Yağız,

Yes that solved the problem. Don't know how I miss it!!!

Best regards.
Title: Re: Lil Multicolor
Post by: fneteq5 on February 15, 2009, 08:21:37 PM
Hey. So I'm completely new to this website creation thing. I've been playing around with lil MC (which is pretty cool btw, kudos) and I was wondering if there was a way to to turn the logo into a hyperlink (the one in the top left with the theme name on it called 'logo.gif'). Thanks in advance.
Title: Re: Lil Multicolor
Post by: Tcenter2 on February 18, 2009, 02:19:33 PM
Hello!

I noticed that this nice theme, does not show page buttons in messages pages.
How I could fix it? I have it already installed.
Anybody could help me?
Thanks in advance and best regards.
Title: Re: Lil Multicolor
Post by: HR on May 08, 2009, 09:46:33 AM
Can provide blank logo png please?