News:

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

Main Menu

Blues Mega Color

Started by Hoochie Coochie Man, June 22, 2008, 11:03:32 AM

Previous topic - Next topic

mrbolsonator

i have no idea why my admin account doesnt access the icons. do u have any ideas? there is no difference in the theme between admin and regular member is there? and if there is then could the admin button be screwing it up?

Hoochie Coochie Man

Right click on your icon (which is not appearing) and see the directory of icon way.
İnadına SMF 1.1.X

mrbolsonator

for a guest and member the icons go to the correct place

http://fuelcrazyamerica.com/Themes/bluesmegacolor/images//english-utf8/home.gif

but for the admin they go to
http://fuelcrazyamerica.com/Themes/bluesmegacolor/images//english/home.gif


i didnt know that the code for the admin menutree and member menutree were different. How do I fix this?

Hoochie Coochie Man

İnadına SMF 1.1.X

mrbolsonator

its ok, thank you for all your help!

Hoochie Coochie Man

Quote from: mrbolsonator on October 23, 2008, 01:37:28 AM
for a guest and member the icons go to the correct place

http://fuelcrazyamerica.com/Themes/bluesmegacolor/images//english-utf8/home.gif

but for the admin they go to
http://fuelcrazyamerica.com/Themes/bluesmegacolor/images//english/home.gif


i didnt know that the code for the admin menutree and member menutree were different. How do I fix this?


@mrbolsonator

Create 2 folder on images folder. english and english-utf8
İnadına SMF 1.1.X

mrbolsonator

great idea, i tried it and still it doesnt work. I am going to try and tinker with the code a little bit but if all else fails, I do not mind looking at the linktree without icons, ill just let my guests be dazzled

Hoochie Coochie Man

First of all, it's name is menu bar.
Linktree is a different thing.

Can you try again the I said at above?
It has to work :)
İnadına SMF 1.1.X

mrbolsonator

ur right, the menu bar works. THANK YOU SO MUCH!!! YAY that makes me really happy, i dunno why it didnt before

Hoochie Coochie Man

İnadına SMF 1.1.X

mrbolsonator

ok so im starting to learn css and better html, but im still stuck on how to change the smfgallery button to go to the smf media gallery mod. How do I do this?

Hoochie Coochie Man

You must learn some paint or photoshop, and must change the name of button. Button is an image.
İnadına SMF 1.1.X

mrbolsonator

Changing the picture I can do, the problem I am having is changing the button code so that it redirects the user to the smf media gallery page instead of the smf gallery.

Hoochie Coochie Man

Look at the adding button examples on first post of this topic.
If you couldn't do it, I can help you..
İnadına SMF 1.1.X

mrbolsonator

Quote// 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>';

Is there a way to make this go to the smf media gallery instead of the smf gallery. if u did answer this and im just dumb, then im sorry and please feel free to call me stupid

Hoochie Coochie Man

Here...
// the [SMF Media Gallery] button
        if (allowedTo('mgallery_access'))
               echo '<li><a href="', $scripturl, '?action=mgallery" class="kwick opt1">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'. $settings['theme_main_color']. '/' . $context['user']['language'] . '/gallery.gif" alt="" style="margin: 0px 0;" border="0" /><span>' : $txt['mgallery_gallery']), '</span></a></li>';
İnadına SMF 1.1.X

mrbolsonator

thank you so much!!! you are amazing!!!


Hoochie Coochie Man

İnadına SMF 1.1.X

lanman

Love the theme..just one problem though.

I keep getting this error in the logs when guests visit:

8: Undefined index: never_expire
File: /Themes/bluesmegacolor/BoardIndex.template.php (main_above sub template - eval?)
Line: 295

Any tips on how to troubleshoot the error?
Thanks

Hoochie Coochie Man

Quote from: lanman on November 09, 2008, 11:38:45 AM
Love the theme..just one problem though.

I keep getting this error in the logs when guests visit:

8: Undefined index: never_expire
File: /Themes/bluesmegacolor/BoardIndex.template.php (main_above sub template - eval?)
Line: 295

Any tips on how to troubleshoot the error?
Thanks

Thanks for the report, I've fixed it and uploaded the new packege.
index.template.php
Code (find) Select
<input type="checkbox" name="cookieneverexp"', $context['never_expire'] ? ' checked="checked"' : '', ' class="check" onclick="this.form.cookielength.disabled = this.checked;" />
Code (repalce) Select
<input type="checkbox" name="cookieneverexp" id="cookieneverexp" class="check" />
İnadına SMF 1.1.X

Advertisement: