.Extreme 6.

Started by Fussilet, October 08, 2008, 04:40:47 PM

Previous topic - Next topic

Fussilet


TosTos

Number one dark theme so far. Great bro,

Fussilet

Quote from: F! Infamous on February 08, 2009, 01:26:07 PM
I'm getting the same problem as D1337r.  :'(

I arranged many problems.

Quote from: TosTos on February 10, 2009, 12:17:51 AM
Number one dark theme so far. Great bro,
thanks bro, you honoured me ;)

Zeromus

Quote from: Fussilet on October 12, 2008, 03:21:24 PM



open index.template.php

find:

  // Show the [help] button.
echo '<li><a href="', $scripturl, '?action=help" class="kwick opt2" >', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/help.png" alt="' . $txt[119] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[119]), '</span></a></li>';


add after

              // Show the [ button name ] button.
                  echo '<li><a href="', $scripturl, 'Link" class="kwick opt2" >', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/gallery.png" alt="' . $txt[' boardname in languages '] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[ boardname in languages ]), '</span></a></li>';

example:

              // Show the [Forum] button.
                  echo '<li><a href="', $scripturl, '?action=forum" class="kwick opt2" >', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/forum.png" alt="' . $txt['tp-forum'] . '" style="margin: 0px 0;" border="0" /><span>' : $txt['tp-forum']), '</span></a></li>';


Regards....

hi again fussilet,

i checked out this example you gave, and i opened the index.template and search for the code (i'm new to this so i'm not really sure what i'm doing). this is what i found:

// Show the [home] button.
                  echo '<li><a href="', $scripturl, '" class="kwick opt1">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/home.png" alt="' . $txt[103] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[103]), '</span></a></li>';

        // Show the [help] button.
                  echo '<li><a href="', $scripturl, '?action=help" class="kwick opt2" >', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/help.png" alt="' . $txt[119] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[119]), '</span></a></li>';

        // How about the [search] button?
        if ($context['allow_search'])
                echo '<li><a href="', $scripturl, '?action=search" class="kwick opt3">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/search.png" alt="' . $txt[182] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[182]), '</span></a></li>';

        // Is the user allowed to administrate at all? ([admin])
        if ($context['allow_admin']){
                echo '<li><a href="', $scripturl, '?action=admin" class="kwick opt4">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/admin.png" alt="' . $txt[2] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[2]), '</span></a></li>';
         }
        // Edit Profile [profile] :x
        if ($context['allow_edit_profile'])
                echo '<li><a href="', $scripturl, '?action=profile" class="kwick opt5">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/profile.png" alt="' . $txt[79] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[467]), '</span></a></li>';

        // The Private Message [PM]!
        if ($context['allow_pm'])
                echo '<li><a href="', $scripturl, '?action=pm" class="kwick opt6">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/pm.png" alt="' . $txt[144] . '" style="margin: 0px 0;" border="0" /><span>' : $txt['smf199']), '</span></a></li>';

        // The [calendar]!
        if ($context['allow_calendar'])
                echo '<li><a href="', $scripturl, '?action=calendar" class="kwick opt7">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.png" alt="' . $txt['calendar24'] . '" style="margin: 0px 0;" border="0" /><span>' : $txt['calendar24']), '</span></a></li>';
       
        // The [member] list button :)
        if ($context['allow_memberlist'])
                echo '<li><a href="', $scripturl, '?action=mlist" class="kwick opt8">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/members.png" alt="' . $txt[331] .'" style="margin: 0px 0;" border="0" /><span>' : $txt[331]), '</span></a></li>';
             
        // If the user is a guest, show [login] button.
        if ($context['user']['is_guest'])       
                echo '<li><a href="', $scripturl, '?action=login" class="kwick opt9">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/login.png" alt="' . $txt[34] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[34]), '</span></a></li>';

        // If the user is a guest, show [register] button.
        if ($context['user']['is_guest'])   
                echo '<li><a href="', $scripturl, '?action=register" class="kwick opt10">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/register.png" alt="' . $txt[97] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[97]), '</span></a></li>';
       
        // Otherwise, they might want to [logout]...
        if ($context['user']['is_logged'])
                  echo '<li><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '" class="kwick opt11">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/logout.png" alt="' . $txt[108] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[108]), '</span></a></li>';



