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
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
Comment #1
Foodster commentedRemove 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);endifComment #2
azote commentedanother way of doing it is editing line 1535 on the comment module and commenting out
? $edit['comment'] : $user->signaturemore info here http://drupal.org/node/62746
Comment #3
michelleJust tidying up.
Michelle