I think that it is not required to promote the quiz questions node to front page in a typical case. I propose to turn off this by default and let the user change it using content management options. What do you say about this ?
I think that it is not required to promote the quiz questions node to front page in a typical case. I propose to turn off this by default and let the user change it using content management options. What do you say about this ?
Comments
Comment #1
turadg commented+1
Comment #2
sivaji_ganesh_jojodae commentedInserting
variable_set('node_options_' . $module_name , array('status'));line in hook_install will do the job. This will work only against fresh installation. I'm not interested in writing 7 hook_update_N (one for each question type) for this trivial change. Committed to 4.x.