Hello,
I want to remove the links for Ads, Forums, and a few others from the Profile button in the Top Extra Menu. How can I achieve this?
Thanks!
Hello, I want to remove the links for Ads, Forums, and a few others from the Profile button in the Top Extra Menu. How can I achieve this? Thanks! |
Hello You may do it via Dolphin's Database -> sys_menu_member table. 1. Get ID of the row where 'Name' is 'Profile'. Usually it is 1. 2. Search in the same table for rows where 'Parent' is equal to 'ID' found in previous step. 3. Remove unnecessary rows in search results. 4. Clear cache. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Hello You may do it via Dolphin's Database -> sys_menu_member table. 1. Get ID of the row where 'Name' is 'Profile'. Usually it is 1. 2. Search in the same table for rows where 'Parent' is equal to 'ID' found in previous step. 3. Remove unnecessary rows in search results. 4. Clear cache.
Perfect, thanks Anton! Hopefully we will be able to activate/deactivate those items via admin one day. |