Home

Primary links

  • top o the deck
  • Drupal for Beginners
  • about
  • links
  • give me some sugar

Drupal stuff

  • EDAM
  • STARDOM
  • Question Bank
  • Drupal musings
  • Drupal tips
Home Easy Drupal Admin Manual (EDAM) First Steps: Please Read!

Key stuff on this site

Easy Drupal Admin Manual (EDAM)

SEO, Traffic and Revenue: Drupalace's Online Manual (STARDOM)

Drupal for Beginners

Subscribe to posts by RSS or email

Subscribe to Drupal Ace by RSS feed RSS feed 

Subscribe to Drupal Ace by Email

Donate towards my web hosting bill! Get a great host!

Share and save

Share/Save

Random piece of content

!How to hide a node title?

Manuals on this site

  • Easy Drupal Admin Manual (EDAM)
    • Welcome to Your Site
    • First Steps: Please Read!
      • Understanding These Instructions
      • Important Terminology!
      • Best Practices for Site Admins
    • Super Quick Guide (for the experienced and the brave)
    • Logging In
    • Your Administrator Tools
    • Setting Site Basics
      • Setting Site Information
      • Configuring Your Theme
    • Creating Content
      • Node Types
      • Create a Page Node
      • Create a Story Node
      • Create a Blog Entry Node
      • Making Images and Other Files Available
      • Using Text and Image Editors
    • Organizing Your Content
      • Terms, Vocabularies, and Taxonomy: "Tagging" Your Content
        • Taxonomy Suggestions
      • Menus, Links, and Paths: Navigating the Site
        • Content Paths and URLs
        • Creating Links
        • Working with Menus: Administration Form (Drupal 6)
        • Working with Menus: Administration Form (Drupal 5)
        • Creating Menu Items on the Fly
        • Placing Menus on Your Pages
      • Placing Content on pages
        • Creating a page from a Single Node
        • Creating a page from a List of Nodes
        • Setting the Front Page
      • Working with Blocks
    • Maintenance Stuff
      • Maintenance and Construction Notices
    • Other Fun Things
      • Changing Color of Garland Theme
      • Free Aliases!
  • SEO, Traffic and Revenue: Drupalace's Online Manual (STARDOM)
    • Set a Clear Goal
    • Make a Good Site
      • Put out the Welcome Mat
      • Make Great Content
      • Build a Great Brand
      • Make Navigation Easy
      • Tune Site Performance
    • Drive Traffic
      • Promote your Site
      • Get Found with SEO
    • Build a Community
      • Build an Offsite Community
    • Monitor and Improve
    • One-Page Checklist
    • Drupal and the Blogging Starter Checklist
      • Drupal and the Blogging Starter Checklist, Part 1
      • Drupal and the Blogging Starter Checklist, Part 2
      • Drupal and the Blogging Starter Checklist, Part 3
      • Drupal and the Blogging Starter Checklist, Part 4
      • Drupal and the Blogging Starter Checklist, Part 5
      • Drupal and the Blogging Starter Checklist, Part 6
      • Drupal and the Blogging Starter Checklist, Part 7

Recent comments

  • It worked

    adding $GLOBALS['tempUser'] = $user; worked but I find it worth noting that I had to delete...

  • very good document...

    very good documentation for beginners!!!!!! thanks!!

  • del penitential 62

    strike out abject
    eliminate penitent 5

  • Chat

    Thank you a lot about very beneficial to my work was very useful thank you

  • Drupal Resources f...

    I would start learning from the "Diving In" section above. That links to the good beginners'...

more

SEO & Traffic!

STARDOM

Best Practices for Site Admins

  • admin
  • Drupal

I'll keep a list here of best practices that will make your job easier.

Browser tips

Use a good browser

Your site should display well on any modern browser. Unfortunately, some administrator functions may not work perfectly on all browsers. Here's a list of known issues:

  • Safari: Support for text editing features, such as TinyMCE, are experimental on Safari 2.x or lower, and may not work well. Safari 3.x may work well, but test before attempting to post a long article. I've had good results with Safari 4. If there's any doubt, consider using Firefox.
  • Internet Explorer 6 or lower: These older, but still very common, versions of Internet Explorer don't have particular incompatibilities with Drupal; they're just poor products. They don't support tabs, which can make your admin job much easier (see below); they can't handle modern PNG graphics, which you may want to use; and they're horribly insecure. Consider upgrading to Internet Explorer 7, or even better, Firefox.

For a good, Drupal-friendly browser, it's hard to get much better than Firefox, but use whatever you like and works well for you.

Use browser tabs

Modern browsers like Firefox, and browsers like Internet Explorer 7, support browser tabs. Administering your site requires you to open one page or form after another; you're working with pages over the Internet, and there can be an annoying lag with every link or 'Save' button.

The job is much smoother opening every link in a new tab. Open the main administration page in the first tab

Navigation » Administer 

and maybe the Create content page in the second

Navigation » Create content

and any other often-visited pages in additional tabs.

Leave those pages open, and from there, open new administrative pages, or new content pages, in new tabs. The benefit: less waiting to return to often-used pages again and again, and while you're waiting for a page to save or open, you can switch to another page's tab and do some work there.

Site building tips

