Posted by Michel77 on February 22, 2009 at 4:04pm
4 followers
| Project: | Share Buttons (AddToAny) by Lockerz |
| Version: | 6.x-2.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | paulbooker |
| Status: | closed (duplicate) |
Issue Summary
The values for field "Button image HTML attributes" in the admin interface for the module (admin/settings/addtoany) is not aplied or saved.
After changing and saving it, the field keef the value: alt="Share/Save".
Drupal version: 6.9
Module version: addtoany 6.x-2.0
Comments
#1
This can be fixed by changing line 63 of addtoany.admin.inc
from:
$form['addtoany_button_settings']['addtoany_custom_image_attributes'] = array(to:
$form['addtoany_button_settings']['addtoany_image_attributes'] = array(Greatings,
Michel77
#2
Created a patch with the fix described in post #1 for Field "Button image HTML attributes" not saved (admin page)
Fixes: Saving of field "Button image HTML attributes".
Changes: File "addtoany.admin.inc", line 63
from: -
$form['addtoany_button_settings']['addtoany_custom_image_attributes'] = array(to: +
$form['addtoany_button_settings']['addtoany_image_attributes'] = array(Greetings,
Michel Sijmons
#3
Array Key Names must match. And in 6.x-2.3 there is still the same bug!
Please add this patch its now line 86.
#4
Will be fixed in version 2.5!
#5
Duplicate of .. http://drupal.org/node/634208