Closed (duplicate)
Project:
AddToAny Share Buttons
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Reporter:
Created:
22 Feb 2009 at 16:04 UTC
Updated:
7 May 2010 at 14:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Michel77 commentedThis 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
Comment #2
Michel77 commentedCreated 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
Comment #3
kars-t commentedArray Key Names must match. And in 6.x-2.3 there is still the same bug!
Please add this patch its now line 86.
Comment #4
micropat commentedWill be fixed in version 2.5!
Comment #5
Anonymous (not verified) commentedDuplicate of .. http://drupal.org/node/634208