View Single Post
  #29 (permalink)  
Old 10-30-2008, 06:35 AM
yyovkov yyovkov is offline
Active Member
 
Posts: 29
Default

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
Reply With Quote