Hello Great Drupal Community!
The short version of my problem is that I want to have url lists disabled on a site wide basis and have them only selectively enabled on the content types I wish. Is there any way to do this?
The full description of my problem is that I have a view made of user profile information and I do not want the url list to display at the bottom of the page when printing. I tried disabling the url list in the main configuration and this worked to hide it. However when I slelected on the individual content types to enable this it would not show. I could only get it to work with the main configuration setting set to enabled. However with this enabled on everything I do not have a way of disabling it on the view. I can disable on the content types but not the view.
Thank you,
- Vince
Comments
Comment #1
vincetingey commentedUpdating the title to clarify the exact name of the setting.
Comment #2
jcnventuraThe answer I gave in #1134440: 'Friendly URLs' can't be turned off for "system" pages applies here..
I'll try to add something to the module to disable the URL lists for system pages, though...
Comment #3
jcnventuraAdded in git an option to disable the URL list in system pages. It's off by default.