Now KingKovifor helped me out with the BBCode thing, here's a simple one, but I like it

Works well for my music forum for artist bios, but can also work well for "meet the staff" threads, you can have things like
[bio="Admin"]
Some info about admin
[/bio]
And it would show a picture of Admin also.
you need to add this CSS to extra.css
Code:
.aBio {
float:right;
display:inline;
padding:10px;
}
and import the bbcode. Here's how mine looks. Remember to upload any images to /styles/bios/ - changable in the bbcode itself
View attachment 9736