? 422780_faq_details.patch Index: faq.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/faq/faq.module,v retrieving revision 1.1.4.52.2.113 diff -u -p -r1.1.4.52.2.113 faq.module --- faq.module 26 Oct 2009 22:36:02 -0000 1.1.4.52.2.113 +++ faq.module 27 Oct 2009 01:47:46 -0000 @@ -213,7 +213,7 @@ function faq_form(&$node, &$param) { '#title' => check_plain($type->title_label), '#default_value' => $node->title, '#required' => TRUE, - '#weight' => 0, + '#weight' => -2, '#description' => t('Question to be answered. This will appear in all question listings, such as the FAQ blocks.'), ); @@ -325,9 +325,9 @@ function faq_view($node, $teaser = FALSE drupal_add_css(drupal_get_path('module', 'faq') .'/faq.css'); $node = node_prepare($node, $teaser); $node->detailed_question = check_markup($node->detailed_question, $node->format, FALSE); - $content = $node->content['body']['#value']; - if (variable_get('faq_display', 'questions_top') == 'hide_answer' && !empty($node->detailed_question) && variable_get('faq_question_length', 'short') == 'both') { + if (!empty($node->detailed_question) && variable_get('faq_question_length', 'short') == 'both') { + $content = $node->content['body']['#value']; $node->content['body']['#value'] = '