MyBB Community Forums

Full Version: Move Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

How can I move the postbit to the right of the screen?
Big Grin strange idea , I have never see one forum same,
only 1. left, 2.top.... but you want right Big Grin !!!
I can't do it.
ACP - Templates [Modify/Delete] - Default Templates [Expand] - Post Bit Templates - postbit

Change postbit into
<tr>
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span>
<br />
<div id="pid_{$post['pid']}">
<p>
{$post['message']}
</p>
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['user_details']}
</td>
</tr>
<tr>
<td class="{$altbg}" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">
		<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>
<td class="{$altbg}" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
</tr>
{$seperator}

Then open showthread template

Find

<td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" width="85%"><span class="smalltext"><strong>{$lang->message}</strong></span></td>

Change into
<td class="tcat" width="85%"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
<td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
I can't find
I saw the idea in the forums of phpbb.


Thank you Lex- for the modifications, they work very well
Ok, I try doing same LeX- post, but I can find code, It 's not exist
Postbit

ACP - Templates [Modify/Delete] - Default Templates [Expand] - Post Bit Templates [Expad] - postbit

Showthread

ACP - Templates [Modify/Delete] - Default Templates [Expand] - Show Thread Templates [Expand] - showthread


cheers