How to hide "Tags" in Odoo 13 in Documents Module? and still using it - tags

Greeting guys,
My question is:
How to hide the left sidebar - Tags Category in Documents module? "I attached screenshot".
Hide this but still using it
I am using Odoo 13 SA not erp.
Thank you,
Yousif

I used Access Rights in Documents Module and give every Workspace Read Access > Administrator Access Rights.
And all of the Tags registered in this workspace with Administrator Rights will be hidden.
Regards,
Yousif

Related

how to remove/delete user data (root) from sharepoint after deleting the user from all sites? sharePoint 2016

I deleted some users from all site collection in sharePoint 2016. However, when I search their names , the picture & name still appears. I can click on "delete element" on upper panel and it deletes the element. However How do I do it with powershell script? I have tried many scripts but doesnt work. The website url of those user profiles looks like this for better understanding."https://abcd.de/intranet/rootold/Bilder%20der%20Websitesammlung/Forms/DispForm.aspx?ID=120&RootFolder=/intranet/rootold/Bilder der Websitesammlung/Kontakte. Could anyone please help ?
Thanks in advance. see the picture where Ito delete have the option to delete by clicking..

Hide modules from current user in the navigation bar in Suitecrm

I am right now using LDAP authentication for adding user in Suitecrm. In normal course when the user is added to the system we can assign him roles during creation and also hide some modules which are enabled for him, in his portal .
With LDAP authentication I have been able to assign user to a role through code when he first logins but hiding modules for those users by code or otherwise has not been possible
Can anyone guide me as to how to hide modules from the current user which otherwise show in the navigation bar?
Thanks in advance.
There is upgrade safe manner to do it via smarty file.
Check your active theme and copy the file from themes/<active_theme>/tpls/_headerModuleList.tpl to custom/themes/<active_theme>/tpls/_headerModuleList.tpl (if custom directory doesn't exist then create it)
Search for groupTabs, you will see foreach loops for processing it for different views. Hopefully, you can add your code there to do anything.

"Enrolled users" tab in Course administration is not displaying

Hi i am newbie to moodle. Please can anyone help me, how to display the "enrolled users" tab in course administration. By default the enrolled users tab is not displaying in course administration.I am using moodle 2.8 version. I need to get the enrolled users tab as shown in the image. Image is been attached herewith enter image description here
It's probably permissions.
I think the code to display the menu node is in lib/enrollib.php in function enrol_add_course_navigation. Look for get_string('enrolledusers', 'enrol')
Just before that it has has_capability('moodle/course:enrolreview', $coursecontext)
Check that the user you are logged in as, has the the permission moodle/course:enrolreview. You will need to log in as admin then go to site admin -> users -> permissions -> capability overview and search for moodle/course:enrolreview
By default, enrolled users tab shows in the course administration when we install Moodle. And there is no way to hide/ show this tab/link.
May be there is some issue raised during installation of Moodle.

Administrator has no admin bar for specific pages

I have an issue with a dotnetnuke 7 site, where the administrator cannot edit a minority of the pages.
When logged in and on such a page, the edit page menu missing.
When on the page management view, there are only options to view or make homepage. On clicking, properties are not shown.
What could be causing this?
Cheers, mark
I've seen in the past where the Administrator Role Id is incorrectly defined in the database.
Unfortunately there isn't a UI way to change this, you'll need to go into the DB to see what Role ID is defined. I believe AdministratorRoleID is stored either in the Portals table, or in the PortalSettings or PortalLocalization table. Check the # and see if that matches the ID of the Administrators role for that portal.
It could also be a CSS issue if it only affects some pages. Can you try changing the skin on those pages to the default skin and try again...
Just noticed this old question, so I thought that I'd update with what the actual problem was.
We imported pages using a direct to database program - we naturally assumed that the site administrator could, as a default be able to edit pages within their own site.
As it turns out, DNN actually creates correct access rights to each page as they are created, and rights are added and removed as required. This means that if you create pages you must directly create access rights for the correct site administrator.
Kind Regards, Mark, IA

Editing Files in My account Magento CE

Hello I am using Magento CE 1.7.2 I am trying to edit the customers "My Account" Pages
I cannot find what file to edit to change the layout and design of the following:
My account:
Account Dash Board (got this to work editing customer/account/dashboard.phtml)
Account Information (Tried customer/account/dashboard/info.phtml Didn't work)
Address Book (Tried customer/account/dashboard/address.phtml Didn't Work)
My Orders (No idea)
Newsletter Subscriptions (Tried customer/account/dashboard/newsletter.phtml Didn't Work)
What files do I edit? Please show the directory.... Thanks!
Telling you the exact path would be like "giving you a fish".
Instead, I will "teach you how to fish".
Login to your admin panel in Magento.
Head to System > Configuration. At the bottom of your left menu you will find a Developper link.
Head to this link, then in the upper left of the given page, select a webiste in the dropbox under Current Configuration Scope.
Open the Debug section and set Template Path Hints to Yes.
Reload your customer page in frontend. Tada! You can now see where is every single files you have to edit to change anything in your Magento.