MyBB Community Forums

Full Version: Theme MyBB-RV (Re-Visited)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB-Revisited.. Toungue

Just a simple theme that uses the MyBB Default and tweaks it a little.

This theme will be available from MyBB Mod-site, and will require some additions to the /inc/languages/english/global.lang.php to utilise the Navigation Menu. (It's a quirk with MyBB that not all $lang vars are available globally) Sad

This demo link will be removed when the theme is posted at MyBB-Mods

http://aus-themes.com/MyBB-Themes/Theme-01/portal.php

Edit: Link changed to portal.php Wink
That isn't too bad, I like the thread markers specifically Smile.
You are welcome to use them... All of the dot_folders have been modified. Smile

And as soon as it's validated at MyBB Mods... I'll extreme-style it Toungue
That's nice theme, but i didn't like the "Navigation" thingy, sorry Sad.
Thanks for the compliment, The "Navigation" thingy can be removed by anyone who doesn't want to use it..

Simply drop the code from the header. It's not complicated to do that... Wink

Or replace the template-header with this code. It's much easier than trying to follow a set of instructions on how to remove it / or add it  and it helps to avoid breaking something else. Wink

This theme will also become available from my web-site as an extreme style... When I get the time to do it. Toungue

<a name="top" id="top" /></a>
<div id="container">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="18px" align="right" style="vertical-align:top;background:url({$theme['imgdir']}/backgrounds/shadow_left.jpg);"><img src="{$theme['imgdir']}/backgrounds/shadow_left_top.jpg" border="0" /></td>
<td width="850px" align="left" class="tborder" rowspan="2">
<table class="tcat" width="100%" cellspacing="0" cellpadding="4" border="0">
<tr>
<td align="center" class="tcat2"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['imgdir']}/backgrounds/header_bg.jpg" border="0" width="850px" alt="{$mybb->settings['bbname']}" /></a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<div id="header">
<div class="menu">
<div align="right">
<ul><li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li><li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li><li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li><li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li></ul>
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<navigation>
<br class="clear" />