Features: A-Z Index
A
B
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
W
Newest 10 Entries
Title | Integration |
---|---|
Icon | ![]() |
Description | Convert from other software: See our importing tutorial for a list of importers. Use an existing member system: See our download page for a list of forum drivers. Convert an HTML site into Composr pages LDAP support for corporate networks (Conversr only) HTTP authentication: Tie into an existing HTTP authentication-based login system (Conversr only) Proxying system: Programmers can integrate any existing scripts using our sophisticated proxying system (which includes full cookie support). Minimodules and miniblocks: Programmers can port existing PHP code into Composr itself without having to strictly conform it to Composr's framework |
Title | Structure / Navigation |
---|---|
Icon | ![]() |
Description | Intuitive sitemap editor: Visually browse your site structure. Menu editor: Our user friendly editor can work with several different kinds of menu design (drop-downs, tree menus, pop-ups, etc) Zones (sub-sites): Organise your pages into separate zones. Zones can have different menus, themes, permissions, and content. They can also use a sub-domain. Full structural control: Edit, move, and delete existing pages and modules. Redirects: Set up redirects if you move pages, or if you want pages to appear in more than one zone. |
Title | White-labeling (Debranding) |
---|---|
Icon | ![]() |
Description | Use Composr for clients and pretend you made it. We ensure Composr is not hard-coded anywhere in the software where it would appear to an average user. |
Title | Web standards |
---|---|
Icon | ![]() |
Description | Responsive design and hi-dpi images True and correct XHTML5 markup WCAG, ATAG: Meeting of accessibility guidelines in full. Tableless CSS markup, with no hacks Support for all major web browsers Inbuilt tools for checking webstandards conformance of XHTML5, CSS, and JavaScript Extra markup semantics including Dublin Core support, schema.org, Open Graph, and microformats. Standards-based JavaScript (modern DOM and AJAX, no DOM-0 or innerHTML) Automatic cleanup of bad XHTML5: HTML outside your control (e.g. from RSS) will be cleaned up for you. |
Title | Performance |
---|---|
Icon | ![]() |
Description | Highly optimised code Can run CDNs Multiple levels of caching Sophisticated template compiler Self-learning optimisation system Automatic pruning of old cache files when caches get large |
Title | Localisation |
---|---|
Icon | ![]() |
Description | Translate Composr into your own language Translate content into multiple languages Custom time and date formatting Language packs: Download new language packs as users post them; host multiple languages on your website at the same time. Time zone support: Members may choose their own time zones, and dates / times will adapt to them. Support for different character sets and Unicode Serve different theme images for different languages Right-to-left languages possible |
Title | Ease of Use |
---|---|
Icon | ![]() |
Description | Professionally designed user interfaces AJAX techniques: Streamlined website interaction. WYSIWYG editing Tutorials: Over 200 written tutorials, and a growing collection of video tutorials. Displays great on mobiles: Mobile browsers can be automatically detected, or the user can select the mobile version from the footer. All public website features work great on QVGA or higher. The default theme is also responsive and will adapt to the client screen size. A consistent and fully integrated feature-set: Breadcrumb navigation, previews, and many other features we didn't have space to mention here – are all present right across Composr. |
Title | Search Engine Optimisation |
---|---|
Icon | ![]() |
Description | Supports different URL schemes and textual monikers Automatic site-map generation: Both XML Sitemaps and sitemaps for users. Metadata: Meta descriptions and keywords for all content. Auto-summarisation. Keyword density analysis when previewing content Correct use of HTTP status codes Content-contextualised page titles Semantic and accessible markup (e.g. ‘alt tags') |
Title | Privacy Tools |
---|---|
Icon | ![]() |
Description | Compliance with major data protection legislation such as the GDPR Allow members to download or purge their personal data from their profile. Set a limit on the number of days between downloads / purges to preserve server resources. Also manage member data to a more technical degree in the Administration Zone. Allow members to purge their data upon deleting their member account Composr is careful to maintain important data (such as warnings or bans) when members request their data to be purged from their profile. But this data can still be purged on the admin side (in the Admin Zone). Automatic generation of a basic Privacy Policy based on site settings and installed addons Cookie Consent notice Set declarations on the rules page which members must agree to on registration (or whenever they are changed) which are also stored in the database and e-mailed to the member as a written copy |
Title | Security |
---|---|
Icon | ![]() |
Description | Automatic detection, logging, notifying, and banning of hackers 2-factor-authentication: E-mail based 2-factor-authentication security when unrecognised IP addresses are used with certain usergroups (optional, Conversr-only). Password strength checks: Enforce minimum password strengths based on length and use of upper / lower case, numbers, and symbols, and avoiding repeated characters (Conversr-only). Architectural approaches to combat all major exploit techniques A JavaScript framework that makes XSS attacks virtually impossible Defence-in-depth: Multiple layers of built-in security. Encrypted custom profile fields: Once set the CPF can't be read unless a key password is entered (Conversr-only, requires OpenSSL). Extensive support and use of Content Security Policy (CSP) Track failed logins and automatically ban brute-force attacks HTML filtering Protection against CSRF attacks: Forms and AJAX requests make use of randomly generated POST tokens Root-kit detection kit for developers Cookies are secure and HttpOnly where possible to prevent session hijacking Set number of days that passwords expire or must be changed |
Top 10 Entries
Question | What is the Admin Zone? |
---|---|
Answer | The Admin Zone is a special section of your Composr website that allows authorized staff members to perform various administrative tasks. It serves as the central hub for managing content, configuring settings, monitoring activity, and maintaining the overall health of your website. |
Question | What should I avoid doing in Composr to maintain accessibility? |
---|---|
Answer | Avoid using Comcode tags or other HTML elements that create dynamic effects in the user's browser, such as ticker and jumping. These can have a negative impact on navigation and scrolling. Provide alternate information for multimedia you upload so those with auditory impairments can still understand the content. Avoid creating multiple content items with the same title, as this can lead to accessibility issues and general user confusion. |
Question | How does Composr handle forms for accessibility? |
---|---|
Answer | The web standards checker ensures that form labels are properly positioned and explicitly associated with their controls. It also checks that form elements have a logical tab order and are keyboard operable. |
Question | How does Composr ensure accessible data tables? |
---|---|
Answer | The web standards checker enforces proper markup for data tables, including identifying row and column headers, and associating data cells with header cells. It ensures that tables are not used for layout (flex boxes and HTML grids are preferred for mobile responsiveness) unless they make sense when linearized. Composr provides summaries for tables to aid non-visual user agents in understanding their structure and content. |
Question | How does Composr handle color contrast for accessibility? |
---|---|
Answer | Composr is designed with high graphic standards that aim to avoid poor color contrast in the default theme and Theme Wizard. But it is not perfect, especially for dark mode themes. Webmasters are still responsible for ensuring sufficient contrast in their own content and in custom themes. |
Question | How do I provide text equivalents for images and multimedia in Composr? |
---|---|
Answer | Composr's web standards checker ensures that alternative text (using the "alt" attribute) is provided for images. It will warn if any images do not contain alt text. For multimedia, webmasters are responsible for providing captions and auditory descriptions either in the multimedia itself, on the description of the media, or uploaded as a caption file. |
Question | How can I make sure my Composr website is accessible? |
---|---|
Answer | Enable the web standards checker in Composr while editing templates. Also do the same when previewing edited or new Comcode pages. Use the provided accessibility options in the Admin Zone to customize the webmaster experience according to your accessibility needs. Follow the webmaster concerns outlined in the "Helping improve site accessibility for disabled users" tutorial. Regularly test your website using third-party accessibility validation tools such as the WAVE Web Accessibility Evaluation Tool or the AChecker. |
Question | What accessibility features are built into Composr? |
---|---|
Answer | Composr has an inbuilt web standards checker that helps ensure compliance with accessibility guidelines. Composr provides automatic sitemap generation functionality, a default sitemap page, and an advanced menu editor to manage navigation. Composr supports ARIA (Accessible Rich Internet Applications), which helps make dynamic content accessible. Composr includes options in the Admin Zone to fine-tune the webmaster experience for specific accessibility requirements. |
Question | Does Composr comply with accessibility standards? |
---|---|
Answer | - Yes, Composr complies with the highest level of the WCAG (version 1.0 at the time of writing), level 3. - Composr also meets Section 508 guidelines, XHTML and CSS specifications, and the highest level of ATAG. - Composr conforms to these standards throughout, from user-facing screens to administrator interfaces. |
Title | Extendable |
---|---|
Icon | ![]() |
Description | Versatile: You can strip down to a core system, or build up with 3rd-party addons. Full API documentation High coding standards: No PHP notices. Type-strict codebase. MVC framework. Free online developer's guide book (in the tutorials) Custom field filters: For example, restrict news posts to a minimum length. Stack traces for easy debugging Synchronise data between staging and live sites using Resource-fs Breadcrumb overrides Advanced banning: Set your own banning rules for different hack attack codes. Even create your own ban pages (e.g. to mimic law enforcement bans for spammers). Code overrides: Implement modifications to the Composr code without directly editing the original code by creating _custom files. This makes upgrading much easier. Also supports contentious_overrides hooks and the override_api for more advanced overriding. Many different hook types allowing for modifying or extending Composr without modifying or overriding the code. |