MyBB Community Forums

Full Version: Quote and Code not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Look in this picture i use
Quote:My message
and nothing appear !
I just tried it out and it worked fine for me. Make sure everything is entered exactly as shown in that post.
http://mybbhack.net/thread-21-post-21.html#pid21

MyBB code
Regular Expression:
\[warn\](.*?)\[/warn\]

Replacement:
<fieldset class="warn"><legend><strong>Warning</strong></legend><br/><strong>Message</strong>: $1<br /><br /></fieldset>

Add this to the bottom of your themes global.css :
 .warn {
background:#efefef url(/images/warn.png) center left no-repeat;
width:80%;
color:#465584;
background-color:#FFC9C9;
border-left:1px solid red;
border-right:1px solid red;
border-top:1px solid red;
border-bottom:1px solid red;
margin:0 auto 4px;
padding:5px 5px 5px 60px;
-moz-border-radius:6px 6px 6px 6px;
}

When you use that code in a post make sure you use the mybb code correcly:
[warn] text for the warning box[/warn]
you don` understand i need QUATE or CODE not WARN or anything alse !
I whant code linke here
 TEXT