Here's a patch that addresses the quiz node's install file to add a few lines that look like this:

<?php
// Default the "Show Author and Date" for quiz nodes to OFF.
$temp_array = variable_get('theme_settings', $default);
$temp_array['toggle_node_info_quiz'] = 0;
variable_set('theme_settings', $temp_array);
?>

This will reach into the theme_settings serialized array and add a zero, thus defaulting the 'show author' checkbox, found on the admin/build/theme/settings page, to default to OFF upon installation of the module. Site admins can re-enable this settings at any time in the future. This ensures that we're not stealing control of their site from them, but we default to a much prettier out-of-the-box scenario.

[a separate patch for the multichoice.module will follow. I'm not comfortable rolling patches for multiple files.]

Comments

senpai’s picture

...and here's the one for multichoice.module

senpai’s picture

Woops! Disregard the patch in #1. Bad boy, Senpai! No copy and pasting of code without seeing if it really work!

westwesterson’s picture

Status: Needs review » Fixed

Looks good. Committed

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

  • Commit 2fef093 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x by westwesterson:
    Quiz and Question nodes should not display their Author or Published...

  • Commit 2fef093 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, quiz-pages by westwesterson:
    Quiz and Question nodes should not display their Author or Published...

  • Commit 2fef093 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, quiz-pages, 2269219 by westwesterson:
    Quiz and Question nodes should not display their Author or Published...

  • Commit 2fef093 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, 2269219 by westwesterson:
    Quiz and Question nodes should not display their Author or Published...