How do I change the accepted HTML formatting tags?
I have setup a poll on pollcode.com, but as I paste the html snippet into my post and click post, it doesn't show up the way it should. It seems like the html element <form>
has been disabled some way.
What php file is the code that disables it?
Thanks in advance,
Joey.
Best Answer
-
x00 MVP
well yes as allowing form mean you can spoof aspecs of the the site such as login among, especially with posting to external sites.
You can enable it through htmLawed plugin. You can read the htmLawed docs how to do that.
It is not really that sensible though.
Given that this doesn't provide any feature other than a form, the result are not even available in place. I'm not sure what value this bring you. You might as well have the whole poll including the form off site.
If it is just you or a few trusted people posting this poll you could use
https://github.com/vanillaforums/Addons/tree/master/plugins/AllowRawFormat
and set yourself the permission
Plugins.AllowRawFormat.Allow
grep is your friend.
7
Answers
well yes as allowing form mean you can spoof aspecs of the the site such as login among, especially with posting to external sites.
You can enable it through htmLawed plugin. You can read the htmLawed docs how to do that.
It is not really that sensible though.
Given that this doesn't provide any feature other than a form, the result are not even available in place. I'm not sure what value this bring you. You might as well have the whole poll including the form off site.
If it is just you or a few trusted people posting this poll you could use
https://github.com/vanillaforums/Addons/tree/master/plugins/AllowRawFormat
and set yourself the permission
Plugins.AllowRawFormat.Allow
grep is your friend.
Okay, thank you for your reply. I'll follow your advice and have it on an external page. My vanilla installation is only for a closed community, but you never knows what can happen.
It's nice to know it's possible to change it, if I really wanted to though.
Thanks for your time.