So i'm not really sure what to do because the images for the menu is still not showing.



I also downloaded the images but i don't know what to do with them.
i'm sorry if i sound dumb but this is hard to me..
if you could explain to me exactly what i have to do that would be great.

thank you

Fussilet

which language are you useing?

Zeromus

#205
How would i know what language i'm using, i think its english..i'm not sure

Edit: i don't know how to check?

Fussilet

go to : Admin > Server settings > Default Forum Language

Zeromus


Fussilet

are there files in the ''/images/english/home.png  , serach.png , logout, pm...

Zeromus

yes there are, all of them are in png format except one gif image..which say new

Fussilet

sorry... I don't have opinion but will explore your problem

Zeromus


Fussilet

#212
Quote from: mrtrc266 on February 05, 2009, 02:49:52 PM
News Fader still doesn't work in IE???


I corrected this problem

open Boardindex.template.php

find:
<td valign="middle" align="center" height="60">';


replace with:
<td valign="middle" align="center" height="60" class="windowbg2">';

Astra_200

Hi Fussilet.

Great theme thanks for your work.

One small problem, same as Zeromus in that the top buttons are not showing graphics. They move and operate ok, just no colourful graphics.

Server language set to english-utf8

There are files in the ''/images/english/home.png  , serach.png , logout, pm...

Tried on IE.6 and 7 on two different machines.

One other confusing thing, what is and where should the menu_psd.zip file go?

I have reinsatalled theme twice, same problem.



Thank you.

Astra_200

Ok, Found the problem, menu graphics were looking for example /Themes/extreme61/images/english-utf8/home.png

The uploaded theme zip contains /public_html/smf/Themes/extreme61/images/english/home.png

I just renamed english to english-utf8 and buttons appeared.

Still wondering what is and where should the menu_psd.zip file go.

Hope that helps.


mrtrc266

Quote from: Astral2000 on February 19, 2009, 03:25:07 PM

Still wondering what is and where should the menu_psd.zip file go.


That does't go anywhere, it's just so you can edit the .psd (photoshop) files to make your own buttons like this

http://monsters-mansion.com

Zeromus

Quote from: Astral2000 on February 19, 2009, 03:25:07 PM
Ok, Found the problem, menu graphics were looking for example /Themes/extreme61/images/english-utf8/home.png

The uploaded theme zip contains /public_html/smf/Themes/extreme61/images/english/home.png

I just renamed english to english-utf8 and buttons appeared.


Thank you, it works for me now to

Astra_200

QuoteThat does't go anywhere, it's just so you can edit the .psd (photoshop) files to make your own buttons like this

Ok thanks. Cool site you have. How easy was it develop the site around this theme? I was just looking for a forum, but it looks like with a theme like this you can build a lot more?

QuoteThank you, it works for me now to

You are welcome.

mrtrc266

I've only spent a cpl thousand hours on it  :D LOL. It's pretty easy once you get the hang of it. Just chnging the style sheet does wonders to make it go with the theme of your forum.

Most time was spent on making the buttons and manual edits for all the mods.

mrtrc266

Quote from: Fussilet on February 17, 2009, 05:32:44 PM
Quote from: mrtrc266 on February 05, 2009, 02:49:52 PM
News Fader still doesn't work in IE???


I corrected this problem

open Boardindex.template.php

find:
<td valign="middle" align="center" height="60">';


replace with:
<td valign="middle" align="center" height="60" class="windowbg2">';

Thank you very much for the fix.

Do you know what is causing this?
http://www.simplemachines.org/community/index.php?topic=266912.msg1914362#msg1914362

This is on a fresh install of SMF 2 RC1 and the latest Extreme6 theme.

Thanks in advance

Advertisement: