Link to Documents in Drupal

Documents within a website function much like a page within a website. Each document is given a URL depending on which group the file was uploaded into. There are two main storage areas where files can be uploaded: Public and Private.

Loading a document into Public storage allows it to be accessed by anyone viewing the website. Loading it into Private storage allows only users with an OHIO ID to access the file. Clicking the hyperlink for a private file will direct users to a login screen before being able to access the file.

Linking to a new document

  • In node's editing view, highlight text you want to hyperlink and click Link icon in toolbar
  • In Add Link dialog box, select Open File Browser (the little magnifying glass)
  • Open folder labeled Sites and navigate to the files folder for your site. For example: Sites / Advancement / files
  • Click the Upload button at top of window
  • Click Add file to bring up file explorer
  • Locate the file on your computer and click Open
  • Once the file is uploaded into File Manager, double-click filename to select it as the linked file. Link will look something like this:

/sites/default/files/sites/advancement/annual-report-2024.pdf

  • File Manager will close; highlighted text on page should now be hyperlinked.

 

Updating a document version

Due to an issue with the way Web CMS caches uploaded documents, if you replace an existing document with a new version of the same name, it could take up to 30 days for the new version to display to your site visitors. Web developers are aware of this issue and are working on a fix. In the meantime, if you need to update a document, you should delete the old document, upload the new version using a different name, and create a new link to that document as described above.