Active
Project:
Ajaxify Regions
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2010 at 14:16 UTC
Updated:
7 Oct 2010 at 16:53 UTC
I just installed this great mod, and added my gallerix block with random pictures. I see that this block using ajax load, but the picture is always the same :(
Gallerix:
http://drupal.org/project/gallerix
Thanks!
Comments
Comment #1
superfedya commentedsame here, and for all other modules with changing content (like shoutbox, quotes) too... so, this module is useless?
Comment #2
ClearXS commentedHave no idea, but maybe this adds to the discussion: http://drupal.org/project/ajaxcache
Comment #3
csevb10 commentedAjaxify Regions will make a request back to the server to load the block dynamically. If requests to load that block return different content on a regular basis (randomization in php or sql), then you should be good. I'll try and take a look because this is exactly what the module is built to handle. It works for other dynamic content in blocks, so I see no reason it shouldn't work for the other blocks you mention, but I'll install, test, and provide feedback.
Comment #4
csevb10 commentedThanks to mikeytown2 for posting this elsewhere. This would make sense. You simply need to configure boost to NOT cache the ajax request responses. See info below. If this _doesn't_ work, then I'll go through and test on my own. If it does work, let me know, and I'll simply add functionality to automatically add the boost configuration. Thanks!
exclude ajaxify path in boost. 3 ways
In boost config
Or
In module
Comment #5
csevb10 commentedAlso, simply check this thread for more info: http://drupal.org/node/897092