Page 1 of 1

Create a custom page with header and footer

Posted: Sun Nov 13, 2022 2:52 pm
by John1963
Script URL: https://www.proeftuin.splendesco.nl/hesk/
Version of script: 3.4.1
Hosting company: antagonist.nl
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: links, footer, custom page

Write your message below:
I have two related questions

1. I'm looking for a way to create a custom text page to inform clients on the privacy policy and a disclaimer page. On these pages I would need the regular header and footer. It can be (for now) just a static page, no need for a CMS option. My idea is to simply make a copy of a page with the desired header and footer. Which page would I use for that? Or do you have a better alternative? Could I be creating such a page as a part of the theme I'm using?
2. In order to link to these pages I would of course need som navigation. I'm aware I can use footer.txt for this (already had a go at https://www.proeftuin.splendesco.nl/hesk/), but I would like to achieve this at a position above the credit line (Powered by Help Desk Software HESK
More IT firepower? Try SysAid). Any suggestions?

Thanks a million for now.

John

Re: Create a custom page with header and footer

Posted: Sun Nov 13, 2022 7:33 pm
by Klemen
#1 would best be with a custom static page, I wouldn't create a new Hesk page for that. Or, you could even create a KB article with the policies (we do that at hesk.com).

#2 to show it above the credits you will need to edit your /theme/hesk3/customer/index.php page. Or, purchase a license to hide the credits, and use the footer.txt file :wink:

Re: Create a custom page with header and footer

Posted: Mon Nov 14, 2022 12:25 pm
by John1963
Thanks Klemen. I already have a license. just did not install it yet :?

With regards to the extra page. I was indeed planning on a static page. My idea was to use a copy of an existing page and adapt that, so that I would have the header and footer in place, and possibly even the breadcrumbs. Is that an option? If so, what page would you advise to copy?

Thanks again for your great work :!:

John

PS I still find some small errors in the current Dutch language file every now and then, so you may expect another update in the near future :)

Re: Create a custom page with header and footer

Posted: Mon Nov 14, 2022 3:51 pm
by Klemen
The easiest way to do that would be for example to open a knowledgebase page and view HTML source in your browser, then save that as a page and edit the HTML source?

Or, like said, try to complicate as little as possible and either create a KB article with the policies or a simple page on your website and just link to that. That's what I would do.