MyBB Community Forums

Full Version: [theme] postbit edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello transformed the appearance by editing the code for:
postbit_author_user

Originally it looked like this:

[Image: 2n7lj45.jpg]

        <template name="postbit_author_user" version="1406"><![CDATA[<div class="ud">
<div class="pl">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="pborder">
<tr><td class="postbit" colspan="2">
<strong><center>{$post['usertitle']}</center></strong>
</td></tr>

<tr>
<td class="trow3" style="width:50%;">
<span class="smalltext">
<center><a href="search.php?action=finduser&amp;uid={$post['uid']}">{$post['postnum']} Posts </a> </center>
</span>
</td>
<td class="trow3" style="width:50%;">
<span class="smalltext">
<center>
{$post['replink']}
</center>
</td>
</tr>

{$post['warninglevel']}

</center>
</table>

</div>
</div>]]></template>


After editing my code looks like this:

[Image: 2vbmpts.jpg]

     <template name="postbit_author_user" version="1409"><![CDATA[<div class="ud">
<div class="pl">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="pborder">

<b>{$lang->postbit_posts}</b>&nbsp;{$post['postnum']}</div>

<div class="pl"><b>{$lang->postbit_joined}</b>&nbsp;{$post['userregdate']}</div>

{$post['replink']}

<center>
{$post['warninglevel']}
</center>
</table>

</div>
</div>]]></template>


I do not see how it looks aesthetically, although I tried to center the ... (you can see exactly where the screenshot below I've added guides)


[Image: bgxlj8.jpg]

If someone can let me show how to improve it.

And remove the frame level of warnings: 0%, or apply a frame to the same amount of posts: / Join Date: / Reputation: 0

I threw the whole myAqua.xml here:
http://www.speedyshare.com/491318980.html