Shiny Unique

Started by Hkan, November 04, 2009, 05:00:54 PM

Previous topic - Next topic

Hkan


Shiny Unique
Simple | Link to the theme | Professional




  • jQuery LavaLamp menu.
  • A few icons are changed with their similars. All the different icons from FamFamFam.com;

    • Membergroup stars (Please read the "ReadMe About Membergroup Stars!" section for more information.)
    • A few icons in BoardIndex (Main Page)
  • The background is made completely by myself.
  • All the texts are shining according to their background.

ReadMe About Membergroup Stars!
Please set the right settings like this:

  • Admins: medal_admin.png
  • Mods: medal_mod.png
  • Users: medal_user.png
  • Banned Users: medal_banned.png

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

/\takan

Very nice theme.  Congratulations (:

Nadrealista

Nice, really professional.

rngrdanny22

I've had it installed for a few months now and I love your theme, but I have a quick question...

How could I go about adding two new buttons to the menu at the top? I would like to add one for Twitter and one for Facebook.

Also, is there any way to change the order of the menu?

I would like to move "help" just before "logout" and put "profile" second.

Thank you!

Hkan

Go to index.template.php and make search for this:


// Show the [home] button.


What have you found is the starting row of the menu codes. Make little changes like this as you want:

Code (From) Select

// Show the [help] button.
echo '
<li', $current_action == 'help' ? ' class="current"' : '', '><a href="', $scripturl, '?action=help">' , $txt[119] , '</a></li>';

// How about the [search] button?
if ($context['allow_search'])
echo '
<li', $current_action == 'search' ? ' class="current"' : '', '><a href="', $scripturl, '?action=search">' , $txt[182] , '</a></li>';

// Is the user allowed to administrate at all? ([admin])
if ($context['allow_admin'])
echo '
<li', $current_action == 'admin' ? ' class="current"' : '', '><a href="', $scripturl, '?action=admin">' , $txt[2] , '</a></li>';

Code (To) Select

// How about the [search] button?
if ($context['allow_search'])
echo '
<li', $current_action == 'search' ? ' class="current"' : '', '><a href="', $scripturl, '?action=search">' , $txt[182] , '</a></li>';

// Show the [help] button.
echo '
<li', $current_action == 'help' ? ' class="current"' : '', '><a href="', $scripturl, '?action=help">' , $txt[119] , '</a></li>';

// Is the user allowed to administrate at all? ([admin])
if ($context['allow_admin'])
echo '
<li', $current_action == 'admin' ? ' class="current"' : '', '><a href="', $scripturl, '?action=admin">' , $txt[2] , '</a></li>';

rngrdanny22

Awesome! Worked great!

I just decided to have small picture links in my header for Facebook and Twitter.

Great theme BTW! The best I've seen!

Hkan

Thanks. :) Your idea is great, either. :)

Advertisement: