Remove pages from menu. #840
Replies: 3 comments 1 reply
-
hello,its pretty late, but recently i started to use this repo, i love the UI. (hide menu solution i tested fine, only 1 file require amend, no need restart docker, just refresh webpage--setup Disable cache in Network from your browser) step1: find the _commons.jsfile【mediacms/static/js/_commons.js】
|
Beta Was this translation helpful? Give feedback.
-
I just came up with an alternative way of doing this after spending about three hours messing around with code. Just go to static/js/_commons.js, find the specific link you are looking to remove. Look for the keyword such as Liked or History. Use a code editor and its search feature. Once you find that block that contains all of those references, just alter the first letter of the word. Here is the example I used (biked instead of liked): This will break the push in the code to display it in the left menu. |
Beta Was this translation helpful? Give feedback.
-
Hi, is it proof for / after updating the docker container? |
Beta Was this translation helpful? Give feedback.
-
Sorry if I am writting this i a wrong place, but I was unable to fin aswer for my question. How do I remove page links from left menu?
Beta Was this translation helpful? Give feedback.
All reactions