Mercurial > hg > rr-repo
annotate sites/all/modules/views/help/misc-notes.html @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | ff03f76ab3fe |
children |
rev | line source |
---|---|
danielebarchiesi@0 | 1 <h3>Image Assist & ImageField Assist</h3> |
danielebarchiesi@0 | 2 Under certain conditions these modules can block access to the header input section of the admin. |
danielebarchiesi@0 | 3 They need to be disabled on certain views paths. To do this go to |
danielebarchiesi@0 | 4 Image assist ->Access settings |
danielebarchiesi@0 | 5 check "NOT on specific paths": |
danielebarchiesi@0 | 6 and enter |
danielebarchiesi@0 | 7 |
danielebarchiesi@0 | 8 Drupal 7.x has different paths |
danielebarchiesi@0 | 9 admin/structure/views/ajax/display/* |
danielebarchiesi@0 | 10 admin/structure/views/ajax/* |
danielebarchiesi@0 | 11 For futher reference please see <a href="http://drupal.org/node/415990">this issue for more information</a> |