Posted by Garion on 2012-12-11 11:25:32
awesome tutorial. Many thanks :D
Posted by Christer on 2012-12-11 11:41:08
To display bbcode, you can wrap it in [bbcode][/bbcode] tags. For example:
[bbcode]
[block=panel]\
Some text\
[/block]\
[/bbcode]
To get the \ to show in your text (and not be stripped out), you can simply add a space after it.
Posted by Tathar on 2012-12-11 13:14:14
Very handy. Thanks!
Posted by Overhamsteren on 2012-12-11 13:46:02
Thanks!
Can you change the green color?
Posted by Chainsaw on 2012-12-11 13:49:23
Thanks Christer!
@Overhamsteren: you'll have to direct that to Christer, but I don't think so currently.
Posted by SavageJ on 2012-12-12 02:47:40
You can change the color with bg=color on the panelheader block:
[block=panel automargin width=500px][block=panelheader bg=red][block=floatright pad5][toggle label=Show block=nameofbox][/block]Title[/block]
[block=hidden white id=nameofbox][block=pad10]Put your text here etc[/block][/block][/block]
There is that small amount of green on the right, though, that I don't know how to change.
Posted by MattDakka on 2012-12-12 14:57:13
Brilliant stuff, nice to know it!
Thanks for sharing!