Blues Mega Color

Navigation

SMF Theme Site

Download this theme

Additional Screenshots

Name:
Blues Mega Color
Author:
Hoochie Coochie Man
Type:
Professional
First Created:
June 14, 2008, 05:07:50 PM
Last Modified:
November 27, 2008, 10:14:51 AM
Compatible With:
1.1.5, 1.1.6, 1.1.7
Downloads:
2170
Color style:
Light
Tableless layout:
Yes

Description:


Compatibility
Only with SMF 1.1.5, 1.1.6, 1.1.7

Description
SMF's most colorful theme with 22 colors and 1300 images..!!

Features:
- SMF's most colorful theme with 22 colors and 1300 images..!! [image1] [image2]
- Animated Mootools Menu..!! [image]
- New Login Panel..!! [image]
- Oval-shaped Corners..!! [image]
- New Side Profil Area..!! [image]
- New Search Area..!! [image]

Include:
- HandSean_font.zip
- Forum button
- Gallery Button
- Chat Button
- Arcade Button
- Tursih Menu Buttons

Don't forget:
to upload "other images" to your bluesmegacolor's images file.

Installation
Useful Link
Installing themes

Adding "Arcade" and "Gallery" buttons..
Arcade Button
index.template.php
Find:
Code: [Select]
// How about the [search] button?
Add before:
Code: [Select]
  // the [Arcade] button
  echo '<li><a href="', $scripturl, '?action=arcade" class="kwick opt1" >', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'. $settings['theme_main_color']. '/' . $context['user']['language'] . '/arcade.gif" alt="' . $txt[119] . '" style="margin: 0px 0;" border="0" /><span>' : $txt['arcade']), '</span></a></li>';

Gallery Button
index.template.php
Find:
Code: [Select]
// If the user is a guest, show [login] button.
Add before:
Code: [Select]
  // the [SMF Gallery] button
  if ($context['allow_smfgallery_view'])
echo '<li><a href="', $scripturl, '?action=gallery" class="kwick opt1">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'. $settings['theme_main_color']. '/' . $context['user']['language'] . '/gallery.gif" alt="' . $txt[331] .'" style="margin: 0px 0;" border="0" /><span>' : $txt['smfgallery_menu']), '</span></a></li>';

Support
Please use the theme thread for support with this theme.
(Please don't ask me to do the edits for you)