Link external PHP Page July 07, 2019, 04:50:11 AM Hello, I need call some pages from menu but are external of the suite. How can i call it?Thank You! Quote Selected 1 Likes
Re: Link external PHP Page Reply #1 – July 07, 2019, 10:37:43 AM @ocalle Yes you can.The same way you configure internal menu with a little difference.You have to enter the external link in the Path field in Menu Configuration, and the external link must be a full link containing http:// for none secure link or https:// for secure links. Example: https://google.com.You can view the image(menu.png) below for clarity. Quote Selected 2 Likes
Re: Link external PHP Page Reply #2 – December 28, 2021, 02:42:30 PM @willvin i do exactly the same thing you said and it didn't work... When i put a external link into path, the menu automatically hides the item.To solve this issue i go to Html.php file over Helpers folder and remove "if (ACL::is_allowed($path)) {" in line 149.Its working fine now. Quote Selected