qnkov 4 Posted August 24, 2021 Share Posted August 24, 2021 Hello there. I'm giving example with image from here - https://prnt.sc/1qh8eae How can u add/remove menu from Create? For example i have Upload File there for users. How can i forbid this or remove it? Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted August 25, 2021 Share Posted August 25, 2021 you will need to edit the theme you are using!!! search---elCreateNew look for this in the userBa <a href='#elCreateNew_menu' id='elCreateNew' data-ipsTooltip data-ipsMenu title='{lang="create_menu_title"}'> <i class='fa fa-plus'></i> {lang="create_menu"} <i class='fa fa-caret-down'></i> </a> and remove it and the magic has been done when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
Oni 61 Posted August 25, 2021 Share Posted August 25, 2021 (edited) 56 minutes ago, mr-pimpen said: you will need to edit the theme you are using!!! search---elCreateNew look for this in the userBa <a href='#elCreateNew_menu' id='elCreateNew' data-ipsTooltip data-ipsMenu title='{lang="create_menu_title"}'> <i class='fa fa-plus'></i> {lang="create_menu"} <i class='fa fa-caret-down'></i> </a> and remove it and the magic has been done I'm not sure, but I think he doesn't want to remove the menu item itself, but rather an item within the CreateNew menu. The items within the CreateNew menu are rendered based on the permissions of the user group(s) of the current user, the correct way of removing an element would be to take away the user group's permissions for the app/page associated with the element. Adding new entries to the CreateNew menu is easy, but deleting entries provided by the IPS Framework or any third-party application / plugin requires more than just removing an element from a template. Edited August 25, 2021 by Oni Please no more private messages, mentions or anything like that. I don't offer any support at the moment. Link to comment Share on other sites More sharing options...
qnkov 4 Posted August 25, 2021 Author Share Posted August 25, 2021 (edited) Yes, i want to forbid users to see Upload file in Create. That's one of my idea. To forbidd them to upload files in short. I've tried to find this in Members-Group-Users, but couldn't find permission for that. Can you screenshot me or tell me with correct path how can i remove for users this option or change it. My forum isn't for files downloads, so i don't need users to see or be able to upload files. And how u normally add other option there, for example to move Magazine in this menu or something like that. Do you need to edit theme's template or there are options for that in admin panel. Edited August 25, 2021 by qnkov Link to comment Share on other sites More sharing options...
Recommended Posts