Posted by kreynen on July 24, 2009 at 10:26pm
Jump to:
| Project: | Creative Commons |
| Version: | 6.x-1.0-beta4 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | balleyne |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#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.
#3
While this was moved, creativecommons_view was setting $node->content['body']['#value'] .= $output; Should have been $node->body .= $output;
#4
Automatically closed -- issue fixed for 2 weeks with no activity.