Skip to content

ShinkaDev/XF1-DoHTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

[Shinka] DoHTML

Allows use of HTML in posts.

Example

Input

[doHTML]<b>This text is bold</b>[/doHTML]

Output

This text is bold

Installation

  • Copy the contents of /upload into the root of your Xenforo installation.
  • From your control panel, go to the "install add-on" page. Upload addon-shinka_dohtml.xml and submit the form.

Technical

  • Strips out newlines-to-linebreaks so all line breaks must be explicitly declared with <br/>.
  • Strips out <script>...</script> tags to prevent malicious JavaScript.

About

Xenforo add-on to allow HTML in posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages