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.
A quick question: I'm trying to create a module which creates blog entries using drupal_execute(). Each blog should have a taxonomy term attached. My problem is I can't figure out how to create a blog with a pre-existing term.
i would like to add a "Print" feature to certain pages of my site so tht an entire article can be printed in full page width.
is that possible? pls explain in simple terminology.
I have been developing my own module that is an extension of the node. I would like to be able to add a link on my new node so that when it is viewed. When a user clicks on this link it then directs the user to a contact form which is emailed to the author of the node. I am not sure what is the best way to do this. Is there any third-party modules that do this? Or existing drupal API that I can use to simplify this?