Experiment in private

If you're experimenting with big changes, overhauling the layout, or otherwise tweaking the site a lot, visitors may see confusing shifts in design (or see in-progress changes you didn't yet want to reveal). Consider taking your site off-line while you work.

Also see Maintenance and Construction Notices.

Play carefully with Themes

Your site may have multiple graphic Themes available (see Configuring Your Theme). It's fun to switch Themes and try on a new look, but be careful – some Themes will just look awful with a given site. Worse, the occasional Theme may screw up the appearance of the Themes form so much that you can't switch back to a safe Theme!

Before playing with Themes, follow this safety tip: open the Themes form twice (in two separate browser windows or tabs). Experiment using one only. If you should run into that rare bug of a messed-up Themes page, use the open "backup" Themes page to switch to a safe Theme.

Content creation tips

When in doubt, make a node

This is jumping ahead a bit to the process of creating "nodes" of content, but keep this in mind:

With Drupal, you can naturally make a single piece of content (a "node") that contains many items, such as a long list of web links, or a large gallery of pictures. Or, depending on what those items are, you may be able to make each one of those things a node – i.e., make each web link or each image a separate piece of content – and let Drupal use its powers to combine those into lists, galleries, etc.

Which to choose will depend on your goals, but when in doubt, the latter route is often best. When you embed a number of images into a node to make a gallery page, you're stuck with that layout until you edit it manually. But when you've made each image a unique node, you can then use those items freely in many ways: a page gathering some group of those image nodes into a gallery, another page gathering another group into a different gallery, a sidebar block displaying the most-viewed images, etc. All automated by Drupal according to the rules you set. 

Without question, that flexible method does require additional work in learning how to make Drupal perform those organizational tricks. Once you've learned it, though, amazing new possibilities open up. It's something to keep in mind as you decide what nodes to create for your site.

Save long text during input

It's easy to forget this when things are working well, but when you administer your site you're communicating with a server that may be thousands of kilometers away, via Internet byways of imperfect stability. Add the possibility of local trouble on your own computer, and once in a rare while, a page you're working on may go "poof!" without making it into the site database first.

If you're creating a long bit of text, consider copying the work in progress every few minutes to your clipboard, and pasting it into a word processor document locally. Just in case.

Editing text outside the site

You can even do your writing in your favorite word processor, and paste the finished work into the form for your new site page. Just watch for one thing: your word processor and your site's text fields may handle line returns and other formatting details differently; you may have to perform some clean-up in the web form after pasting in the text. But the task will in some cases be easier than doing all the writing inside your site's forms.

Research tips

Search smart on Drupal.org

Drupal.org is a big site, with documentation pages and forum posts numbering in the bazillions. A search can turn up a lot of stuff to wade through (and unfortunately, the site doesn't use Drupal's own Taxonomy features to tag content with helpful keywords). There are a few things you can do to search smarter:

The site's omnipresent search box searches everything and anything, as you'd expect. But some key site sections, like Modules, Themes, and Translations, offer dedicated search boxes that focus on their respective targets.

In addition, while search boxes are basic type-and-go affairs, the site's search results page offers plenty of options in sidebar blocks to sort or filter results.

For more search tips, see How do I search drupal.org? 

Let Google help out

If a Drupal.org site search is turning up too much or too little of what you want, give Google a try – not just to search the whole web, but even to search Drupal.org specifically.

Type your search parameters into a Google search field, followed by a space, and then site:drupal.org . Remember that you can narrow your search using any of the spiffy search operations that Google provides. 

The results may or may not be more helpful than what you'd find searching on Drupal.org – but it's always superior in one circumstance: When (as sometimes happens) the Drupal.org search function is temporarily out of whack due to site overload, a Google search will still work!

Share/Save
‹ Important Terminology! up Super Quick Guide (for the experienced and the brave) ›
  • Printer-friendly version
  • Quote

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><br><p>
  • You may quote other posts using [quote] tags.
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options


Relevant Content

The Drupal Ace logo has dealt these content suggestions from the deck.

  • Working with Menus: Administration Form (Drupal 6)
  • Working with Menus: Administration Form (Drupal 5)
  • Creating Links
  • Taxonomy Suggestions
  • Menus, Links, and Paths: Navigating the Site
  • Creating a page from a List of Nodes
  • Creating a page from a Single Node

Learn Drupal, hands-on

Get the beginner-friendly ebook that teaches community site building via a live case study.

Drupal 6 Ultimate Community Site Guide

Read the review

Drupal mini tip

Site visitors seeing your ugly error messages on the screen (along with details of your Drupal installation path)? Once your site goes from dev to launch, you probably want to have errors recorded in the log but not splashed across the screen. Head to the handy Error Reporting settings found at admin/settings/error-reporting. 

It's a deal!

Dreamhost dealsDrupal Ace presides over his domain, proudly ensconced in his DreamHost eyrie. Won't you join me?

Promo code deal!

Just enter the code 49ER when you register for an account, and save $49 off the already-low price. No strings!

Read my hosting service review

Powered by Drupal, an open source content management system

Copyright 2007 and forever after. Made with Drupal, of course. On OS X, of course. Served up by DreamHost. DreamHost

RoopleTheme