Would it be possible to hide the Unanswered Questions block when it's empty? On the 5/16/12 dev release, the block shows empty with nothing but the block title when there are no unanswered questions. I've temporarily remedied this by changing line 2046 in my version of the module (the return statement in _faq_ask_list_unanswered()) to return 'No unanswered questions.' instead of returning ' ', but it would be preferable to hide the block if it's empty. I think that's how it worked in Drupal 6.

Comments

stenjo’s picture

Assigned: Unassigned » stenjo
Status: Active » Fixed

That is actually a small bug that I happen to have introduced. The intended behaviour is that it should not be visible if there are no unanswered questions.

jlea9378’s picture

Yup it looks like it's fixed in the May 17th dev release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.