Disable/ hide revisions/ authoring information - Drupal code snippet

Past the following code in you template.tpl.php to activate it.

 

function phptemplate_node_form($form)
{
$form['revision_information']['#access'] = FALSE;
return theme_node_form($form);
}

 

 

Credit: Found the solution here.

Nieuwe reactie inzenden

De inhoud van dit veld is privé en zal niet openbaar worden gemaakt.

Reacties