This topic is locked

Showing PHPR menu bars around custom pages

8/28/2022 2:14:03 AM
PHPRunner General questions
G
gtothill author

Hi all,

I have some custom html pages that I would like to display to users of my application - but I would like them to display in the same way as the other list / add edit pages in the application - ie with the menu bars and other navigation shown.

Can someone give me an idea of the best way to achieve this?

Thanks in advance,

Geoff.

Sergey Kornilov admin 8/28/2022

PHPRunner's functionality is PHP based. I'm talking about processing permissions, displaying menus etc. You cannot add this to a random HTML page.

What you can do is to create an additional page in PHPRunner, remove the stuff you don't need there and add your own HTML content. This approach will work.

G
gtothill author 8/28/2022

Thanks,

I wasnt planning to add any additional application functionality to that page. I just need to add a licencing and credits static page, but I don't want them popped out or to open in a separate window - for aesthetic reasons it would be nicer if that content appeared in the normal way - surrounded by menus that the user could use to navigate back in a consistent way.

I'll create copies of a view page and populate my own html into it.

In future versions would it break tha application to build in this functionality on, say, the pages screen. The ability to add a custom html page to the build?

Cheers,

Geoff.