I installed a configured the Answer feature built by Greg Harvey (http://www.drupaler.co.uk/blog/scared-features-dont-be/492) on my new Open Publish version 2.0 site. This feature basically sets up 2 new content types (Question & Answer) and then does some views attach functionality with a little up/down voting on answers much like Stack Overflow, Yahoo Answers, etc. Unfortunately, when using the default Open Publish theme with this feature the Node Reference url link that should be visible on the Question content type to easily create an Answer is not output. When using the Cube theme or Garland the node reference link is output as expected. Looking through Google's Chrome's element inspector it looks is if the code to output the node's meta information is commented out so there must be some type of override that is happening somewhere but I cannot find it. Any help would be appreciated.
Comments
Comment #1
aelling commentedAfter a little more investigation, I see the in node.tpl of the Open Publish theme that the meta div is commented out by default. Once I uncommented that code I was able to get the links to display as anticipated.
Comment #2
Anonymous (not verified) commented