Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Suggestion HTML support for topics

Joined
Jul 24, 2014
Messages
188
Can HTML support for topics be added?
I'm thinking of stuff like tables, more styling ;)
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Java:
public boolean isInteracting() {
   return getAnimationId() != -1;
}

Code:
[code=java]
public boolean isInteracting() {
   return getAnimationId() != -1;
}
[{SLASH}code]
 
Joined
Jul 24, 2014
Messages
188
Tables added. Syntax highlighting for 200+ code languages added (see above). As far as other HTML styling goes you gotta be more specific. We can't allow raw HTML/JS (for obvious reasons), but I am definitely open to all suggestions as usual. For inspiration/ideas check out http://xenforo.com/community/resources/categories/bb-code.19/.

@Cloud tag so you're aware.
Not full raw html support, I mean stuff like marquee, css styling, webfonts(css), basically anything except dangerous iframes, frames, applets, objects, and <script-tags..
Ofcourse JS is dangerous and shouldn't be added, but HTML?
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Not full raw html support, I mean stuff like marquee, css styling, webfonts(css), basically anything except dangerous iframes, frames, applets, objects, and <script-tags..
Ofcourse JS is dangerous and shouldn't be added, but HTML?
You would be surprised what people have managed to do with just HTML. Regardless I will keep looking into it.
 
Top