This topic is locked
[SOLVED]

 HTML Menu Items

9/1/2014 10:04:21 PM
PHPRunner General questions
H
headingwest author

Hi All,
How can I add extra pages to the menu? For example:

  • privacy
  • FAQ
  • help
  • etc, etc.
    I want it to work with the PHP Runner menu.
    Thanks for your help.

Sergey Kornilov admin 9/3/2014

Proceed to Menu Builder, click 'Add link' and enter the URL of that page:

http://xlinesoft.com/phprunner/docs/menu_builder.htm

H
headingwest author 9/3/2014



Proceed to Menu Builder, click 'Add link' and enter the URL of that page:

http://xlinesoft.com/phprunner/docs/menu_builder.htm


That doesn't keep the PHP runner menu. It makes the page look like it's not integrated.
I would like to request a feature of having html pages inside an iFrame or similar to allow for the other essential pages that a website requires. It would be easier if we can add them using the menu builder and Custom Files section of PHPRunner
As a workaround for my site I created a MySQL table "articles" with a text field containing the HTML page content to display. I can edit the text field with rich text, cut and paste the html page, then select display as HTML.