Featured Sites: A-Z Index
H
Newest 10 Entries
Title | Installation |
---|---|
Icon | ![]() |
Description | Quick installer: Our self-extractor allows faster uploads and will automatically set permissions. Wizard-based installation Auto-scans for compatibility problems: Be informed of problems before installing Get your site up and running in just a few minutes Keep your site closed to regular visitors until you're happy to open it Configures server: Automatically generates an htaccess file for you (for Apache). Auto-detection of forum settings for easy integration Install test content |
Title | Web Pages |
---|---|
Icon | ![]() |
Description | Add virtually unlimited pages to your site WYSIWYG editor (powered by CKEditor) Convenient edit links: Staff see “edit this” links at the bottom of every page. PHP support: Upload your PHP scripts and run them inside Composr (may require adjustments to the script code). Hierarchical page structure: Supports parent and child pages Periodic content reviews: Helping you ensure ongoing accuracy of your content. Add Comcode pages (the default) or static HTML pages Supports revisions and revision control systems (such as git); add new pages as files, and Composr will automatically register them in its system. |
Title | Downloads |
---|---|
Icon | ![]() |
Description | Clear organisation: Uses a tree structure for unlimited categorisation. Anti-leech protection: download links contain a session ID Community-centred: Allow users to comment upon and rate downloads Many ways to add new files: Upload files. Link-to existing files. Copy existing files using a live URL. Batch import links from existing file stores. Author support: Assign your downloads to authors, so users can find other downloads by the same author. Set licences: Make users agree to a licence before downloading. Images: Show images along with your downloads (e.g. screen-shots) (this implicitly uses galleries). Basic file versioning support Control monthly bandwidth use site-wide |
Title | Wiki+ |
---|---|
Icon | ![]() |
Description | Think “structured wikis”. Create an encyclopaedic database for your website Use a tree-structure or traditional cross-linking Supports revisions: Track changes Display the tree structure of your entire Wiki+ Allow users to jump in at random pages Make your pages either wiki-style or topic-style Allow members to contribute to Wiki+ pages by adding Wiki+ posts |
Title | Quizzes and Surveys |
---|---|
Icon | ![]() |
Description | Run a competition: Choose winners randomly from those who passed the quiz. Surveys: Gather data and find trends. Tests: Test members' knowledge on a variety of topics. Cheat prevention: Settings to prevent cheating, such as time limits, question / answer shuffling, and re-testing rules. Integration with points: Charge points to enter a competition, or award points for winning. |
Title | News and Blogs |
---|---|
Icon | ![]() |
Description | Member blogs: Allow members to have their own blogs on their profile RSS and Atom support: Export and import feeds. Trackback support: Send and receive trackbacks. Scheduled publishing Ping support and RSS Cloud support Multiple news categories and filtering Multiple ways to integrate news into your website Import from RSS feeds Supports geotargeting Members can rate and comment on news articles and blog posts Send out a news article as a newsletter |
Title | Calendar |
---|---|
Icon | ![]() |
Description | Day/week/month/year views Advanced “recurring event” settings Event subscriptions: Receive reminders and notifications by event or event type Warnings about conflicting events Microformats support Integrate a calendar month view, or an upcoming events view, onto your design Supports categories: Have multiple event types Multiple time zones: Have different events in different time zones with configurable conversion settings. Priority flagging: Choose between 5 priorities Programmers can even use the calendar to schedule custom tasks (Commandr) to be run RSS and Atom support: Export support, but also support for overlaying news feeds onto the calendar. Supports geotargeting Feedback: Allow members to comment and rate events. Segregate feedback on recurring events by date. |
Title | Galleries |
---|---|
Icon | ![]() |
Description | Multimedia: Supports images, videos, audio, and more. Personal galleries: Allow your members to create their own galleries which show up on their profile. Support for embedding YouTube videos: Save on bandwidth. Auto-detection of video length and resolution (most file formats) Full tree-structure support: Have galleries within galleries within galleries. Multiple display modes View entries as a slideshow Automatic thumbnail generation Mass import: Also supports importing metadata Optional watermarking: To guard against thieving swines
Geotargeting Adjustments: Automatic size and orientation adjustments according to metadata. |
Title | Catalogues |
---|---|
Icon | ![]() |
Description | Think “databases on my website”. Flexible data control: Set up multiple catalogues, each with its own set of fields. There are many types of fields, such as short text fields, upload fields, and date fields. Multiple display modes: Display the contents of categories using tables, boxes, or lists. Powerful structure: Each catalogue contains categories which contain entries. Catalogues can have a tree structure of categories and/or work from an index. Configurable searching: Choose which fields are shown on categories, and which can be used to perform searches (template searches). Compliance with data protection legislation: Specify which fields may contain sensitive data. These fields will be anonymised as appropriate when members download or purge their data. Entirely customisable: Full support for customising catalogues, categories, and entries, exactly as you want them- field by field. You can even make custom page templates per-catalogue. Classified ads: Entries can automatically expire and get archived. You can also send out view reports. Community interaction: You can allow users to comment upon and rate entries. Import data from CSV files Periodic content reviews: Helping you ensure ongoing accuracy of your data. |
Name | Patrick Schmalstig |
---|---|
Photograph | ![]() |
Title / Role | Lead Developer |
Contributions / Notes | Joined Chris Graham behind the scenes in the development of Composr CMS in 2016. Took on the lead developer role in 2023 when Chris Graham stepped back to attend to his new lifestyle changes. Spearheaded the development of Composr CMS v11 and the new website, Composr.app. Formed the company PDStig, LLC to take on professional support and development for Composr CMS users especially after the discontinuation of ocProducts, Ltd. |
Links |
Top 10 Entries
Question | What are "breadcrumbs," and how can I customize them? |
---|---|
Answer | Breadcrumbs are a navigation aid that shows the user their current location within the website's hierarchy. In Composr, breadcrumbs are customizable through an XML file. You can override default breadcrumbs using "match-keys" to target specific pages and define the desired breadcrumb structure. This allows you to adjust the breadcrumb trail to better match your website's organization. To edit, go to Admin Zone > Structure > Configure breadcrumb overrides. |
Question | How can I control which panels are displayed on specific pages? |
---|---|
Answer | Panels are the areas around your main content area where you can place menus, blocks, and other dynamic elements. You can control panel visibility using display rules within your panel's Comcode: {+START,IF,{$NEQ,{$PAGE},example_page_1,example_page_2,example_page_3}} ... panel content ... {+END} This example prevents the panel from showing on pages named "example_page_1," "example_page_2," and "example_page_3." |
Question | What is a "page-link," and how does it differ from a URL? |
---|---|
Answer | A page-link is a Composr-specific way to reference a page or screen within your website. It's a simplified, local representation of a URL, independent of the URL scheme you might be using. For example, the page-link site:downloads:browse:10 points to the download category with ID 10 in the site zone. This page-link remains consistent even if your URL scheme changes the way URLs are structured. Page-links also do not consider monikers, so if a URL moniker changes, page-links will stay the same. This is a powerful feature as you can use the Comcode [page="page-link"]Page title[/page] tag to generate URLs of local content. And these will always work regardless of URL scheme or moniker. |
Question | How do menus work in Composr, and can I customize them? |
---|---|
Answer | Composr has a flexible menu system that can be customized to your needs.
Menus can be added to panels (sidebars, headers, footers) or embedded directly within Comcode pages. The menu editor provides tools for adding branches, setting captions, tooltips, and URLs, and even defining context-sensitive behavior using "match-keys." |
Question | What are "zones" in Composr, and what are they used for? |
---|---|
Answer | Zones are like sub-sites within your Composr website. They provide a way to organize content and apply different settings, like permissions, themes, and navigation. Some default zones include:
|
Question | What are the different ways to control access in Composr? |
---|---|
Answer | Composr offers a robust permission system with various methods for controlling access:
|
Question | What happens when I add a new usergroup to a third-party forum integrated with Composr? |
---|---|
Answer | If you are not using Conversr as your forum, Composr won't automatically assign any permissions to the new usergroup. To rectify this, you can use the "Absorb usergroup-permissions" feature in the Admin Zone. This tool allows you to copy the permissions from an existing usergroup to the newly created one, ensuring consistent access and functionality. |
Question | What are some security considerations regarding super-moderators and super-administrators? |
---|---|
Answer | While super-moderators have extensive access to manage your site, certain sensitive privileges are reserved for super-administrators. This includes the ability to impersonate other users, execute arbitrary code, and view private content. These restrictions help prevent potential privilege escalation and ensure the overall security of your website. Exercise caution when granting super-moderator status and trust only reliable individuals. |
Question | What are some useful tools for debugging permission issues? |
---|---|
Answer | Composr provides a couple of tools to help pinpoint permission problems:
|
Question | How can I test if my permission settings are working correctly? |
---|---|
Answer | Composr's "SU" feature allows administrators to temporarily assume the identity of another user, enabling you to experience the site as they would. Simply enter the desired username in the "SU" box in the footer. You can also use "Guest" to browse as an unauthenticated visitor. Remember that using "SU" doesn't accurately reflect online status and retains administrator access to sensitive areas. |