News:

Wondering if this will always be free?  See why free is better.

Main Menu

Shiny Blue

Started by Bulakbol, May 03, 2008, 04:26:10 PM

Previous topic - Next topic

Burke ♞ Knight

JohnyB,

Theme up since May '08...
Only 3 pages for support, most being for buttons, which you kindly help with...

Tells me one thing...

Like I said before, Great job on such a greatly done theme. :)

Bulakbol

@jeddi
Here are your requested buttons. I'll add them to the extra-buttons package. To remove the bottom menu, find and comment-out.  Around line 219.
template_menu();

@BurkeKnight
Thanks for the cool compliment.  8)
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

jeddi

#42
JohnyB, Thank you very much for your help.
May need a bit extra help lining them up with the other menu tabs, cant seem to get that right.
The code has been given earlier but I want to know after which code it goes.

Line 300-335 doesnt work it places my button way up the left corner.
thank you! :)

jeddi

I have done it, managed to add buttons in line on the main tab menue.
I fooled around a bit without success and then tried it on the default themes
Subs.php and it worked, why didnt I think of that before!

Burke ♞ Knight

#44
JohnyB

Could I ask you to make 3 very custom buttons for me?

Realm Info Center
Contact
Links

It's for my Realm Online Site. :)

Thank you.


EDIT:

Also, I found a strange issue...

With the smileys, I set in Current Themes, to use Classic in the Select default smiley set for this theme settings. When hit save, it resets to (use global default) and when try to do a post, the smileys do not show.
When do a properties check on the smileys, they show as being: Smileys/1/smiley.gif

Figured you may want to know that.

Bulakbol

@jeddi
That's good. Every Admin should know or learn how to do it by theirself. ;D

@BurkeKnight
Do you have to specify the name of your board in a button? I did it for you anyway.  :)
Together with your other requested buttons. Some people might need them too.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Burke ♞ Knight

Thanks, JohnyB...

Actually, the Realm Info Center is the hub of the site.
It's where the members go to get any and all info for playing the Realm. :)
One of my most visited sites.

jeddi

JohnyB I have another but final request to complete the theme, two buttons

replies

unread

These two buttons will make me happy with my ShinBlue Theme. Also want to say your support for your theme is top class, you know your stuff.
thanks again
jeddi

Bulakbol

@BurkeKnight
My pleasure.

@jeddi
Here are your requested buttons.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

jeddi


jeddi

JohnyB I need one more button. I tried making it but couldnt get the colour right.

Need 'auction' with a little hammer.

bless your kind heart
jeddi

Bulakbol

@jeddi
Not sure if I did it right so I made two copies.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

jeddi

JohnB, thank you! I think Im ok now and enjoying your theme. ;)

spincity

Hi JOHNYB,This theme is awesome! How does one change the title from "shiny blue" to something different? Salamat

Bulakbol

Quote from: spincity on December 22, 2008, 05:55:34 PM
Hi JOHNYB,This theme is awesome!
Salamat.  :D

The "Shiny Blue" is an image and you can find it in default/images folder. It is called smflogo.gif.  You can edit it using photoshop or similar photo editing softwares. Or if you want to use your own image,  rename your image as smflogo.gif.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

monza

Hi, Love the theme just sent you a PM about show new replies and show new posts not showing up on my board under the shiny blue theme :)

Bulakbol

Thanks Monsa. PM replied.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

monza

Just a quick one that I should share here :)

I had a problem with favicon's not showing in any browser. I have added the following line and it is now working just change the .png to .ico or .gif :)

in index.template.php
Find:



<html xmlns="http://www.w3.org/1999/xhtml"', $context['right_to_left'] ? ' dir="rtl"' : '', '><head>

Replace with:


<html xmlns="http://www.w3.org/1999/xhtml"', $context['right_to_left'] ? ' dir="rtl"' : '', '><head>
<link rel="shortcut icon" href="favicon.png" type="image/x-icon"/>


Bulakbol

I uploaded a favicon.ico in the root directory without doing any file edits. Most browsers (except IE) detects it automatically.

Back to the topic. :D

If anyone want to add "Show unread post..." and " Show new replies ...", edit your index.template.php.
Code (find) Select
<a href="', $scripturl, '?action=pm"><img src="', $settings['images_url'], '/mynewemail.gif" alt="" style="margin-left: 4px;" align="bottom" /></a>';
Code (add after) Select
echo '
         <br /><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a>
         <br /><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a>';


you might need the attached button. Upload into shinybluexxx/images/english folder.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Advertisement: