Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I tried to integrate Plupload to my fresh Drupal 7 installation. I downloaded Plupload module, then the plupload core and copied it into the module plupload. Then i installed this module. Next i created new field in the node which was imagefield. But how i tell Drupal to use the plupload widget? There is no way to do this. Thanks for any help.
Upgraded from D6.20 to D7.0, install looked OK but the first thing I do is create a new image style and I get this error
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tuneup_drupal7.image_effects' doesn't exist: SELECT image_effects.* FROM {image_effects} image_effects ORDER BY image_effects.weight ASC; Array ( ) in image_effects() (line 976 of /home/tuneup/public_html/drupal/modules/image/image.module).
can someone please advice me, how could i display node content inside a block?
i have footer block and i would like to display in that only text from node content. can i do it with views?
I need to customize selected pages in a D7 site so that the DOCTYPE is changed from the RDFa and the default styles/css from Drupal are removed/not loaded -- so html.tpl.php needs to be overridden. I've tried a number of ways all of which have failed. I was able to change the page.tpl.php to use a custom node type for this but I am stymied with html.tpl.php.Any suggestions appreciated.