Content: Creating Stories, Blogs, Forums, Books, and Pages

If you visit the create content link you'll see multiple content types configured for your use. In CivicSpace terms, each book page in this guide, story or forum is considered a basic content type known as a node. Thus, each of the various content types are particular types of nodes with specific functions and display characteristics:

NOTE: Site administrators wanting to setup a community weblog as their home page can choose to allow all site users to submit and edit stories, or they can enable the blog module and set all blog posts to automatically promote to the front page. The sub pages in this section of the guide provide details on how to configure this.

See also the administration help for nodes, stories, books, forums, blogs and pages.


Creating and Posting Content

Because nodes are all basically very similar, much of the input interface is the same for stories, books, or pages chosen through the create content menu. For the purpose of introducing how to post on a CivicSpace site, this discussion will use Submit story as the example and cover many, but not all, of the choices offered through the interface.

There is a WYSIWYG module available for creating content. See Htmlarea.


Adding or Modifying Instructions for Posting

Administrators can provide additional or change existing information for content posting:


Working with Categories: Taxonomy

Many content management systems and weblog application provide a means to categorize content. However, CivicSpace's taxonomy system allows the site administrator to create multiple sets of categories which can be applied to any, selective, or all node types.

Using terminology from information science, a category set is called a vocabulary, and an individual category within a vocabulary, a term. CivicSpace forums use categories to create separate forum areas for discussion.

For additional information about CivicSpace's taxonomy system, read more about it in the Drupal handbook.

Creating a vocabulary

In the categories configuration section of CivicSpace administration, select the add vocabulary tab. Then supply a

Creating a term

Once a vocabulary has been created, the administrator can add a nearly unlimited number of categories. Beside the vocabulary listing In the categories configuration section of CivicSpace administration, select the add term link. Note that the description and synonyms fields are optional.

Use the category block

CivicSpace provides a block in the block configuration area which will provide a listing of all categories with links to a display list of all nodes in that category.


Adding Additional Forum Areas and Other Forum Configurations: Using Taxonomy

This site configuration comes with two pre-defined forum areas in the Forums section: General and Site help. To add, delete, or modify existing forums, use the categories configuration section and modify or create new "terms":

When CivicSpace displays the forums, it does so in alphabetical order for terms with the same weight. To change the ordering, edit a term and use the Weight feature. Lower numbers (negative) rise to the top. Higher numbers (positive) fall to the bottom of the display.

For a more detailed explanation of CivicSpace taxonomy, see the taxonomy page in the Drupal handbook.


Creating and Working with Collaborative Books

The CivicSpace Site Configuration Guide has been created using the CivicSpace collaborative book. The collaborative book feature is well suited for creating multi-page hypertexts such as a site resource guides.

To control the ordering of book pages in the table of contents structure, visit the book configuration section. For example, look at the CivicSpace Site Configuration Guide configuration page. There you can easily view all the pages in this text, as well as order them. Notice the weight menu beside each page listing. CivicSpace normally orders pages on the same "level" within the text alphabetically. You can override that ordering by giving pages which should be higher up lighter weights--negative numbers--or lower down heavier weights--positive numbers.

To create a new book, simply make the Parent "root."

Last, a blog post, forum post, story, or static page can also be added into a book. Choose the administer link for a given post or page, then use the Edit book outline button available at the bottom of the page to add it into an existing book.

 


Turning Off and Controlling Access to Node Types


Changing the Default Home Page of the Site

The default home page for every CivicSpace site is the location where Stories appear when posted. However, a site administrator can choose to make any other section or page on the site the default home page.

To change the default, go to the general configuration page. In the Default front page text field, change "node" to "blog"--for the Blogs page--or to "forum"--for the Forums; simply use the module name found on the modules configuration page. Also, any page on the site, even a static page, can be made the home page by changing the default in this field to the relative URL for that page. To change back to the Drupal default, simply change this setting back to "node" again.


Formatting Input & Filters

CivicSpace site adminstrators can control what kinds of markup or formatting can be used in creating content on the site by specifying input formats. Some site administrators might wish to require only HTML coded text, or plain text without any HTML format. In configuring the input formats, administrators can select from filters which limit users to a list of allowable HTML tags or add in custom formatting like automatic line breaks.

NOTE: If you install additional 3rd party input filter modules, in addition to turning the modules on, you'll need to enable them through the input format configuration.

Modifying accepted HTML tags

  1. Click administer-> input formats
  2. Find the row of the input format you want to change, then click configure in that row.
  3. Click the configure filters tab.
    • It's likely that if you have HTML Filter enabled along with others, you will only see a configuration box for that filter, though some modules add filters that can also be configured.
  4. You can choose to either strip tags that do not appear in your list or escape all HTML tags. Escaping means that Drupal will display the tags in your browser as they were typed. In other words, it will appear to readers that the browser did not process the tags but merely displayed the code. This is useful if you want to create an input format that allows for displaying of HTML code, for example in a forum about web design.
  5. Edit the list of tags you would like to allow. Tags are listed separated by a space. If you selected "Escape" in the option above, this list will be ignored. Editing the list changes the filter for just that input format. If you want to add or remove a tag for more than one input format, you have to follow these directions for each.
  6. Choose whether to allow the style attribute in tags.
  7. Click Save Configuration