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 looked through all .php files on zen and I can't seem to figure this out. I created custom block using drupal (structure => blocks => add block called "Links."
My intention is to place this new block on the "highlight" region of the site. I also want to place it on blocks.css file so I can customize it just like the other pre-included blocks on that page. Any idea where I should look?
Hi ,
Iam new in Druplal world,
I want to use Ubercart, I intalled th CCK but it have errors
FileField 6.x-3.10 Defines a file field type.
This version is not compatible with Drupal 7.x and should be replaced.
Requires: Content (missing)
Required by: FileField Meta (disabled), ImageField (disabled
FileField Meta 6.x-3.10 Add metadata gathering and storage to FileField.
This version is not compatible with Drupal 7.x and should be replaced.
Requires: FileField (disabled), Content (missing), Getid3 (missing)
So I have a content type with an image field and I need that image to be set as a background of the div for the entire node. I could easily do this by getting the path and doing inline styles to add the background image, but that won't validate. So what I'd like to do is send the image path to a CSS file to be applied as a background image to the correct div. I'm kind of new to Drupal so I'm not really sure what to do and so far my search efforts haven't gone so well. Thanks in advance!
need to display clickable filename for download and size of file must display on the node.
A clickable link file name and size of the file is visible in edit, but not in view of the node.
Trying to set node for user to see file name(with link) and size of file before clicking on file name to download the file.
Looking at the contemplate module I can see it is possible via theme. I'd prefer not to change theme code.
There may be a module that has this ability,which I've not found.