Closed (fixed)
Project:
Ajax Blocks
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2011 at 01:46 UTC
Updated:
21 Nov 2011 at 22:00 UTC
Great module! using it have reduced the website load time and page caching time dramatically.
Tho, when using Ajax blocks with Boost and i18n, where block is set to "All languages", the blokes are loading in the site default language instead of current user language.
Couldn't figure out a quick fix for this one, any suggestions?
Comments
Comment #1
maximpodorov commentedThank you for your response.
Yes, I understand the problem. When using path prefix negotiation, this module still sends requests to /ajaxblocks URL, not to /language_code/ajaxblocks (so the server side can't determine the current language). I think adding such prefix will fix the problem. I'll do this soon.
Comment #2
maximpodorov commentedCould you try the latest dev version? I commited the changes to fix this problem.
Comment #3
miraclegr commentedIt is working for me.
Comment #4
maximpodorov commentedOK, thanks for the report.