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

merlinofchaos’s picture

Status: Active » Fixed

It should now be back to using the regular comment wrapper template; there was no need to have a separate one from core.

Status: Fixed » Closed (fixed)

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

abaddon’s picture

Status: Closed (fixed) » Active

it should be removed then? its confusing to have it there

crea’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev
Category: support » feature

If it should, let's do it in 3.x

crea’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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