Delete webpage from menu
Author: Karel C.
Visited 955,
Followers 1,
Shared 0
I generated 4 webpages on my website, using X5 V12.
I don't want the last page to be listed in the menu items of the other pages. Is there a simple way to do so?
Posted on the
Hello Karel,
You can hide any page from the menu using the 'Hidden Page in the Menu' icon on the editing toolbar above the site map in Step 2. Please see the screenshot attached.
Kind regards,
Paul
Author
Thanks Paul. Overlooked that one.
I have a suggestion for future functionality:
I created a simple website that allows people to register for an event. Entries are written into an SQL table. I created an additional 'hidden' web page that lists all entries in that table (only the organizers of the event know where the hidden link button is), embedding some PHP code into the hidden page. It works fine. The downside is that every time I change the table name or add/delete fields, I have to update that piece of PHP code manually. (unless you have a suggestion there ... cfr. is there a variable name representing the table name ?).
It would be nice to have that 'listing' capability as a standard feature. After all, when you create a table, you also need a simple way to see what is in it ...
Regards,
Karel
Are you aware that Incomedia offer a Database Viewer as an Object which integrates with WebSite X5?
https://answers.websitex5.com/objects/livepreview/371262fa-27c5-421a-9127-852da219d4
Author
That is exactly what I need ! Thanks again.