[RSS Feed/News] Is it possible to execute code within a post ?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi all,
First, sorry for my poor language's quality, english is not my first language ...

Well, I know that had been asked two years ago here, but I want to have an answer that hadn't been given ...
So, there's a code editor option in XenForo's forums :
1653642844323.png
In Java, by example it gives :
Java:

Code:
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}

But, is it possible to compile that code, like in a code editor...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom