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 am using the democratica theme and have just created some new menus and they display fine. However, they don't seem to have any background graphic like the default navigation menu. I have tried to look through the style sheet etc but don;t seem to find any settings where I can define the background image.
Has anyone had the same problem or know a solution to it?
I have a vocabulary=Assignments with terms=assignment1, assignment2, etc. and a flexinode form with a few basic fields.
I have a "page" type node with some content describing a homework assignment to a student. I would like to add a hyperlink to this page that will bring the student to the flexinode form with the appropriate assignment taxonomy term prepopulated or preselected for them.
I am aware of /node/add/flexinode-1 but is there anything I can append to that? or use a query string? Is there some documentation I missed somewhere?
The Upload module provides an additional submit button to allow you to upload several files before finally submitting the node.
I am trying to do a similar thing with a custom node extension that I have written. i.e. I want an additional submit button to write something to the database and then return to the node editting page - without submitting the rest of the node.
Am I correct in thinking that the upload module does this using a "fileop" command? How does this work? Where is this picked up by drupal?
My site contains many media files (flash and video). I have constructed a MySQL database for each file with information. Is there a way to pull out all this information using one content page (ie site.com/?q=node/1) and have it get the title and body from the database?
but is showing up like this: http://torkzadeh.com/gallery3 It just sits there and won't run. I am wondering if there is something else I need to do to run this. I couldn't find any issues in handbook or old posts.
I have created a new menu (add menu function) and a new menu item for it (add menu item function). I can see it was created, but it doesn't seem to be displaying underneath the default navigation menu (I am using democratica theme). Does anyone know how I can get it to display?