MyBB Central

Full Version: pospit helpp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
postbit_author_user codes:

PHP 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>

<
table cellpadding="0" cellspacing="1" bgcolor="#999999">
<
tr><td class="trow3">{$lang->postbit_posts} {$post['postnum']}</td></tr>
<
tr><td class="trow3">{$lang->postbit_group} {$usergroup['title']}</td></tr>
<
tr><td class="trow3">{$lang->postbit_joined} {$post['userregdate']}</td></tr>
<
tr><td class="trow3">{$lang->postbit_status} {$post['onlinestatus']}</td></tr>
<
tr><td class="trow3">{$post['mypsdisplay']}</td></tr>
</
table

ı added "<tr><td class="trow3">{$post['mypsdisplay']}</td></tr>"
this code but there are cell space like in pic how ı can do it.
ı want to put it in cell . plz help thanks

[Image: 254872Untitled2.jpg]
Try putting that code in your postbit template instead of the postbit_author_user template.
normaly code in postbit so its out of cell .
if ı put it in postbit_author_user , it ll be in cell , but when ı put it in postbit_author_user it deosent work

help plz
normaly code in postbit so its out of cell .
if ı put it in postbit_author_user , it ll be in cell , but when ı put it in postbit_author_user it deosent work

help plz
When I tested it by putting it in the postbit template, it worked. It put the myps within the cell. You're right, putting it in the postbit_author_user template doesn't work. Try it the way I have suggested.
End the table in postbit instead....then add the mypsdisplay html line before the /table tag.
Reference URL's