Home » Drupal (Page 2)
Category Archives: Drupal
How do I create a Gallery using Drupal?
The “Gallery” content type can be used to display a set of photos as a photo slideshow. Before creating your “Gallery,” crop all of the included photos to the same size (i.e. 400×300 pixels) and upload them to the appropriate “Files (hidden)” webpage.
Creating a New Gallery
- Make sure you are logged on.
- Navigate to the page you wish to add an Gallery to.
- Locate the “Edit Console” in the top left of the screen. Click the “Add” button.
- The screen now lists all the content types. Choose “Gallery” from the list.
- The screen now shows the “Gallery” editing interface.
- In the “Title” text field, give your slideshow a title.
- You can use the “Body” area to write a description for your gallery if you wish.
- Add one or more images to the “What to show in the gallery” section using the “Add…” button and browsing the site tree to locate the photos you wish to use.
- Choose settings related to the appearance of your gallery.
- When you are finished, click the “Save” button.
I have pages and pages of file uploads on my “Files (hidden)” page; is there a better way to organize these?
You can organize your file uploads in Drupal by creating subpages for your “Files (hidden)” page. Because these pages are subpages of a hidden page (the “Files” page), they will automatically be hidden from the navigation menu, too.
This is an example of a Files section that has been organized according to the types of file uploads:
How do I insert a file using Drupal?
Note: you must first upload your file to the appropriate Files (hidden) area before you can insert it on a specific page. See this help article for additional instructions if you need to upload your file.
- Make sure you are logged on and in the editing interface for the content where you wish to insert the file.
- Click your text in the area you wish to add a file.
- Click the “Insert file upload” button. It’s the yellow folder icon, the 1st button in the 3rd row.
- When the “Insert file upload” console appears on your screen, use the links (starting with “Home”) and find the file on your Files page.
- Click the file you wish to insert.
- A new window appears.
- Use this screen to set the title and description you want associated with your file.
- When you’re done, click the “Insert” button.
- The window disappears, and the file now appears in the text area where you inserted the file.
- When you are finished editing the content, scroll down and click the “Save” button.
- The screen returns to “View” mode.
How do I use anchor links in Drupal?
You can link to a specific place or section on a page using anchor links. Inserting anchor links is similar to adding hyperlinks within your Drupal pages.
First you will need to identify the page section you would like to link to. Once you have located a spot, you can insert an anchor link using the “Insert/edit anchor” icon (it’s shaped like an anchor!) in the rich-text editor.
Name your anchor appropriately. The anchor name should be something short and easy to remember (you should also avoid using spaces or symbols in the anchor name). In the screenshot below, the anchor is named “A”.

Now you’re ready to create a link to the anchor you just made. To get the URL you can use to send people directly to your specific page section, add “#anchorname” to the end of a page URL.