first import

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2013-01-09 10:53:26 +01:00
commit b20b38f514
526 changed files with 76993 additions and 0 deletions

11
help/misc-notes.html Normal file
View File

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