Closed (fixed)
Project:
Question/Answer
Version:
7.x-1.6
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 18:59 UTC
Updated:
30 Mar 2011 at 23:41 UTC
I've done my best to follow the very good documentation on the module, but running into a couple of questions:
I think the Answer field is set up correctly, but its showing up as empty box on the question and answer input form. Should that be hidden?
For setting up duration: When I select Integer, I'm not getting a select widget list. Do I need to install extra CCK module?
Comments
Comment #1
jcisio commented1st question: it is displayed only when you're under an admin account, so it's not a big deal.
2nd question: read the documentation. Use the select list widget.
Comment #2
Stephen Rockwell commentedThanks for the feedback...i figured the second issue. The select list widget is available under Field type List (integer) rather than Integer. I should have picked up on that, but you want to make that subtle change to D7 documentation.
Good to hear about the admin account thing.
Comment #3
Stephen Rockwell commentedan issue with picking list (integer) is that the module than doesn't seem to pick it up to set duration.
Comment #4
jcisio commentedFeel free to change the documentation at http://drupal.org/node/955460. I wrote it for D6, and didn't check thoroughly when I ported to D7.
And yes, it's a bug when "List (integer)" does not show up in settings page. I've just fixed it in
CVSGit.Comment #5
jcisio commentedAbout the admin account issue, it is indeed a minor feature request for hiding those fields for every user when writing a question.
Comment #6
Stephen Rockwell commentedthanks so much for your responsiveness and putting together a great module.