Xenforo Custom BBCodes

Patrick W.

Addicted
Joined
May 2, 2011
Messages
983
Reaction score
0
FP$
20
Hey guys,

We have installed a custom BBCode manager on Forum Hour to allow us to add different BBCodes. Most of the codes that will be created will be for service templates and things of that matter but some will also be created for member use as well. The easiest way to add new codes is with a direct replacement value. I looked at a couple of the default codes that are added and it looked like basic HTML. However, what I put in for the direct replacement is not working. Can someone help with this? Maybe I typed it wrong, I don't know..

Code:
<div span="color: #648434; border: 1px solid #9BCC54; background: #CDEFA6 url('images/notices/notice.png') 10px 50% no-repeat;">

This is just an example of code that I would use. Any help on getting this thing to work?
 
Code:
<div style="color: #648434; border: 1px solid #9BCC54; background: #CDEFA6 url('images/notices/notice.png') 10px 50% no-repeat;">
 
*smack* I feel dumb now! 😛 I was using the IPB styling and not the standard HTML. 😛

Thanks pandaa. 😀
 
Back
Top Bottom