The latter one. I just don't want the client to see the node at all in BO in content tree, or disable browsing it at all. I don't necessarily want to be able to access it.
Thanks.
Ok, then you can disable browsing of the node the clients user profile.
In the "Users" section go to "User permissions" and select the client user(s) and on the screen the appears click the "Site 2" node and then remove the checkmark from "Browse this node".
Save this and then try logging in using the clinets login and check that the node is not visible anymore.
Thanks. that worked. However I changed my user type from administrator to writer (then saved) and now I cannot change it back to administrator because the option is gone. How can I change it back ?
Never ever change the main administrator type - Unfortunately it's currently not easy to become admin once you have changed the type to something else than administrator.
I thought you already had created a certain user type for your client, which you would test it on.
I have not tried this scenario myself before though but you'll need to go into the database and change the user type directly from there. But before doing so I recommend that you take a backup so you don't loose data if something should go wrong.
However if you know your way around the database it should be a fairly simple operation to change it back. You need to go to the umbracoUser table and change the userType to 1, which is the administrator account
Hmm ok, that's weird. Don't know if you perhaps need to clear the cache, recycle the app pool etc. before it's working again perhaps.
Try doing this
1: Go to the /app_data/TEMP folder and delete it's contents
2: Go to the /config/ClientDependency.config file and increment the version number attribute
3: Recycle the app pool (Touch the web.config)
Hide node in Content Tree
Hi,
I have 2 main nodes in my content tree (2 sites), each with pages, subpages ...
How can I completely hide
Site 2
node from content tree temporarily and then show it back when I need to?Thanks.
Hi Dan
Would it be possible to simply unpublish the site? Or do you need to be able to access it meanwhile others should not be able to see it?
/Jan
The latter one. I just don't want the client to see the node at all in BO in content tree, or disable browsing it at all. I don't necessarily want to be able to access it. Thanks.
Hi Dan
Ok, then you can disable browsing of the node the clients user profile.
In the "Users" section go to "User permissions" and select the client user(s) and on the screen the appears click the "Site 2" node and then remove the checkmark from "Browse this node".
Save this and then try logging in using the clinets login and check that the node is not visible anymore.
This should do the trick.
Hope this helps.
/Jan
Thanks. that worked. However I changed my user type from administrator to writer (then saved) and now I cannot change it back to administrator because the option is gone. How can I change it back ?
Hi Dan
Never ever change the main administrator type - Unfortunately it's currently not easy to become admin once you have changed the type to something else than administrator.
I thought you already had created a certain user type for your client, which you would test it on.
I have not tried this scenario myself before though but you'll need to go into the database and change the user type directly from there. But before doing so I recommend that you take a backup so you don't loose data if something should go wrong.
However if you know your way around the database it should be a fairly simple operation to change it back. You need to go to the umbracoUser table and change the userType to 1, which is the administrator account
Hope this helps :)
/Jan
Ok. Changed userType to 1 from database, however in BO I still don't have the administrator as user type or the option to change to administrator
Hi Dan
Hmm ok, that's weird. Don't know if you perhaps need to clear the cache, recycle the app pool etc. before it's working again perhaps.
Try doing this
1: Go to the /app_data/TEMP folder and delete it's contents 2: Go to the /config/ClientDependency.config file and increment the version number attribute 3: Recycle the app pool (Touch the web.config)
Does that make any difference?
/Jan
is working on a reply...