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'm working on a site where all the events posted should start at 2:00 p.m. and end at 2:01 p.m. (it's a thing where you go out on a corner, sidewalk, etc. holding a sign or whatever to stand for what you believe in, whether that be education, the environment, etc.).
My clients want to know if it is possible to set it so that people don't have to input the start and end time-- that it defaults to starting at 2 p.m. and ending at 2:01 p.m.
I know there are tons of articles here on floating images but I can't seem to get the image assist template right. I copied this piece of css from someones website who was posting here (sorry dude, I will write my own later)
I'd like to have the ablitity for users to email the author of certain node types with a simple "email this author" link. I'm sure that this could go in the node.php template file (or story.php etc. depending on node type) by just producing a link with author's contact link "user/100/contact." What php would do this?