• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

We management question : How to automatically export server side includes in together?

Jugernot

Diamond Member
I'm guessing I need some type of backend, but maybe not. Say I have a page that has a header and footer that are server side includes with only the body not an include. Anyone know a way to edit the includes and have them save along with the page I'm editing? Basically its a link between pages that will save multiple documents when you save a single document.

Like this:

< start header >
Header images and text
< end header >

< start body >
TEXT TEXT TEXT
< end body>

< start footer >
footer images and text
< end footer >

So basically everything between the header tags would save to a file called header.txt and everything in the footer tags would save to footer.txt.

What do I need to set something like this up?

Thanks guys, you are always a great help!
 
Back
Top