MyBB Community Forums

Full Version: Posting Layout & Design issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Posting layout by default is how it is here where the person's name, info and all that stuff is above the actual post.

But on most forums i have visted and even owned, they had the Name, avatar and details on the side right beside the post.

Is there a way for me to fix this?


Also, I am trying to design a custom banner on my site but i am trying to get rid of the grey behind my Logo. I want a bigger picture to scale the entire top part but the Logo itself is only like 450 x 71 or something like that.

forum: http://www.fearthefayz.com

IS there a way to fix this? Here is the code below

<!-- Header Glow -->
<div class="minicontainer">
<div id="header_glowl"></div>
<div id="header_glowr"></div>
<div id="header_glow"></div>
</div>

<!-- Header Rounding -->
<div class="minicontainer">
<div id="container_topl"></div>
<div id="container_topr"></div>
<div id="container_top"></div>
</div>

<div id="container">
<a name="top" id="top"></a>
<div class="pagetop">
<navigation>
<form action="search.php" method="post">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" name="keywords" value="search..." onfocus="if(this.value == 'search...') { this.value = ''; }" onblur="if(this.value=='') { this.value='search...'; }" class="textbox" size="25" />
<input type="submit" value="Search" class="button" title="Search the forums" />
</form>
</div>
<div id="header">
<div id="logo">
<div id="panel">
{$welcomeblock}
</div>
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/portal.php">{$lang->toplinks_portal}</a></li>
<li class="active"><a href="{$mybb->settings['bburl']}/index.php">Forum</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
<li><a href="http://fearthefayz.wikia.com/wiki/Page.php">Wiki</a></li>
<li><a href="http://fearthefayz.com/chat">Chat</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
</ul>
</div>
</div>
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
admin panel --> configuration --> settings --> show thread options --> Post Layout --> select Display posts using the classic layout & save

ALSO install force postbit layout plugin so that above setting is enforced for all

see also [wiki]Admin_CP_Board_Settings#Show_Thread_Options[/wiki]