Hi

does it works with drupal 6.15 ?
or is there necessary to do rebuild access permissions after use no node grants patch?

after enabling this module, and use no node grants patch my block start be weirds, blocks for another users was loaded for me, logjn block was shown although I was online and... a lot of block was really weird, there were javascript errors on quick tabs blocks...

when I unchecked core patch checkbox or disable module, everythings was fine.

thanks
Igor

Comments

igorik’s picture

I am using Organic groups access module so this is the reason why I needed to use no node grants patch.

thanks for the answer/fix it.

Igor

swentel’s picture

Status: Active » Fixed

The last significant change in block.module is now almost 20 months ago, so yeah, it should work.

The fact that it is showing strange blocks (like the user) is caching strategy. You should look at how blocks are cached and maybe also play a bit with roles and such. Javascript errors are a typical error where the block itself tries loads the javascript from the block callback which is a shame because it breaks caching completely. Such blocks must can't have caching or you need to find a way to included the javascript for such blocks at another place.

igorik’s picture

thank you, while I disabled caching for all quick tabs blocks, it works like a charm.

have a nice day
Igor

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.