Closed (fixed)
Project:
Creative Commons
Version:
6.x-1.0-beta4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jul 2009 at 22:26 UTC
Updated:
23 Aug 2010 at 20:40 UTC
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
Comment #1
balleyne commentedSure, 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().
Comment #2
balleyne commentedMoved 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.
Comment #3
kreynen commentedWhile this was moved, creativecommons_view was setting $node->content['body']['#value'] .= $output; Should have been $node->body .= $output;