RDF only display if block enabled
kreynen - July 24, 2009 - 22:26
| Project: | Creative Commons |
| Version: | 6.x-1.0-beta1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | balleyne |
| Status: | needs review |
Jump to:
Description
The Admin interface has a checkbox to include the RDF in HTML, but that only works if the CC node license block is enabled. We should either change the help text to reflect this or add the RDF outside the block. I can do this if committing to dev version won't screw you up.

#1
Sure, if you have a chance before I do, feel free to commit to the DRUPAL-6--1 branch. I probably won't have a chance until Sunday or Monday. Maybe the RDF should just be output via hook_view() instead of hook_block().
#2
Moved the RDF/XML insert to hook_view(), so it's no longer dependent on the block being enabled. Change should appear in dev snapshot tonight, and it'll be in the next beta.