Drupal 5.10
cck 1.7
tried this:
function hook_form_alter($form_id, &$form) {
$form['field_re_article']['nids']['#type']='hidden';
}
returns error: 'This post can't be referenced.'
Drupal 5.10
cck 1.7
tried this:
function hook_form_alter($form_id, &$form) {
$form['field_re_article']['nids']['#type']='hidden';
}
returns error: 'This post can't be referenced.'
Comments
Comment #1
Michael Hofmockel commentedtrying again I now get this error
warning: preg_match() expects parameter 2 to be string, array given in /Applications/MAMP/htdocs/acorda/drupal/includes/bootstrap.inc on line 670.
Comment #2
kenorb commentedsubscribing
Comment #3
ro-no-lo commentedYour answer is probably http://drupal.org/node/336355 there.
If not try #access = FALSE;
Comment #4
karens commentedClosing old issues. None of us is using the D5 version any more, so hard to provide any support. Sorry.