Posted by barraponto on October 29, 2009 at 6:59pm
Jump to:
| Project: | ImageField Assist |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | lourenzo |
| Status: | closed (fixed) |
Issue Summary
Also prevents them from showing draggable size.
it is probably trying to display icon and allow the use of IFA on Views header/footer/empty text/global field.
check firebug console script for error reports (while loading those panes).
it will also print json when clicking on anything ajax.
Comments
#1
#2
mantainer suggested workaround: admin/settings/imagefield_assist has a 'Access settings' tab where it can be configured where ifa displays. it has default value (i think) of 'node/*' 'comment/*' but despite it it is alos set to 'all paths'. should default to specific paths.
#3
Actually, the original bug report could be solved simply by configuring the access settings for the IFA.
But this default configuration should be more cautious with modules using AHAH/AJAX by default.
So, we need to allow by default the access only on node, comment and block paths, and explicitly let users know this can be easily configured
#4
#5
Subscribing
#6
Acessing the config page will allow you to configure in which fields and paths the IFA should be loaded.
#7
We need to improve the default values for variables, so the standards will work before saving config options.
#8
Fixed on beta6: Now by default it will be loaded only in /node and /comment derived paths.
#9