Closed (fixed)
Project:
CiviCRM Theme
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 16:15 UTC
Updated:
7 Sep 2010 at 15:49 UTC
Normally I post a patch but I do not have a lot of time right now and this change is simple.
To get the 6.x-dev version working change $form['form_id'] on line 17 of civicrm_theme.module to $form['form_id']['#value']
With that change, everything seems to be working fine for me.
Comments
Comment #1
equinox commentedThis fix worked perfectly for me. Thanks. :)
Comment #2
cfleek commentedYeah!! Thanks!
Comment #3
theroth commentedI had to alter the name of the function "civicrm_form_alter" to "civicrm_theme_form_alter" to get it to work, using Drupal version 6.14. PHP error log said that the function "civicrm_form_alter" had already been declared by the civicrm module and couldn't be redeclared by the civicrm_theme module. Hope that helps if anyone has same issue.
Comment #4
deviantintegral commentedI can't replicate this - is it still an issue now that #568710: Rename civicrm_form_alter() to civicrm_theme_form_alter() has landed?
Comment #5
kurund commentedTested and working fine in 6.x
Comment #6
eljay commentedWhere do I have to look to make the changes?
Comment #7
deviantintegral commented@eljay, this issue has been fixed in CiviCRM Theme 6.x-1.4.