MyBB Community Forums

Full Version: hide post untill reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can someone please tell me the best plugin for this
thank you so much
This one seems to be nice:

http://mods.mybb.com/view/hideuntilpost
ive just added this but is the a way to change the text to a image

this is the code

<div style="background: #FFF7C0; text-align: left; margin-left: 15px; padding: 13px 20px 13px 45px; border-top: 2px solid #F7D229; border-bottom: 2px solid #F7D229; line-height: 150%; margin-top: 5px; margin-bottom: 5px;">{$msg}</div>


anyway to change that to a image

thanks again favious

i want to add this image if possible
[Image: enhidepost.gif]

also how do i add this to a custom tag so i dont have to keep typing it
[lock]
[/lock]
You can replace that code with:

<img src="http://img803.imageshack.us/img803/2282/enhidepost.gif" alt="Hidden Content" title="Hidden Content" />

And assuming you want to add a button to the editor, see this tutorial:

http://forums.mybbcommunity.com/thread-502.html
to keep the yellow border

will i have to do this

<div style="background: #FFF7C0; text-align: left; margin-left: 15px; padding: 13px 20px 13px 45px; border-top: 2px solid #F7D229; border-bottom: 2px solid #F7D229; line-height: 150%; margin-top: 5px; margin-bottom: 5px;"><img src="http://img803.imageshack.us/img803/2282/enhidepost.gif" alt="Hidden Content" title="Hidden Content" /></div>

and for button editor do i do this

{type: 'button', name: 'lock', insert: 'lock', image: 'hide.png', title: 'lock'}
Yes, if you want to put to the image inside the yellow bar, that's what you need to use.
thanks




and for button editor do i do this

{type: 'button', name: 'lock', insert: 'lock', image: 'hide.png', title: 'lock'}
Yes, that should work.
ill try it now

picture worked but this didnt

{type: 'button', name: 'lock', insert: 'lock', image: 'hide.png', title: 'lock'}
my mistake it worked i didnt put a comma
i just need to find image now