toggle default node display
DrupalBone - November 2, 2007 - 12:24
| Project: | Copyright |
| Version: | 5.x-1.6 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I've definitely been loving this module. I like using it to allow users to define their license on a node by node basis.
My problem is that whereas I was able to toggle the footer copyright off by changing True to False in the module, I couldn't find a toggle to display the default copyright on a node (in it's block). I see that it is set to not show the default copyright, but I'd like to be able to set to show that copyright and have it be attributable to the author (like the other license field types allow on their pages).
Whether you can do this or not, thanks for making such a great module.

#1
You can disable the copyright in the footer by disabling the "Site copyright" block on 'admin/build/blocks'. By default it is displayed in the footer region. No need to change the code (TRUE to FALSE) anywhere in the modules code.
I've added more display options on 'admin/content/types/story' (for example) that allow you to:
1. display or hide the notice on full node pages,
2. display or hide the notice on teasers,
3. display or hide the notice if it is equal to the site-wide default.
This will be included in the next release of copyright (5.x-1.7).
#2
Automatically closed -- issue fixed for two weeks with no activity.