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.
What is the best-practice way to link to internal nodes/pages within a node's body? At the moment I put
<a href='/some/link'>tags</a>
... with the emphasis on the leading slash / because without it links would break when not in the root directory. But this isn't perfect because the leading / also means that if the drupal installation moves to a subdirectory then the links are broken.
I think, we just changed over... or I am the only person on the internet tonight. Drupal is screaming fast right now, it's faster than if the file server was sitting on my desk.
I've just downloaded Drupal and I want to develop a custom software application on top of it. Basically, it's going to be a specialized document management system for a small group home. Where would everyone suggest I get started as to using Drupal for this?
on the description for the image module, one of the things it says that it can be used for is including images in stories. is there a way of doing this automatically, or is it basically just talking about uploading an image and then putting an html image tag linking to the image's URL?