103,111d102
< 
<   $form['forward_options']['forward_show_comment'] = array(
<     '#type' => 'checkbox',
<     '#title' => t('Show Forward on comments'),
<     '#return_value' => 1,
<     '#default_value' => variable_get('forward_show_comment', false),
<     '#description' => t('If checked, the link/form will appear on comments'),
<   );
< 
638,639c629
<   if (($type == 'node' || ($type == 'comment'&& (true == variable_get('forward_show_comment', false)) )) && user_access('access forward') && (variable_get('forward_form_type', 'link') == 'link') && variable_get('forward_display_'. $node->type, '1')) {
<   //if (user_access('access forward') && (variable_get('forward_form_type', 'link') == "link") && variable_get('forward_display_'. $node->type, '1')){
---
>   if (user_access('access forward') && (variable_get('forward_form_type', 'link') == "link") && variable_get('forward_display_'. $node->type, '1')){
