Is the nodecomment-wrapper.tpl.php file no longer used?
I'm hacking the file a little bit to work with Premium Module (I inserted the following into the top of nodecomment_render):
if ($node->premium_access == '')
{
$output="Comments only available to members";
return $output;
}
this simply hides comments for users that don't have access to premium content. I would prefer to add this to the wrapper template, but after quite a bit of experimentation I couldn't get it to work.
Comments
Comment #1
merlinofchaos commentedIt should now be back to using the regular comment wrapper template; there was no need to have a separate one from core.
Comment #3
abaddon commentedit should be removed then? its confusing to have it there
Comment #4
crea commentedIf it should, let's do it in 3.x
Comment #5
crea commented