Hello, I´m trying to install the moodle.module but I don´t understand the install instructions from the 3 step. have someone installed it? Could you tell me the instructions to install this module?
Allows simple communication between admin users and site users. Admin rights can be configured by roles. Based on the comments module. More info here...
hey, everybody
Can you help me?
In drupal, how to set attribute for radiobutton in group?
I have an array to create a group radio buttons:
$form['radio_group'] = array('#type' => 'radios',
'#title' => t('Radio'),
'#default_value' => t('1'),
'#options' => array('option1'=>t('option 1'),'option2'=>t('option 2'),'option3'=>t('option 3'))
);
I have run drupal4.6 and module FCKeditor, everything works well, however i don't know how to disable function "Create New Folder" in Upload page.
For my purpose, i only allow users can upload to available folders (ex:Image, Flash, Media), but they can't create any new folder through browser upload module of FCKeditor.
Fatal error: Cannot use string offset as an array in C:\apachefriends\xampp\htdocs\searcy\includes\theme.inc on line 505
Not sure where this error is coming from. I've seen it a few times, most recently in the admin/views page for the views module. It's a difficult error to troubleshoot bc I'm not positive it's a views problem. I tried removing all of the other modules and it still gave me the error.