we will get duplicate signature, i not sure what wrong with this line check_markup($sig); anyone can help?. it happen even to projectopus http://www.projectopus.com/node/9362

Comments

Foodster’s picture

Status: Active » Needs review

Remove following line, as it is not needed. print $content will include signature. can someone verify this. I tested on my installation and it work.

$curr_user = user_load(array('uid' => $userid));
$sig = $curr_user->signature;

if ($sig):

--
//print check_markup($sig);

endif

azote’s picture

another way of doing it is editing line 1535 on the comment module and commenting out ? $edit['comment'] : $user->signature

more info here http://drupal.org/node/62746

michelle’s picture

Status: Needs review » Closed (fixed)

Just tidying up.

Michelle