Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 2 of 2

Thread: MYBB Help

  1. #1
    Join Date
    Mar 2010
    Posts
    67
    Tokens
    145

    Default MYBB Help

    Hey guys i've recently purchased a new skin for my mybb board and just had this slight glitch where the thread is displayed (screen shot below)



    and here's the piece of code from the xml file which need's to be edited.

    <td class="trow1 width="300px"{$unapproved_shade}">
    <table cellspacing="0" cellpadding="0" border="0" style="width: 200px;">
    <tr>
    <td class="post_avatar" width="1" style="{$post['avatar_padding']}">
    {$post['useravatar']}
    </td>
    <td class="post_author">
    <strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
    <span class="smalltext">
    {$post['usertitle']}<br />
    {$post['groupimage']}
    </span>
    </td>
    <td class="smalltext post_author_info" width="165">
    {$post['user_details']}<br><br>
    {$post['onlinestatus']}
    </td>
    </tr>
    </table>
    </td>
    </tr>

    anyone who could help neaten it up and make it look decent many thanks

  2. #2
    Join Date
    Apr 2010
    Location
    Newcastle
    Posts
    655
    Tokens
    50

    Default

    Presumably,
    Code:
    <td class="trow1 width="300px"{$unapproved_shade}">
                    <table cellspacing="0" cellpadding="0" border="0" style="width: 200px;">
                        <tr>
                            <td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                                {$post['useravatar']}
                            </td></tr>
    <tr><td class="post_author">
                                <strong><span  class="largetext">{$post['profilelink']}</span></strong>  <br />
                                <span class="smalltext">
                                    {$post['usertitle']}<br />
                                    {$post['groupimage']}
                                </span>
                            </td>
                            <td class="smalltext post_author_info" width="165">
                                {$post['user_details']}<br><br>
    {$post['onlinestatus']}
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
    ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •