Closed (fixed)
Project:
ESI: Edge Side Includes
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2010 at 06:16 UTC
Updated:
3 Aug 2013 at 16:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
askibinski commentedWith above patch in place and the one included in the next comment, you can just use the tpl.php file provided by context called "context-block-editable-region.tpl.php" and override it with someting like:
In addition you also need to patch esi.inc which handles the request for the block content. Otherwise the core block_list will provide an empty array because block placement is handled by context.
Not sure if this is the best way to do this, but it worked for me...
Comment #2
askibinski commentedpatch mentioned in #2. Should be used together with patch in #1.
Comment #3
mikeytown2 commentedThis has been fixed in the 2.x branch. If I am mistaken please re-open.
Comment #5
dropchew commentedHi,
Reopening for 7.x version. I enabled the esi context module but the block added by context are gone... am I missing something? thanks!
Comment #6
manarth commentedHi Dropchew,
If you're still experiencing the same problem, can you open a new ticket? ESI does have support for working with context. Perhaps the block disappeared because it's being rendered as an tag, and varnish isn't processing ESI tags? If so, the new Ajax rendering feature may help, by providing a client-side fallback renderer.