MyBB Community Forums

Full Version: Change my postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It is not lined up right... and it does not look as nice as this does here. This is what mine looks like...

[Image: PostBit.png]

So where would I configure because here is what is in my postbit_classic is:

{$ignore_bit}
<div class="trow1">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="1" class="tborder" style="{$post_extra_style} {$post_visibility} background:#EEF2F4;" id="post_{$post['pid']}">
	<tr>
<td valign="top" class="info">

{$post['onlinestatus']}
</td>
		<td class="trow2" width="190px" valign="top" style="white-space: nowrap; text-align: center;border-radius: 0px 0px 14px 0px;-moz-border-radius:0px 0px 14px 0px;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}
		</span>
	</td>
	<td class="trow1" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$post['message']}
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr>
<td></td>
	<td class="trow1" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<td class="trow1" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				
				<td><div class="ikony">
				<ul>
<li>{$post['button_warn']}</li>
<li>{$post['button_report']}</li>
<li>{$post['button_multiquote']}</li>
<li>{$post['button_quote']}</li>
<li>{$post['button_quickdelete']}</li>
<li>{$post['button_edit']}</li>
<li>{$post['button_reply_pm']}{$post['button_replyall_pm']}</li>
</ul></div></td>
			</tr>
		</table>
	</td>
</tr>
</table>
</div>

Thank youShy
Thank you... That worked but I have one more question that is related. NOW... the postbit is too close to the smile column. How can I fix that LOL
go to acp
then go to your template
search for smilieinsert
open it and at line one you have to change te next code:
<div style="margin:auto; width: 260px; margin-top: 20px;">

the 260px is what you have to change

grtz
Thank you!!
Thank you..Find perfect..