Quote:
Originally Posted by Sasq
Looking very good.
I did a quick scan of the thread, so sorry if I missed it.
I have just *finally* upgraded my forum from vb2 to 3, so still getting my head around the changes.
One thing I really want to do, is be able to override the no html setting for the article itself.
I.E. allow html in the article, and block it in the user comments. It would allow me to import my static html article pages, and not comprimise security for my users as all articles will be moderated.
Just my idea anyway...
Dan
|
you could do it easily with a slight edit to newthread and editpost. Just do a check to see if its an article, and if its the first post. If so, allow HTML. However you would have to look into this yourself as I am in middle of the next version so I am slightly out of sync with version 3 code. I could maybe put something in the next version though.
You could also turn on html to import and then turn it off again I suppose (but I doubt that would fix long term).
HTH's