Closed (fixed)
Project:
Frequently Asked Questions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 14:41 UTC
Updated:
21 Jun 2009 at 11:00 UTC
with regard to http://drupal.org/node/345841#comment-1524130, this is only applicable if I select "Clicking on question opens the answer in a new page". Yes, it does provide bullets or number. But clicking on question bring me to new page.
The option is not available if select "Clicking on question opens/hides answer under question". I still want the ordered & unordered lists where answer is opens/hides answer under question.
Comments
Comment #1
stella commentedAh right, that wasn't clear from your original post. That's not possible at present, and I'm probably not going to add it as the faq pages are fully customizable via the theme layer.
In your theme's directory, create a copy of the
includes/faq-hide-answer.tpl.phpfile, or if using categories, then copy theincludes/faq-category-hide-answer.tpl.phpinstead. You will need to change the divs to the appropriate list html (ol vs ul, and add li tags). In addition, you will probably need to add the following to a custom javascript file in your theme:Hope that helps.
Cheers,
Stella
Comment #2
stella commented