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.
If so what code do i use to grab the image uploaded to a node?
I have a query that pulls the title and content of my news pages but I need it to also pull the uploaded image associated with the news pages as well as the title and content.
SELECT node.title, node.created, node.nid, content_field_excerpt.field_excerpt_value ..... I have no idea what to use to target the uploaded image. If the image is not in the db to begin with I guess im back at square one trying to figure out how to pull the images.
I simply wanted to announce that I've just released Wordpress Import 6.x-2.0, which is a complete rewrite of version 1.x. This new version should work far better and faster than the old version, especially with really large Wordpress sites with hundreds or even thousands of posts. Apart from bugfixes and performance improvements, this release comes with some interesting features such as organic groups support and the ability to "refresh" an import.
I just joined an organization that helps inner city folk learn to grow gardens, to end hunger. Their cause is right down my ally, but they have a MySQL error and want to help them out. They are a 501c3 Not-for-profit so I thought I'd come to the place that's helped me so much personally Drupal!). Thought maybe someone here could just tell me what the error means so I can let them know if it's a big deal
thanks for any help you can give, the error is at the bottom of this code here, lata
Hi. I changing our company site with Drupal. What i want to know that is how to control permission to access specified folder?
Uploaded files are contained one folder.
I want to check user's status which member or visitor when user download files.
But I only can check download action through attachment box, i can't check through just link.(For example, http://www.google.com/sites/files/ThisIsJustExample.zip)
Same file, just diffrent way to access.
I have a client who has a therapy script program he has created in Microsoft XL. He wants to begin selling it, but he is unsure about giving away his unsecure .xls file because it could just be copied and altered too easily.
I recommended Drupal, because I always do, but also because I've heard of the quiz module and webform, etc. I wondered about converting the xls file to mysql and then using it in co-operation with one of those modules. (Obviously, he would then have to change his selling model to access to a website, instead of downloading a program.)