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.
Hi, this is an odd question maybe... If I know an image's node number (im using image and image assist), what function do I call to get its filename from the database (inorder to create an tag). If there is no stock function, what should the sql call look like? I also need the node's body.
I've been toying with this for days and can't seem to figure it out.
Here's what I'm trying to achieve and hopefully someone can help me out.
Going to have a few pages so my taxonomy would look something like
Home
- About ( page with full html )
- News ( page with full html context, listing news items which would be "story" content type )
- Contributors ( page with full html context, listing contributors which would be a new content type named " contributor" )
I'm trying to figure out the best way to go about achieving this.
I'm really needing to limit my visitors to only be able to upload .mp3 files with the Audio Module, as they're uploading all sorts of other audio types (eg .wma files), which don't work with the on site flash player.
I would really appreciate any pointers on how to achieve this, as I'm not a coder.
I've recently noticed that I sometimes (it seems like always now) have to logon twice to enter my drupal site. Also, when I click the home button, I sometimes am logged out. Any ideas?
I am using the Category module to organize the content on a site I am working on. I am wondering if it is possible to have content posted by users automatically categorized to the correct category based on the location they have navigated to. For example, let's say I have two different categories among many:
I need to add an extra field to the registration form, a "confirm email address" field, that allows the user to type in their email address again. I only need this field on the registration form. If I add a field using administer » settings » profiles this will add the extra field to the stored users profile, resulting in the email address being stored twice.
How do I add a "confirm email address" field so that it is just on the registration form, but is not stored in the database duplicating the first email address field?