maximpodorov
I would like to have boost compatibility.
... patch attached. With my site it works.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | ajaxblocks_for_boost.patch | 3.02 KB | rapsli |
| #8 | ajaxblocks_for_boost.patch | 2.99 KB | warobushek |
| ajaxblocks_for_boost.patch | 2.99 KB | warobushek |
Comments
Comment #1
warobushek commentedComment #2
maximpodorov commentedI had no experience with Boost. Is your patch based on any existing and tested code?
Comment #3
warobushek commentedI've taken some parts from boost.module file. I've tested it with each of 3 available boost modes.
Comment #4
superfedya commentedthis solution works and block loads via ajax. but all block's content stay static and unchanged.
Comment #5
warobushek commentedPlease, report your cache settings: normal(core),block, boost .. etc.
In my case core page and block caches are disabled, boost cache is enabled.
Comment #6
superfedya commented>In my case core page and block caches are disabled, boost cache is enabled.
In my case core page are disabled and block caches are enabled, boost cache is enabled and blockcache alter is enabled too (without core patching).
Comment #7
warobushek commentedDo those blocks, which shouldn't be cached (block alter configuration), stays cached?
Probably, it will be easier to disable block caching and disable blockcache alter module? And use just ajaxblocks for this purpose?
P.S. sorry for my english ^)
Comment #8
warobushek commentedtested this patch once more:
here is upgraded patch (added trim() for boost_cacheability_pages)
Comment #9
rapsli commentedI think it would be better to rename boost_cacheable to ajaxblocks_boost_cacheable to avoid a conflict.
Other than that, it patch works just fine
Comment #10
maximpodorov commented@warobushek, could you explain why checking $GLOBALS['_boost_cache_this'] is not enough? I implemented this in ajaxblocks 6.x-1.2 release. Could you try it?
Comment #11
maximpodorov commentedComment #12
TimelessDomain commentedjust tried latest release with boost & it works now without any patch needed.