misc-notes.html 488 B

1234567891011
  1. <h3>Image Assist &amp; ImageField Assist</h3>
  2. Under certain conditions these modules can block access to the header input section of the admin.
  3. They need to be disabled on certain views paths. To do this go to
  4. Image assist ->Access settings
  5. check "NOT on specific paths":
  6. and enter
  7. Drupal 7.x has different paths
  8. admin/structure/views/ajax/display/*
  9. admin/structure/views/ajax/*
  10. For futher reference please see <a href="http://drupal.org/node/415990">this issue for more information</a>