Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change my postbit help
Jul 18, 2008, 01:17 AM
Post: #1
Smile Change my postbit help
Hello, I want to change my postbit as I explain down:

This is the one that I have right now:

[Image: minekj5.png]

And I want to change it like this:

[Image: likethisbx3.png]


How I can do that?

Here my Templates:

Postbit
Code:
<tr>
<td class="{$altbg}" width="19%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['user_details']}
{$post['fws_w_level']}

<div style="text-align: left;">



        
</td></div>
<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>
</tr>
<tr>
<td class="{$altbg}" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<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']}{$post['fws_warnlink']}{$post['icon_os']}{$post['icon_browser']}</span></td>
    </tr>
    </table>
</td>
</tr>
{$seperator}

postbit_author_user:
Code:
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
    {$post['usertitle']}<br />
    {$post['userstars']}
    {$post['groupimage']}<br />
    {$post['useravatar']}<br />
    
    {$lang->postbit_posts} {$post['postnum']}<br />
    {$lang->postbit_joined} {$post['userregdate']}<br />
    {$lang->postbit_status} {$post['onlinestatus']}{$post['replink']}<br />
</span>

postbit_author_guest:
Code:
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
    {$post['usertitle']}<br />
    {$post['userstars']}
    {$post['groupimage']}<br />
    {$post['useravatar']}<br />
</span>


Thanks
Find all posts by this user
Quote this message in a reply
Jul 18, 2008, 09:36 AM (This post was last modified: Jul 18, 2008 09:36 AM by LeX-.)
Post: #2
RE: Change my postbit help
In your postbit template; change

Code:
<td class="{$altbg}" width="19%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

Into
Code:
<td class="{$altbg}" width="19%" valign="top" style="white-space: nowrap; text-align: left;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

Visit this user's website Find all posts by this user
Quote this message in a reply
Jul 18, 2008, 05:55 PM
Post: #3
RE: Change my postbit help
Thanks, but that does that everything move to the left , which I want to do is to justify it in center, in center but aligned

thanks
Find all posts by this user
Quote this message in a reply
Jul 18, 2008, 06:30 PM (This post was last modified: Jul 18, 2008 06:31 PM by LeX-.)
Post: #4
RE: Change my postbit help
Everything in {$post['user_details']} should be aligned left; that's all the info =/
You have a temp. admin account so i can take a look ? If so; PM.

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:



MyBB Topsite icon buffet