You've got questions, and here is where we will answer them.
You will find topics that cover not only how to use this website in general, but also discussions about the CCFA as well.
Welcome! This guide describes how to get started with a Drupal-powered web-site. The guide covers basic topics such as registering for an account, logging in, changing your account settings, and creating content.
Drupal is a content management system. Its goal is to help users compose and present web-site content such as articles, photos, and other content types. Drupal is a "dynamic" system - rather than forcing users to specify a fixed, pre-declared arrangement of content, Drupal takes care of the details of how information is arranged and presentated, and lets users focus on the actual content to be displayed.
Most of the content on a Drupal-based site - the text of this page, for example - is stored in a database. Text and images are submitted by filling in forms via a web-browser. When visitors view a page, Drupal gets the relevant bits of content from the database and composes all of the components of the page in a template. This makes it easy to quickly add or change content, without requiring knowledge of HTML or other web-technologies on the part of the person providing the content.
Depending on the configuration of the Drupal site and the user-roles you play with respect to that site, you may be allowed to contribute or edit content. Fortunately, Drupal is designed to make this relatively easy. Very little technical knowledge is assumed. Though details may vary with a site's configuration, the basic process involves these steps:
This user guide will explain these steps and familiarize you with the basic information you need to use Drupal successfully.
The Drupal handbook pages are © Copyright 2000-2007 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0
To add or edit content on a Drupal site, usually you have to first be registered as a user. (Sometimes the site administrator has chosen to enable "anonymous" posts of things like comments, in which case you can post them without registering.)
In some cases, a site administrator will add you as a user. If so, they will send you a user name and password that you can use to log on.
Otherwise, look for a small form called “User login” on the main page of the site you want to register with (usually on the right or the left of the page). Click the link that says "Create new account".
The next page that comes up will generally have some information on the site's policies for registration. After reading them, to register, enter a user name of your choice and an email address to which you have access and hit "submit". Then check your email account. Within a few minutes, you should get an automatically-generated email confirming your registration and giving you an initial password to use. Now you're ready to log in.
Before you can add or edit content, you usually need to log in. If you haven't already done so, register as a user, see above (or, if applicable, request that your site administrator register you). Then hit the main page of the site you're wishing to use and look for a "User login" form. This will typically be on the left or right side of the page (it is a "block" in Drupal talk). Enter your user name and password and hit "submit".
Assuming everything's working as planned, when the new page loads it will include a new block with your user name at the top. This is the menu you use to start entering and editing content.
Once you have registered with a Drupal-based site, you can change settings to control information about yourself and also your use and experience of a Drupal site. To see what tweaks you can make to your account, log in and then click on my account in the navigation block (that's the one titled with your user name). Click on the edit tab.
Account Settings. You may see a different collection of settings than is presented here, depending on what features have been enabled on your site.
As mentioned earlier, different site-settings will cause different fields to be displayed on your user account page. See the documentation for individual modules for instructions on how to use these additional options.
Additional Information. Aside from the account settings tab, you may also see additional tabs, titled according to the information they contain. Some examples might include "Personal Information", "Workplace", etc. These are controlled by the profile module, and allows you to enter more information about yourself. Please see the profile module for more information on this.