Hi again,
I just check what is happen in the plugin, the issue with filenames is solving as you replace the line 331:
--- vegin ---
document.src = "http://"+this.getAlfUrl()+nodes[i].data.src+"?ticket="+this.getTicket();
--- end ---
with
--- begin ---
document.src = "http://"+this.getAlfUrl()+nodes[i].data.shortlink+"?ticket="+this.getTicket();
--- end ---
Hope this helps!
Regards,
Yovko Yovkov |