Sidebar |
History: oa_user_guidePreview of version: 1 (current)Open Atrium user guideIntroductionThe purpose of this guide is to help a first-time user use the BikePed website. It will address some functions for regular users, but its focus is to help site administrators. Open Atrium, on which the site is based, is a rich system with many features. This document will focus on the features most relevant to BikePed administrators, while also providing basic concepts and vocabulary that will enable to explore further on your own. Introduction to Open AtriumOpen Atrium, based on the Drupal open source content management system, is described as an intranet-in-a-box. It makes it easy to form groups for online collaboration, and to customize the features of those groups. Note that the BikePed site currently only makes use of a single group. Users will not perceive the site as a group-based platform, but site administrators will see evidence of this in the "under-the-hood" admin menus. NavigationOpen Atrium gives site managers fine-grained control, and there are many ways to interact with the site. This section highlights the most important entry points for interaction with the site. Top NavigationThe horizontal area at the very top of the page contains the following: 1. User menu (left side)
2. Breadcrumbs (center)
3. Logo (right)
4. Admin menu (extreme top left)
Center NavigationThe horizontal area running through the center of the screen contains the navigation for the day-to-day use of the site, and is usually specific to the group that you are currently viewing 1. Features (left)
2. Create content (right)
3. Settings (right)
4. Search (right)
Creating a userUser accounts: Signing up for a user account can be done by 1. Clicking the 'Login' button at the top left, then clicking 'Create new account'
The new user will then be sent a confirmation email, with instructions that they must follow to activate their account. You do not need to approve their account manually. If a user loses their password, it can be reset through this same user page by entering and saving the new password and emailing it to them. If a Web Account user with an external email address loses their password, they can simply click on the “Request new password” tab on the login page. Logging inTo login in to the site to make changes, begin by opening a web browser and going to: NB: This system can be accessed from any computer with an internet connection. If you forget your password: On the login page there is a tab called “request a new password”. You must enter your user name or your email address, and the system will send you a new password by email. If you enter your user name, it will send your password to the email address that the system has on file for you. Logging outOnce you have finished all of your site updates and work, log out of the system. You will find the “Log out” link in the User menu in the top navigation. Click on your own username and then the “Logout” link, and the system will log you out immediately. If you have any trouble logging out, you can also type http://www.yoursite.com/logout into the address bar. ContentOverviewAs a content management system, Open Atrium allows you to - store and organize content online
NodesIn the language of Open Atrium, each piece of content is called a node. Each node has properties such as: - Number (a unique number identifying the node)
Content typesThe BikePed employs the following content types: - Book
Note that comments are not themselves a content type, but are a feature that can be added to a particular content type. VocabulariesA vocabulary in Open Atrium is a set of labels or tags used categorize content. You can have many different vocabularies on your site. There are also two kinds of vocabulary: - Keywords: commonly also called 'tags', these are user-defined labels. Users add keywords of their choice to content using the Keyword box that appears on the edit page.
The BikePed site uses a user-defined Keywords vocabulary, for the tagging of all content. It also uses a Taxonomy to categorize submissions to the Media Library as Document, Image or Link. This Taxonomy can be managed by going to the admin menu: Administer > Content Management > Taxonomy Managing contentAll content types from across the site can be accessed and managed from: /admin/content/node This provides site administrators with a single location to view and manipulate content from across the site. Users with Admin or Manager roles (see below for information about User Roles) can search for all posted content through filtering it by status, type, category or language. - _Status:_ published, not published, promoted, not promoted, sticky, not sticky
- _Type:_ e.g. blog post, forum post, page - _Category:_ Filter by taxonomy or keyword Administrators can then choose to edit, delete or unpublish posts if they are inappropriate. To manage posts: 1. Click 'Content' in the Content management menu. A list of posts published on the site will appear in the main screen.
To edit posts: 1. Click 'Content' in the Content management menu. A list of posts published on the site will appear in the main screen.
_Note: Other options are available to administrators in the content interface._ Locked ContentBecause multiple users can edit pages, the SCAG website includes a feature which prevents simultaneous editing and the 'edit conflicts' that arise from this. Whenever a user is editing a page, that page will be locked for any other user. Users will be notified that the page is locked by a message at the top of the screen. The lock will be lifted once the editing user saves the page, navigates to another page, or closes their browser window. In the case where a lock has been in place too long, and admin can override the lock via the admin panel: http://yoursite.com/admin/content/node/content_lock That page displays a list of all currently locked pages, with the option to unlock any of them. Managing Library resourcesWhen users submit resources to the Media Library, they will not immediately be published. They will appear in the Administer> Content menu. Use the filer to show only content type 'Library resource'. New submissions will appear as 'Unpublished'. If you want to include them in the public library, simply change their status to 'Published'. You can also click the 'edit' link next to the item to make changes to description or Keywords before publishing. Managing commentsAdministrators can choose to edit, delete or unpublish comments if they are inappropriate. To manage comments: 1. Click 'Comments' in the Content management menu. A list of comments published on the site will appear in the main screen.
To edit comments: 1. Click comments in the navigation menu. A list of comments published on the site will appear in the main screen.
UsersOpen Atrium gives site administrators fine-grained control over users, their accounts and profiles, and their ability access and manipulate content. The Manager role also has control over users, but cannot access the full user list in the way admin does. The Manager must make changes by going to this URL: Then 1. Click on the member in question to view the profile
User RolesEvery user in the system has a 'User Role' which determines their what they can see (access control) and what they can do (permissions) on the site. The roles on [website] are: 1. Admin - controls everything about the site, including which access control and permissions are associated with each of the user roles
2. Manager - has more power than an a typical user, but not as much power as the admin
3. Authenticated User - 'authenticated' means a user who has an account has logged into that account
4. Anonymous User - any user that is viewing the site on the Internet, but has not logged in
Adding usersUsers may have the ability to register themselves for your site, depending on the settings. User accounts can also be created manually by the admin using the procedure outlined here. 1. Open the admin menu and go to Administer > User management > Users.
Removing usersYou can either block the user, which will stop them from posting but not erase their previous posts; or delete them, which will erase their account (stopping them from making posts in future). When an account is deleted all existing posts for that user are assigned to an anonymous account. (ie. Blog posts for a deleted user are attributed to 's blog). 1. Open the admin menu and go to Administer > User management > Users.
Resetting passwordsUsers can reset their own passwords. As an administrator you can also reset a user's password yourself: 1. Open the admin menu and go to Administer > User management > Users.
Open Atrium referencesIntroduction to Open Atrium
Free, community-based support for Open Atrium
Drupal referencesOpen Atrium is based on the Drupal framework, and most of the underlying mechanics are the same. These references will help you become a Drupal expert. Drupal online resources and manualsThe Drupal Handbooks page: http://drupal.org/handbook Links to specific handbooks:Getting startedUnderstanding Drupal:Learn about Drupal concepts, technology stack, terminology, and resources. - http://drupal.org/getting-started/before Installation Guide: Install Drupal and its contributed modules and themes. Run multiple sites from one installation. Migrate from other content management systems and address platform issues. - http://drupal.org/getting-started/install Administration Guide: Manage users and content, perform backups and upgrades, secure your site, tweak performance, etc. - Audience: System and site administrators
Creating a siteStructure Guide: Work with content types, blocks, menus, views, panels, taxonomy, multilingual content, user profiles, and navigation. - Audience: information architects
Site Building Guide: Add functionality and features such as ecommerce, forums, media, search, geographic data, dates, workflow, messaging, forms, social networking etc. - Audience: site builders, developers and business architects
Theming Guide: Customize the interface using templates, CSS etc. Override the output from core or contributed modules. - Audience: designers, usability and accessibility professionals, interface experts.
Writing your own codeDeveloping for Drupal: Work with the API, JavaScript, and databases. Learn the Drupal coding standards etc. - Audience: developers.
API Reference: Search the complete Drupal API including forms, menus, node access, theme system etc. Examples for Developers: Examine a standard repository of sample modules that can be used to learn module development or referenced on handbook pages. - http://drupal.org/project/examples ReferenceCode snippets: Reuse chunks of Drupal code that people have shared with the community. - http://drupal.org/handbook/customization/snippets Troubleshooting: Identify and solve problems with servers, page display, permissions, logins etc. - http://drupal.org/Troubleshooting-FAQ FAQs: Learn about documentation, licensing, the Drupal Association, community, etc. - http://drupal.org/node/323096 TutorialsDrupal Cookbook: Follow a walkthrough of a typical Drupal Setup. - http://drupal.org/handbook/customization/tutorials/beginners-cookbook Tutorials: Follow step-by-step instructions for a number of common Drupal tasks - http://drupal.org/handbook/customization/tutorials Videos and slides: View slide and video presentations covering a wide range of subjects from installation through to developing your own modules - http://drupal.org/handbook/customization/videocasts CommunityAbout Drupal: General information about the Drupal project Getting involved: Contribute to the Drupal project. - http://drupal.org/getting-involved Documentation team: Help us improve the documentation. - http://drupal.org/contribute/documentation Drupal community forumsDrupal has a very active community of users and contributors. We encourage all users of Drupal sites to be active members of the community and contribute feedback and queries to help the system grow: HTML referencesA clear and thorough resource for html tags and formatting: History |
|||||
This content is licensed under a Creative Commons Attribution 3.0 Unported License offered by Pierre Doleans and sponsored by Collabforge - Website powered by Tiki Wiki
|