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

balleyne’s picture

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().

balleyne’s picture

Assigned: Unassigned » balleyne
Status: Active » Needs review

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.

kreynen’s picture

Version: 6.x-1.0-beta1 » 6.x-1.0-beta4
Status: Needs review » Fixed

While this was moved, creativecommons_view was setting $node->content['body']['#value'] .= $output; Should have been $node->body .= $output;

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.