Difference between revisions of "CcHost5Documentation"
Line 3: | Line 3: | ||
=Introduction= | =Introduction= | ||
− | =Understanding ccHost URLs= | + | ==Understanding ccHost URLs== |
Understanding how URLs work in ccHost is a very important concept that you should understand before doing anything else. | Understanding how URLs work in ccHost is a very important concept that you should understand before doing anything else. | ||
Line 31: | Line 31: | ||
http://example.com?ccm=/media/people/rejon | http://example.com?ccm=/media/people/rejon | ||
+ | |||
+ | =Admin Settings= | ||
+ | |||
+ | ==Settings== | ||
+ | Admins, editors, etc. | ||
+ | |||
+ | ==Skin== | ||
+ | Choose a skin, theme, layout, colors, fonts, etc. | ||
+ | |||
+ | ==Navigator Tab Sets== | ||
+ | Create and edit navigator tabs | ||
+ | |||
+ | ==File Formats== | ||
+ | Pick which file formats are allowed to be uploaded | ||
+ | |||
+ | ==License== | ||
+ | Pick which licenses a user is allowed to select from | ||
+ | |||
+ | ==Upload Renaming== | ||
+ | Configure how uploads are automatically renamed | ||
+ | |||
+ | ==Submit Forms== | ||
+ | Edit what kind of submit forms the user can see | ||
+ | |||
+ | ==Banner and Footers== | ||
+ | Edit what the banner and footer says on each page. | ||
+ | |||
+ | ==Sidebar Extras== | ||
+ | Pick what features are available on the side bar. | ||
+ | |||
+ | ==Menus== | ||
+ | Edit the menus | ||
+ | |||
+ | ==ID3 Tagger== | ||
+ | Configure how to tag ID3 compatible files (e.g. MP3s) | ||
+ | |||
+ | ==Menu Groups== | ||
+ | Edit the menu groups | ||
+ | |||
+ | ==Thumbnails== | ||
+ | Configure thumbnails handling (for image uploads) | ||
+ | |||
+ | =Global Settings= | ||
+ | |||
+ | ==Admin Help== | ||
+ | Help on configuring the site | ||
+ | |||
+ | ==Global Setup== | ||
+ | Cookies, ban message, admin email, 3rd party add ins, etc. | ||
+ | |||
+ | ==Manage Page Content== | ||
+ | Manage special pages and topics | ||
+ | |||
+ | ==Paths== | ||
+ | Configure where ccHost looks for stuff | ||
+ | |||
+ | ==Forum== | ||
+ | Configure forums access, groups, etc. | ||
+ | |||
+ | ==Ratings== | ||
+ | How ratings are calculated, who can rate, etc. | ||
+ | |||
+ | ==Tags== | ||
+ | Edit tag aliases, reserve tags, counts, etc. | ||
+ | |||
+ | ==Default User Avatar== | ||
+ | Upload a default avatar for new users | ||
+ | |||
+ | ==Super Users== | ||
+ | Edit list of super users | ||
+ | |||
+ | ==Restrict Access== | ||
+ | Restrict access to commands | ||
+ | |||
+ | ==Language== | ||
+ | Configure Language use | ||
+ | |||
+ | ==Upload Throttles== | ||
+ | Limit the number and types of uploads per user | ||
+ | |||
+ | ==Activity Log== | ||
+ | Configure the administrator's activity log | ||
+ | |||
+ | ==Import Files== | ||
+ | Import files from your server into ccHost | ||
+ | |||
+ | ==Disable Site== | ||
+ | Disable site when doing maintainence. | ||
+ | |||
+ | ==Email== | ||
+ | Configure system email address and access | ||
+ | |||
+ | ==Create Contest== | ||
+ | Create a new contest, set its start time, rules, etc. | ||
+ | |||
+ | ==Download Manager== | ||
+ | Count, checksum and license options for downloading | ||
+ | |||
+ | ==Moderation/Flagging== | ||
+ | Configure moderation (Ban) and upload flagging | ||
+ | |||
+ | ==Playlists== | ||
+ | Manage Playlists | ||
+ | |||
+ | ==Pseudo Verify== | ||
+ | Configure usage of exotic and other dangerous file types | ||
+ | |||
+ | ==Quota== | ||
+ | Configure user quota | ||
+ | |||
+ | ==Virtual ccHost== | ||
+ | Create a new virtual root | ||
+ | |||
+ | ==Query Browser== | ||
+ | Configure query browser | ||
+ | |||
+ | ==Channels Page== | ||
+ | Configure playlists for the channels page | ||
+ | |||
+ | ==Sample Pools== | ||
+ | Managing sample pools and trackbacks |
Revision as of 16:55, 7 July 2008
Contents
- 1 THIS IS A DRAFT PAGE - DO NOT TRUST ANY INFORMATION ON IT
- 2 Introduction
- 3 Admin Settings
- 4 Global Settings
- 4.1 Admin Help
- 4.2 Global Setup
- 4.3 Manage Page Content
- 4.4 Paths
- 4.5 Forum
- 4.6 Ratings
- 4.7 Tags
- 4.8 Default User Avatar
- 4.9 Super Users
- 4.10 Restrict Access
- 4.11 Language
- 4.12 Upload Throttles
- 4.13 Activity Log
- 4.14 Import Files
- 4.15 Disable Site
- 4.16 Email
- 4.17 Create Contest
- 4.18 Download Manager
- 4.19 Moderation/Flagging
- 4.20 Playlists
- 4.21 Pseudo Verify
- 4.22 Quota
- 4.23 Virtual ccHost
- 4.24 Query Browser
- 4.25 Channels Page
- 4.26 Sample Pools
THIS IS A DRAFT PAGE - DO NOT TRUST ANY INFORMATION ON IT
Introduction
Understanding ccHost URLs
Understanding how URLs work in ccHost is a very important concept that you should understand before doing anything else. URL Parts
ccHost URLs are composed of four main parts:
1. Root URL of installation
- This is the URL address of where index.php lives. For example: http://example.com, or http://example.com/cchost
2. Virtual Root
- Don't worry if you don't know what a 'ccHost virtual root' is, we'll get to it here but for now assume it's the word media.
3. Command
- This part of the URL maps to an internal command in ccHost. This can be anything from a request for a submit form, a feed, a record listing, etc. Examples are people which shows a listing of the latest registered users who have uploaded or files which lists the latest uploads.
4. Parameters
- Many if not most commands accept and even require parameters. For example, adding a specific user's name to the people command will display the user's main page, e.g. people/rejon
You should refer to the ccHost Command Reference for a listing of all available commands.
If you have enabled 'pretty URLs' in your installation then all the elements are strung together into one URL:
http://example.com/media/people/rejon
If not, then everything starting from the virtual root is prepended the following way:
http://example.com?ccm=/media/people/rejon
Admin Settings
Settings
Admins, editors, etc.
Skin
Choose a skin, theme, layout, colors, fonts, etc.
Create and edit navigator tabs
File Formats
Pick which file formats are allowed to be uploaded
License
Pick which licenses a user is allowed to select from
Upload Renaming
Configure how uploads are automatically renamed
Submit Forms
Edit what kind of submit forms the user can see
Edit what the banner and footer says on each page.
Sidebar Extras
Pick what features are available on the side bar.
Menus
Edit the menus
ID3 Tagger
Configure how to tag ID3 compatible files (e.g. MP3s)
Menu Groups
Edit the menu groups
Thumbnails
Configure thumbnails handling (for image uploads)
Global Settings
Admin Help
Help on configuring the site
Global Setup
Cookies, ban message, admin email, 3rd party add ins, etc.
Manage Page Content
Manage special pages and topics
Paths
Configure where ccHost looks for stuff
Forum
Configure forums access, groups, etc.
Ratings
How ratings are calculated, who can rate, etc.
Tags
Edit tag aliases, reserve tags, counts, etc.
Default User Avatar
Upload a default avatar for new users
Super Users
Edit list of super users
Restrict Access
Restrict access to commands
Language
Configure Language use
Upload Throttles
Limit the number and types of uploads per user
Activity Log
Configure the administrator's activity log
Import Files
Import files from your server into ccHost
Disable Site
Disable site when doing maintainence.
Configure system email address and access
Create Contest
Create a new contest, set its start time, rules, etc.
Download Manager
Count, checksum and license options for downloading
Moderation/Flagging
Configure moderation (Ban) and upload flagging
Playlists
Manage Playlists
Pseudo Verify
Configure usage of exotic and other dangerous file types
Quota
Configure user quota
Virtual ccHost
Create a new virtual root
Query Browser
Configure query browser
Channels Page
Configure playlists for the channels page
Sample Pools
Managing sample pools and trackbacks