MyBB Community Forums

Full Version: Forum post layout will change after login..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have installed a new MyBB forum, but now im confused..
How to change post layout after login..

As guest, the topic, And after login it will change.

[Image: 50aca5185ca67-wtf.png]

Can someone help my?
Thanks!
how do you this?
can u provide link of your website??
Solved with this code:


<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}<script type="text/javascript"><!-- var quickdelete_confirm = "{$lang->quickdelete_confirm}";// --></script><script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
{$header} {$pollbox}
<div class="float_left"> {$multipage} </div>
<div class="float_right"> {$newreply} </div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>
</table>
<div id="posts"> {$posts} </div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
<tr>
<td colspan="2" class="tfoot"> {$search_thread}
<div> <strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong> </div></td>
</tr>
</table>
<div class="float_left"> {$multipage} </div>
<div style="padding-top: 4px;" class="float_right"> {$newreply} </div>
<br style="clear: both;" />
{$quickreply} {$threadexbox} {$similarthreads} <br />
<div class="float_left">
<div style="padding: 5px 0 5px 0;"><span id="threadoptions" class="thread_button">Thread Options<img src="images/e-blu/dropdown_arrow.gif" border="0" style="vertical-align: middle;" alt="" /></span>
<div id="threadoptions_popup" class="popup_menu" style="display: none; padding: 5px; text-align: left;">
<ul class="thread_tools">
<li class="printable popup_item_container"><a href="printthread.php?tid={$tid}" class="popup_item">{$lang->view_printable}</a></li>
<li class="sendthread popup_item_container"><a href="sendthread.php?tid={$tid}" class="popup_item">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription} popup_item_container"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}" class="popup_item">{$add_remove_subscription_text}</a></li>
</ul>
</div>
</div>
<script type="text/javascript">// <!-- if(use_xmlhttprequest == "1") { new FixedMenu("threadoptions"); }// --></script> </div>
<div class="float_right" style="text-align: right;"> {$moderationoptions} {$forumjump} </div>
<br style="clear: both;" />
{$usersbrowsing} {$footer}
</body>
</html>