@Davidis: Sounds like you need some sort of wysiwyg or markup editor. There are a few floating around in the add-ons that use various wysiwyg javascript editors. I'm also working on an html mark-up add-on that will insert the necessary html for users (but it would still be visible in the edit box).
What I've got so far is very straight-forward. It just allows users to bold, underline, strikethrough, and then insert URLs and images. It's very subtle, and I think it fits well with the minimalist sensibilities of Vanilla.
I'm using it on my fansite forums, but you won't be able to see the editor in action without registering.
Comments
<img src="http://linktoimage" />
- or use the File Upload plugin to add images as attachments.
The image URL method is not suitable for non technical users.
<img src="http://linktoimage" />
vshttp://linktoimage
My users are moving over form phpbb and i have a month to fix any bug they might notice before it affects the group for the year.
What I've got so far is very straight-forward. It just allows users to bold, underline, strikethrough, and then insert URLs and images. It's very subtle, and I think it fits well with the minimalist sensibilities of Vanilla.
I'm using it on my fansite forums, but you won't be able to see the editor in action without registering.