MyBB Community Forums

Full Version: Advanced Moving Post + Scroll
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HI

Author: OmidKarimzadeh ( ! Omid StaR ! )
mian link: http://url.MyBBSkin.ir/move
Support: http://mybbskin.ir
web: http://iran-talk.ir


Please go to:

ACP >>> Templates & Style >>> Themes >>> Your Theme >>>postbit>>>postbit Or postbit_classic

Find :

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



And replace whit it :


<div id="pid_{$post['pid']}" class="post_body">
        <div>
        <div id="1" style="float:left; z-index: 1; position: Absolute;">
        <br><img src="http://up.iran-talk.ir/uploads/13765797251.gif">
        </div>
        <div id="2" style="z-index: 0; padding: 5px;">
        <fieldset style="background: #DCDCDC url(http://up.iran-talk.ir/uploads/13765796481.png);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 22px;
    margin-top:10px;
    margin-bottom:0px;
    box-shadow:#E6E6FA 0 0 7px;
    -moz-box-shadow:#E6E6FA 0 0 7px;
    -webkit-box-shadow:#9400D3 0 0 20px;
    text-shadow: #fff 1px 1px;
            position: relative;">
                <div style="min-height: auto auto;max-height:350px;overflow:auto;">{$post['message']}</div>
                </fieldset>
        </div>
        </div>
        </div>



Good luck Heart
Omid Karimzadeh (!ArTiN!)
http://mybulletinboard.ir


Sample:
It's very good and worked well.
Thanks Heart
i love Scroll BlushHeart
you gave me a idea with xthreads. with xthreads you really don't have to replace the template. just make a new one in global attach the prefix to the forum you wish to use this one. and boom it will work.

it works but it does no scrolling. even with the template edit. i tried with xthreads and without xthreads
Scroll in :

                <div style="min-height: auto auto;max-height:350px;overflow:auto;">{$post['message']}</div>

change:

height:350px

Wink Heart