I'm creating my first custom node module usin Forms API for 4.7.4. I've included a multi-select dropdown list (lets say.. value2) as a form element.
Is it possible to identify/check all the options in the list that were selected ?? I would like to insert a separate record into a table for each option selected from the list. Each record.
For example, if the user enters 'cs20a' for form item value1 and selects 1,2,3 as multiple values in list value2, I would like to insert the following records into table test...
I want to generate documentation for all the modules. Apparently he only generates 2 modules (node.module and search.module).
I tried to add some tags, but it's the same as in node- and search.module. I don't get it ... Doxygen doesn't show any errors or warnings and he parses the files. Very strange...
Does someone know what I have to do to get documentation of all the modules? Or what the problem is?
I have created Quizes using Quiz module which don't work for Guests if you have enabled Cacheing. So can I disable cacheing for Quiz module ?
I am not sure that I even understand caching mechanism of drupal properly but still this will make the thing to work for me, so worth trying. Any suggestions ?
I have a site for a school that uses the user.module and profile.module to run a directory of users. There are permissions set so that members of the school community can see more info on each student, such as contact information. The general public gets just an email address. All people get a photo, which is basically an official student photo which is added in the user profile page.