Doesn't work with Clean URLs turned off
btopro - August 25, 2008 - 03:45
| Project: | Facelift Image Replacement Integration |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
As a usual silly mistake I make with projects...this doesn't work if clean URLs is turned off. Patch would be to change to address it requests from /flir... to ?q=/flir...
In file flir/flir/flir.js change line 355 to say:
return FLIR.path+'?q=flir/generate/'+enc_text+'/'+o.offsetHeight+'/'+o.offsetWidth+'/'+this.serialize(o);
and line 366 to say:
return FLIR.path+'?q=flir/generate/'+enc_text+'800/800/'+this.serialize(o);
This is true of 5.x and 6.x versions.

#1
#2
Fixed in 1.2
#3
Automatically closed -- issue fixed for two weeks with no activity.