Closed (fixed)
Project:
Frequently Asked Questions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2011 at 04:42 UTC
Updated:
11 Sep 2011 at 17:41 UTC
In faq.module, a help text is introduced:
<?php
case "node/add/faq":
return t("Add a question and answer to a FAQ list.");
?>
Why is this here? The same text can be added from Drupal UI as submission guideline. The problem with this approach is that it cannot be disabled and will show alongside with the submission guideline. I propose that those lines should be removed and maybe find a way to add them as default value for the submission guideline.
Comments
Comment #1
stella commentedThis has been removed in the latest dev versions for D6 and D7 branches.