Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
TristanJo
Experienced
Topic Author
Posts: 116
Joined: 10 Apr 2018, 02:57

X3 bulletin boards

22 Aug 2022, 23:48

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: X3 bulletin boards

23 Aug 2022, 00:53

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>.
 
User avatar
TristanJo
Experienced
Topic Author
Posts: 116
Joined: 10 Apr 2018, 02:57

Re: X3 bulletin boards

23 Aug 2022, 04:12

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~