When I upload files to drupal, I can not run install.php?
there is an error "Not Found
The requested document was not found on this server. "
If I enter a link / INDEx.txt on ok itself displayed instructions.
I'm not quite understanding how to link an image to the colorbox module.
content type > manage display > settings > link image to: nothing, content, file...
...I assumed colorbox would become one of these options (similar to lightbox on d6), but no go. I dug around for awhile without much success. Any help/ideas/links are appreciated.
I had a module in Drupal 6 and Ι'm trying to move to drupal 7.
All my old javascript files that used jquery were using the "$" variable. I know I can (should?) use the wrap method :
(function ($) {
// Original JavaScript code.
})(jQuery);
but this method breaks all the code. I expain :
I include a script in my tpl.php file : drupal_add_js(path_to_theme().'/js/painter.js');
The poor old painter.js used to create a variable this way :