News:

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

Main Menu

BlueLine

Started by TreetopClimber, January 05, 2007, 10:37:38 AM

Previous topic - Next topic

TreetopClimber

Link to the theme


Is a nice light blue theme using next to no images all curves are done using css. Comes with user and admin dropdown menus. Several new tables and font classes added.
Special notes:
After install enable inline links and news fader or theme may not render properly.
Tiny Portal version available through My forum.
Click » HERE «

rockinaway

Very nice, one of your best :)
Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.

nitins60

It's damn sexy theme and template which i am lookin for! But please change the menu bar style! It's getting messed up n my forum, doesn't matter enabled inline links or not! If you can, please give a copy of yr boardindex.template with normal menu bar functions!

TreetopClimber

Quote from: nitins60 on January 08, 2007, 12:19:19 AM
It's damn sexy theme and template which i am lookin for! But please change the menu bar style! It's getting messed up n my forum, doesn't matter enabled inline links or not! If you can, please give a copy of yr boardindex.template with normal menu bar functions!
Its not the BoardIndex.template.php its the Index.template.php which holds your menu.
If your having issues with the dropdown menu then you can simply replace the existing menu with this one.

function template_menu()
{
global $context, $settings, $options, $scripturl, $txt;


// Show the [home] and [help] buttons.
  echo '
<a href="', $scripturl, '">' .$txt[103] . '</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=help">' . $txt[119] . '</a>', $context['menu_separator'];


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

// How about the [search] button?
    if ($context['user']['is_logged'])
echo '
<a href="', $scripturl, '?action=search">' . $txt[182] . '</a>', $context['menu_separator'];

// Edit Profile... [profile]
if ($context['allow_edit_profile'])
echo '
<a href="', $scripturl, '?action=profile">' . $txt[467] . '</a>', $context['menu_separator'];

  // The [calendar]!
if ($context['allow_calendar'])
echo '
<a href="', $scripturl, '?action=calendar">' . $txt['calendar24'] . '</a>', $context['menu_separator'];
 

// If the user is a guest, show [login] and [register] buttons.
if ($context['user']['is_guest'])
{
echo '
<a href="', $scripturl, '?action=login">' . $txt[34] . '</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=register">' . $txt[97] . '</a>', $context['menu_separator'];
}
// Otherwise, they might want to [logout]...
else
echo '
<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' . $txt[108] . '</a>', $context['menu_separator'];


}

This will give it plain inline text links (no dropdown)
If you are using Tiny Portal you would use this

function template_menu()
{
global $context, $settings, $options, $scripturl, $txt;

// TinyPortal
if($context['TPortal']['leftbar'])
             echo '<a href="javascript:void(0);" onclick="shrinkHeaderLeftbar(!current_leftbar); return false;"><img id="upshrinkLeftbar" src="', $settings['images_url'], '/', empty($options['collapse_leftbar']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 0px 0;" border="0" /></a><img id="upshrinkTempLeftbar" src="', $settings['images_url'], '/blank.gif" alt="" style="margin-right: 0ex;" />', $context['menu_separator'];

// Show the [home] and [help] buttons.
  echo '
<a href="', $scripturl, '">' .$txt[103] . '</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=help">' . $txt[119] . '</a>', $context['menu_separator'];

 
if($settings['TPortal_front_type']!='boardindex')
// Show the [forum] button.
echo '
<a href="', $scripturl, '?action=forum">'.$txt['tp-forum'].'</a>', $context['menu_separator'];

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

// How about the [search] button?
    if ($context['user']['is_logged'])
echo '
<a href="', $scripturl, '?action=search">' . $txt[182] . '</a>', $context['menu_separator'];

// Edit Profile... [profile]
if ($context['allow_edit_profile'])
echo '
<a href="', $scripturl, '?action=profile">' . $txt[467] . '</a>', $context['menu_separator'];

  // The [calendar]!
if ($context['allow_calendar'])
echo '
<a href="', $scripturl, '?action=calendar">' . $txt['calendar24'] . '</a>', $context['menu_separator'];
 

// If the user is a guest, show [login] and [register] buttons.
if ($context['user']['is_guest'])
{
echo '
<a href="', $scripturl, '?action=login">' . $txt[34] . '</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=register">' . $txt[97] . '</a>', $context['menu_separator'];
}
// Otherwise, they might want to [logout]...
else
echo '
<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' . $txt[108] . '</a>', $context['menu_separator'];

if($context['TPortal']['rightbar'])
             echo '<a href="javascript:void(0);" onclick="shrinkHeaderRightbar(!current_rightbar); return false;"><img id="upshrinkRightbar" src="', $settings['images_url'], '/', empty($options['collapse_rightbar']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 0px 0;" border="0" /></a><img id="upshrinkTempRightbar" src="', $settings['images_url'], '/blank.gif" alt="" style="margin-right: 0ex;" />', $context['menu_separator'];
// TinyPortal end
}

nitins60


TreetopClimber

the other thing that may be causing the jumble you see is your news content is to large for the for the box. If you have a small one  and then a larger news item it will cause the news fader to jump open to handle the larger post then go back to default. If you open the style.css and find the (.inset) should be the last set of code. In the first line it says witdh: 70% you may want that to be 90% to handle large news text. Also open index.template.php and find the news fader code, the line just above the java script says this » <td style="background: #e9f0f6;" valign="middle" align="center" height="50">';
You can change the height up to 100px

SuperTongue

I love the theme, just I can't really figure out how to edit the dropdown menus. I'm not too experienced in SMF coding, but I can follow directions.

Anyway, if you could please tell me how to make the "Home" button a dropdown menu, and add two links to that (Home Main, and another Home on my website), I'd be grateful!

Thanks and great job on the theme!

Croco

#7
was it tested on more than one browser ?

and why language strings weren't added in separate file ?
I am back. I will try to catch up with some stuff soon.
Regards,
Croco

My sites
Andareena.com
Andareen.net(Under Constraction :P)

New plans coming soon


Good links for you to visit:
Docs
Search

TreetopClimber

Tested both in IE7 and in FireFox2.0 and I only speak English so when I make a theme thats the default language if you want you can add your own languages to it.

Croco

try to test it in IE6
I am back. I will try to catch up with some stuff soon.
Regards,
Croco

My sites
Andareena.com
Andareen.net(Under Constraction :P)

New plans coming soon


Good links for you to visit:
Docs
Search

Bigguy

Very nice, I love it. I might need to use that on my forum. Good work. ;)

Croco

is there any additonal strings other than in index.template.php ?
I am back. I will try to catch up with some stuff soon.
Regards,
Croco

My sites
Andareena.com
Andareen.net(Under Constraction :P)

New plans coming soon


Good links for you to visit:
Docs
Search

Bigguy

#12
Link to that theme is gone. ???

Croco

I am back. I will try to catch up with some stuff soon.
Regards,
Croco

My sites
Andareena.com
Andareen.net(Under Constraction :P)

New plans coming soon


Good links for you to visit:
Docs
Search

Bigguy

forget it, I clicked wrongly. :)

TreetopClimber


souljaa

Hey, Sorry to bring this back, is there a way I could make the width a little smaller of the entire forum?
Thanks
Souljaa

PM me for more information about staff. NOW HIRING.

Advertisement: