Page 1 of 1

X3 bulletin boards

Posted: 22 Aug 2022, 23:48
by TristanJo
I want to make a menu that mixes X3 and the bulletin board.

----------------------------
_top.php(X3)
----------------------------
_content (mysql board)
----------------------------
_bottom.php(X3)
----------------------------

How can I make it into the above structure?
Help me.

Re: X3 bulletin boards

Posted: 23 Aug 2022, 00:53
by mjau-mjau
Unfortunately, you can't edit X3 like this. X3 already has pre-rendered templates, and you are asking for it to work like a CMS where you can add your own templates. The only suggestion would be:
  1. Use an <iframe> inside content for your _content MYSQL
  2. Or use some Javascript to inject formatted _content from MYSQL, without using <iframe>.

Re: X3 bulletin boards

Posted: 23 Aug 2022, 04:12
by TristanJo
mjau-mjau wrote: Unfortunately, you can't edit X3 like this. X3 already has pre-rendered templates, and you are asking for it to work like a CMS where you can add your own templates. The only suggestion would be:
  1. Use an <iframe> inside content for your _content MYSQL
  2. Or use some Javascript to inject formatted _content from MYSQL, without using <iframe>.
ok~ i see ~ thx~ karl~