Hiding Catalogue Page.

JustBoss

Member
Nov 7, 2012
50
4
Hi guys,
For some reason, When updating the catalogue_pages database in navicat so it disables certain catalogues (such as the easter page for example) & use the :update_catalogue function, it doesn't hide the page but rather just makes the page unclickable.. is there a working way of fixing this little glitch?

Animation1.gif
 

Zymf

 
Aug 19, 2012
868
166
I made a new group id 8, and highered it upto 8, but it is still viewable.
are you sure?
Code:
UPDATE catalog_pages SET min_rank='8' (WHERE caption='Easter')

Or just put the specific section into your staff section:-
Find your staff page in catalog_pages and then go across to the ID and remember the number
e.g...
Code:
id    parent_id    caption
9        -1            Staff
Now go to Easter and change the PARENT_ID to the ID of your staff page
 

Users who are viewing this thread

Top