MyBB Community Forums

Full Version: (help-me)how to ....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, i would like to know hot to make my bb forum looks like naruto-pt.com more precisely the topis style with the member informations in the left like this

Avatar
teamicon
Posts: xxxx
member since: month year
Reputation:

ps: this informations in the left side

cya and thanks XD
This has nothing to do with the Merge System... Moving...
Change the show thread option from horizontal to classic!
i've done that but it does not work Sad


ex:

http://postimage.org/image/jki494n8/
Go to:
Admin CP > Templates & Styles > Templates > Your Theme > PostBit Templates > postbit and replace all the code with this:
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="2" class="tborder" width="100%">
<tr>
<td class="tcat" colspan="2">
{$post['posturl']} {$post['icon']}<span class="smalltext"><strong>{$post['postdate']}, {$post['posttime']}</strong></span></td>
</tr>
<tr>
<td class="trow1" rowspan="2" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}


</td>
<td class="trow1" width="85%" valign="top">
<table width="100%">
<tr><td>
<div id="pid_{$post['pid']}">
{$post['subject']}
<hr />
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="trow2" width="100%" valign="bottom" height="18">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td align="left"><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
        <td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span></td>
    </tr>
    </table>
</td>
</tr>
</table>
<div style="padding-bottom:0px"></div> 
(2011-02-28, 10:22 PM)WbDev Wrote: [ -> ]Go to:
Admin CP > Templates & Styles > Templates > Your Theme > PostBit Templates > postbit and replace all the code with this:
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="2" class="tborder" width="100%">
<tr>
<td class="tcat" colspan="2">
{$post['posturl']} {$post['icon']}<span class="smalltext"><strong>{$post['postdate']}, {$post['posttime']}</strong></span></td>
</tr>
<tr>
<td class="trow1" rowspan="2" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}


</td>
<td class="trow1" width="85%" valign="top">
<table width="100%">
<tr><td>
<div id="pid_{$post['pid']}">
{$post['subject']}
<hr />
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="trow2" width="100%" valign="bottom" height="18">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td align="left"><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
        <td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span></td>
    </tr>
    </table>
</td>
</tr>
</table>
<div style="padding-bottom:0px"></div> 

Worked, thanks ! *-*

np Smile
Um, that is a bad solution. The reason it didn't work is because you need to change it in the UCP as well.