Custom page link not appearing in the navigation

mark-lunn

New member
I am trying to add a custom page to my menu, displaying dashboards from embedded charts created from a view.

This works absolutely fine if I use the inbuilt "Home" menu option and select the PHP file from the drop-down, but does not work by applying the same configuration in a brand new "Custom Page" entry. (The page itself works fine when set as the "Home" link, so there is no issue with the source file).

In the below screenshot, ID = 1 works fine and displays the page. ID = 8 no menu option is shown at all...

1701900099862.png

I have enabled these two settings in my config_custom.php...

$enable_custom_php_pages = 1;
$enable_menu_page_custom_names = 1;

Any help would be appreciated. My system info is below.

System info​

You are using DaDaBIK version 11.11-Elba enterprise, installed on 2023-11-06 17:34:17

PHP Version:
8.2.7

mysql version: 10.11.4-MariaDB-1~deb12u1

Web server: Apache/2.4.57 (Debian)

Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
 

mark-lunn

New member
Good call deep64blue, I was so fixated on a more technical solution, I missed the obvious! I had wrongly assumed that Custom Pages were similar to new tables that are shown by default. All sorted, thank you!
 
Top