I've already created a contrib project and implemented this action. Will add the project to GitHub tomorrow but you can already use the functionality. Add the following dll to the / bin folder of the Umbraco install
Now you should see an extra option in Bulkmanager for managing content
When you select "Set umbracoNaviHide property" a new dialog opens where you can select setting umbraco Navihide to true or false and then you can update all selected documents at once.
Yes install free bulkmanager and add dll to the bin folder should work. You must have the umbracoNaviHide property on your doctype to allow bulk operations so yeah will work for you.
Mixed Content: The page at 'https://www.casasoft.com.mt/umbraco#/developer/framed/%252Fumbraco%252F..%2…nager%252Fpages%252Fbulkmanager.aspx%253Fid%253DBulkManagerContentProvider' was loaded over HTTPS, but requested an insecure resource 'http://www.casasoft.com.mt/App_Plugins/BulkManager/pages/bulkmanager?id=BulkManagerContentProvider'. This request has been blocked; the content must be served over HTTPS.
I have also removed the mentioned rule and set the umbracoUseSSL to true and still having and redirection loop when trying to access the website Content Management System.
Therefore I'm still cannot use the Bulkmanager package.
Set Boolean Value in Bulk - Umbraco
Hi Guys,
I am using Umbraco 7.2.1.
How can I set a boolean value, such as the UmbracoNviHide property in bulk?
Because i am in circumstance where now I want to set umbraconavihide to true to such nodes.
Are there are way except from the database?
And if is only from the database, where should I edit pleasE?
Thank you in advance.
Kind Regards
Would be a nice addition to Bulkmanager http://soetemansoftware.nl/bulkmanager
Will create an extension project this week so that you can use it.
Best,
Richard
Thank you Richard.
Hearing from you.
Kind Regards
Hi Simon,
I've already created a contrib project and implemented this action. Will add the project to GitHub tomorrow but you can already use the functionality. Add the following dll to the / bin folder of the Umbraco install
https://www.dropbox.com/s/ec8xkaoqpbm3zj6/BulkManager.ProviderContrib.dll?dl=0
Now you should see an extra option in Bulkmanager for managing content
When you select "Set umbracoNaviHide property" a new dialog opens where you can select setting umbraco Navihide to true or false and then you can update all selected documents at once.
Hope this helps,
Richard
This is really neat! Would be great to extend it to allow bulk change of other properties :)
Hi,
Yes in fact that is in the long term planning. For now it requires a little bit of coding. The contrib project is a nice example how to extendhttps://github.com/rsoeteman/BulkManager.ProviderContrib/tree/master/BulkManager.ProviderContrib
Hope this helps for now.
Hi Richard,
So I can install the free bulk manager first and then add that .dll file in the bin folder?
Since I have already the UmbracoNaviHide property set in the document type, will this still works?
Thanks very much.
Kinds Regards
Hi SImon,
Yes install free bulkmanager and add dll to the bin folder should work. You must have the umbracoNaviHide property on your doctype to allow bulk operations so yeah will work for you.
Best,
Richard
Hi Richard,
Is it normal that it takes so much time to load when I click on Content, under Manage?
Thank you.
Kind Regards
Only on first request
Currently, I have only Content under Manage.
I am clicking on Content and it is keeping loading.
Kind Regards
Think install went wrong. Check log files for errors please and maybe tools like fiddler give an insight what is going on.
Hi Richard,
I am having the following error:
Any idea?
Think you need to set umbracoUseSSL to true
https://github.com/kgiszewski/LearnUmbraco7/blob/master/z-Appendix%20D%20-%20Config%20Files/01%20-%20Web.Config.md
Hi Richard,
I am using the Cloudfare secure connection and currently, I have this rule:
Now if I change umbracoSSL to true, when I try to access the CMS, there will be a redirection loop.
Do you know how I can exclude not to redirect if it is in CMS, i mean /umbraco? PleasE?
thank you
Hi Richard,
I'm still stuck about this.
I have also removed the mentioned rule and set the umbracoUseSSL to true and still having and redirection loop when trying to access the website Content Management System.
Therefore I'm still cannot use the Bulkmanager package.
We are using cloudfare for secure connection.
Any idea please?
Thank you in advance.
Kind Regards.
Hi Richard,
To give more information, we are using the cloudfare Flexible SSL
Performing a redirect using a simple web.config rewrite was not working when using the Flexible SSL, it seems that ASP.Net does not recognize it is in SSL mode. Thus you cannot do a redirect such as http://stackoverflow.com/questions/9823010/how-to-force-https-using-a-web-config-file
For this reason, CloudFlare pointed us to the following documentation https://support.cloudflare.com/hc/en-us/articles/200170536-How-do-I-redirect-all-visitors-to-HTTPS-SSL- which states that CloudFlare adds a new HTTP Header
Now, when accessing the content section, the request is being requested through as insecure resource. (http)
DO you have an idea how I can solve it pleasE?
kind Regards
Sorry don't know how to solve https issues.
Hi Rirchard,
Problem was solved.
Unfortunately, one of the IIS rewrite rules in web.config was conflicting.
I forgot to negate /App_Plugins.
Now it is working and everything worked as exptected.
Kind Regards.
Cheers.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.