Re: Advanced State Control - Include contained items

2 messages Options
Embed this post
Permalink
Israel Saeta Pérez () Re: Advanced State Control - Include contained items
Reply Threaded More More options
Print post
Permalink
dyung2 wrote:
> Hello. I'm trying to see if there is any possible way in the State>Advanced control that if there any way to have the "Include contained items" checkbox checked as default because I have several characteristic folders and I find the process of going into every advanced state control and checking each and every "Include contained items" very time consuming and hectic.
>
> Below is a picture of what I'm trying to resolve:
>
>
> So, if there is any way to have that checkbox "Include contained items" defaulted please advise,
> any help would be appreciated. Thanks.
>  
I would try customizing the associated template.

-- israel


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
Israel Saeta Pérez
Israel Saeta Pérez () Re: Advanced State Control - Include contained items
Reply Threaded More More options
Print post
Permalink
dyung2 wrote:
> Thanks Israel for the response. Btw I'm using Plone 3.1.7 and I'm assuming I would have to add a code in one or many .xml file in the productdistro folder? Correct me if I'm wrong, but I'm going to try and locate that file right now. If anyone knows the exact location of where to correct this please let me know.
>
> Thanks.
>  

If it's a template in a skin layer, you can either customize the
associated template through the web (Customize button) or place it a
skin layer with higher priority in a filesystem product.

If it's a browser view, register a new zope 3 view for a new theme
browser layer in your filesystem product.

-- israel


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
Israel Saeta Pérez