I wonder if it's possible to load more than one region via ajax.
Let's say i have several regions above and belove $content region all of them configured to be shown on specific page like: site.com/news
But when i click on tab with activated ajax loading and go to page /site.com/news/lates
it shows proper content block, but it also keeps blocks which not supposed to be here (because, again, ajax tabs loads only content region).
Well, of course you can put all blocks in content region and style them to look proper, but hey, that's not really good hack.
Anyway, i hope in future version will be implemented function to choose which regions also will be affected by ajax load, maybe just list with check boxes to choose.
Thanks for wonderful module.
Comments
Comment #1
Kane commentedHmm, maybe change the way this module loading content. For example add div to page.tpl with id which will contain all stuff which should be loaded in page, including all blocks which wrapped by this div.