Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Message.Code.Block with

add message block surrounded


1. Home » Template Sets » Templates
Edit Template: postbit_classic

Find:

PHP Code:
<div id="pid_{$post['pid']}class="post_body">
                {
$post['message']}
            </
div


replace:

PHP Code:
<div id="pid_{$post['pid']}class="post_body">
        <
div>
        <
div id="1" style="float:left; z-index: 1; position: Absolute;">
        <
br><img src="https://lh6.googleusercontent.com/-4Kgooy5A-N0/T4PmnBiKSeI/AAAAAAAAAe0/jk4qbgj4dFM/MyBB.vn-globito02.png">
        </
div>
        <
div id="2" style="z-index: 0; padding: 5px;">
        <
fieldset style="background: #ffffff;
            border:2px solid #f4c98c;
            -moz-border-radius:8px;
            box-shadow: 0 0 1em #b6b6b6;
            -webkit-border-radius:8px;
            position: relative;"
>
                {
$post['message']}
        </
fieldset>
        </
div>
        </
div>
        </
div


2. Home » Template Sets » Templates
Edit Template: postbit

Find:

PHP Code:
<div id="pid_{$post['pid']}class="post_body">
                {
$post['message']}
            </
div


replace:

PHP Code:
            <div id="pid_{$post['pid']}class="post_body">
<
div>
<
div id="2" style="z-index: 0; padding: 5px;">
<
fieldset style="background: #ffffff;
border:2px solid #f4c98c;
-moz-border-radius:8px;
box-shadow: 0 0 1em #b6b6b6;
-webkit-border-radius:8px;
position: relative;"
>
                {
$post['message']}
                </
fieldset>
            </
div></div></div


Preview Image 5354