Closed (fixed)
Project:
UIE Forum
Version:
5.x-1.x-dev
Component:
Admin/Moderator
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
27 Sep 2007 at 15:16 UTC
Updated:
7 Jan 2008 at 08:41 UTC
Somehow did the Access control disappear. I changed the code for now to
$form["Access Control"] = array(
'#type' => 'fieldset',
'#title' => t("Access Control"),
'#description' => t('No Access Controls to add for this forum'),
'#attributes' => null,
'#collapsible' => TRUE,
'#collapsed' => FALSE,
And at least I can see it again now. Does somebody know why Access control disappeared in the first place?
Regards
Comments
Comment #1
daniel.hunt commentedThis sounds like a styling issue to me - do collapsible fieldsets work elsewhere on your site?
Comment #2
daniel.hunt commentedFair enough