[Theme] Helios Multi (SMF v1.0.5 - 1.1RC2)

Started by bloc, September 22, 2004, 05:55:46 AM

Previous topic - Next topic

bloc

#280
Quote from: kindred on January 17, 2005, 09:15:33 PM
Leftfield... this should probably be split and sent over to the mambo forum rather than hijacking Bloc's theme thread...

Its ok. :)

Just use the mambo forum from now on , since thatsa much better place for it than this thread.

Crackhead

Quote from: Mad on December 15, 2004, 01:47:49 PM
It really isn't hard to make so here you go:

Green Upshrink Buttons w/ Green Thumnail
Gold Upshrink Buttons w/ Gold Thumnail
Silver Upshrink Buttons w/ Silver Thumnail

Just for kicks I added a thumbnail, take from the first post by suggestion from Bloc.  ;) Enjoy!


I almost dont dare to ask, but... you also have the red version of those shrinks?  :P
DDi/Del community forum

Hosting our game community forum for some time now, and never been so happy with a forum or the theme.
Sinds we are using SMF with the best theme's arround i had 0% user problems, now thats something to celebrate.

Both of the teams, good job  8)

Mad

I don't but will make one when I get to work. It is easy enough to do :)
>:( -Mad- >:(

bloc

I will put those links in the first post too - with due credit.

Should have done it before really..

Mad

Quote from: Bloc on January 19, 2005, 11:52:40 AM
I will put those links in the first post too - with due credit.

Should have done it before really..
Nah no credit due you did the work ;) I just did the splicing lol
>:( -Mad- >:(

Mad

>:( -Mad- >:(

bloc

Thanks, Mad. Putting the links in first post too.

Villesa

#287
Thank you for this awesome theme. I'm testing red version. Couple of things.

1; how can i add my forum logo to upper right corner

2; Is it possible to request 2 extra buttons in finnish? I would need "chat" and "gsm" buttons.

Those extra button only if it is not too much of a trouble.

Thank you very very much. :D

Oh and those extra buttons... Should i make required modification to modifications.php file?
You'll get the idea

I'm all ok.

Owdy

Quote from: Villesa on January 19, 2005, 02:53:54 PM

Oh and those extra buttons... Should i make required modification to modifications.php file?
You can leave those (alt texts) as they are now, in /default/language/Modifications.finnish.php . Extra buttons you ad in index.template.php.
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Villesa

Thank you, and i found that logo option in admin panel. If bloc has spare time and wants to make those button i would be very gratefull.
You'll get the idea

I'm all ok.

Alisha

Quote from: Villesa on January 19, 2005, 03:45:56 PM
Thank you, and i found that logo option in admin panel. If bloc has spare time and wants to make those button i would be very gratefull.

If you can, there is a button maker here: http://www.vennekroken.net/bloc/helios.php

Villesa

I will try it. Thank you. I tried to add my old buttons, but they went into wrong places :(
You'll get the idea

I'm all ok.

Villesa

Ok, now i have new and working buttons, but in wrong places. I will try to see what is wrong, allthougt i complese PHP n00bie.
And also i can get my logo to show up. Only text "logo" show up. Image file name is correct
You'll get the idea

I'm all ok.

Alisha

#293
paste in the section of code... Can't promise anything, but will try to help.

Did you hard code it into the PHP file or did you add it in through the admin section? If you used the Big Box then you need to use HTML code to make it show up.  I think with out code it will show as the text of the file name.

If you used the URL box below the big box you would have a image error (red X) box if something was incorrect. 

Give me a little more about the problem.

Villesa

No red X only text "logo" and it acts as a link to my frontpage. I used that small box under HTML box in admin section "current theme settings"

Code for button i added to index.template.php


// How about the [chat] button?
if ($context['user']['is_logged'])
echo '<td><a href="http://www.xxonkforia.net/yabbse/index2.php?action=chat" target="blank_">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/chat.gif" alt="' . $txt[801] . '" style="margin: 0px 0;" border="0" />' : $txt[801]), '</a></td>';

// How about the [gsm] button?
echo '<td><a href="http://gsm.xxonkforia.net/" target="blank_">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/mobiili.gif" alt="' . $txt[802] . '" style="margin: 0px 0;" border="0" />' : $txt[802]), '</a></td>';
You'll get the idea

I'm all ok.

Alisha

OK I see we have two problems. Since you used the URL for the logo, did you use http:...../logo.gif  the entire url?   Also, put the url in your address bar and make sure you can SEE the image.  Eliminate any small errors.

Now for the menu buttons, this is the code I use:

// Download Centre
if ($context['allow_calendar'])

                echo '
                               <a href="', $scripturl, '?action=download">', ($settings['use_image_buttons'] ? ' <img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/files.gif" alt="' . $txt['chatAlt'] . '" target="_blank" style="margin: 2px 0;" border="0" />' : $txt['Download']), '</a>', $context['menu_separator'];


you will need to make some changes, filename, url, alt text and of course the URL for the button.  This should work for you.

bloc

The code seems OK....do you have a link to see it in action?

As for the logo, you should only have to insert the path to the image file, no html code there.

Villesa

But can i use that "scripturl" part? Extra button i have goes to SMF outside things. I got my logo showing up thank you :D

From ($settings onwards i thing we have samekind code now.
You'll get the idea

I'm all ok.

Alisha

Quote from: Bloc on January 19, 2005, 04:48:28 PM
The code seems OK....do you have a link to see it in action?

As for the logo, you should only have to insert the path to the image file, no html code there.

Path or URL ?? URL works for me? should it be a path?

Owdy

Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Advertisement: