Features: A-Z Index
A
B
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
W
Newest 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. |
Top 10 Entries
Title | Warnings / Moderation |
---|---|
Icon | ![]() |
Description | (Conversr Only) Issue warnings (with an optional Private Topic sent to them) for unruly members. Optionally include one or more of several punitive actions as explained below. Ban the member's IP address so they can no longer access the site from that device (this also adds their IP address in your htaccess file) Ban the member so they can no longer log in (and their profile can no longer be viewed by others except high-ranking staff) Report spammers to public blocklists such as Stop Forum Spam Put members in a special restricted 'probation' usergroup for a specified number of days Silence a member from the forum or topic on which they made their problematic post (this also works on comments). Change a member's usergroup (useful to de-rank them) Automatically delete recent or violating content / posts posted by the member Charge points from the member's balance (also affects rank points to penalise their ability to rank up) Reverse recent point transactions members made in abuse Save and load explanatory messages for future use Automatically generate punitive action text in the Private Topic sent to the member Members can view their account standing on their profile, including any active punitive actions and their warnings history Staff can view full details of individual warnings including an action log and options to undo some of the individual punitive actions Develop your own cns_warnings hooks to define additional punitive actions that can be used with the warnings system Use one of the several pre-defined "reasons" for a warning in the dropdown to include the warning in your site statistics (for number of warnings issued by reason). |
Title | Spam Protection |
---|---|
Icon | ![]() |
Description | Configurable word filters Investigation: Investigate activity by member ID, username, IP address, or e-mail. Ban troublesome IP addresses. CAPTCHA: Include CAPTCHA on forms for guests and new members. Enable CSS and/or JavaScript CAPTCHA to make detection by bots much harder. Enable an audio version for the visually impaired. Integrate with known-spammer blacklists: Multiple configurable levels of enforcement. Honeypots and blackholes: Find and ban bots via automated traps that humans would never see or fill out. Heuristics: Clever ways to detect and block spammers based on behaviour. Published e-mail addresses will be protected from spammers Protection from spammers trying to use your website for their own SEO |
Title | Template Programming Language |
---|---|
Icon | ![]() |
Description | Also known as Tempcode. Perform computations: Run loops, manipulate logic, numbers, and text. Handy effects: Easily create design effects like “Zebra striping” and tooltips – and much more. Branching and filtering: Tailor output according to permissions and usergroups, as well as user options such as language selection. Include other templates, blocks, or pages, within a template Create and use standard boxes: Avoid having to copy and paste complex segments of XHTML5. Easy web browser sniffing: Present different markup to different web browsers, detect whether JavaScript is enabled, detect bots, and detect PDAs/Smartphones. Randomisation features Pull up member details with ease: For example, show the current users avatar or point count. Easily pull different banner rotations into your templates Escaping: Easily escape parameters and strings to avoid JavaScript or HTML syntax errors and XSS vulnerabilities. Create your own Tempcode symbols through hooks |
Title | Testing tools |
---|---|
Icon | ![]() |
Description | Switch users: Masquerade as any user using your admin login Change theme images inline with just a few clicks Easily find and edit the templates used to construct any screen Error monitoring: Get informed by e-mail if errors happen on your site. Make inline changes to content titles Easy text changes: Easily change the language strings used to build up any screen. Easily diagnose permission configuration problems: Log permission checks, or interactively display them in Firefox. Testing platform: Use our testing_platform non-bundled addon when developing with Composr to ensure nothing has been broken. Profiler: Use the documented profiling tool to monitor intensive logic and their time / memory consumption. Health check: Use the bundled health check to routinely run site checks and report any issues or failures detected. |
Title | Rich Media |
---|---|
Icon | ![]() |
Description | Comcode: Powerful but simple content-enrichment language. Media embedding: Easily integrate/attach common video and image formats, as well as embeds for common sites such as YouTube (just by pasting in the URL). Easily create cool effects: Create scrolling, rolling, randomisation, and hiding effects. Put content in boxes, split content across subpages. Create XHTML5 overlays. Place tooltips. Customise your content for different usergroups Create count-downs and hit counters Automatic table of contents creation for your documents Custom Comcode tags: Set up your own tags, to make it easy to maintain a sophisticated and consistent design as your site grows. Embed pages within other pages |
Title | Design without barriers |
---|---|
Icon | ![]() |
Description | Full control of your vision: Control hundreds of settings. Strip Composr down. Reshape features as needed. Full templating support: Reskin features to look however you want them to. No navigation assumptions: Replace default page and structures as required. No layout assumptions: Shift content between templates, totally breaking down any default layout assumptions. Embed content entries of any type on your pages |
Title | Themeing tools |
---|---|
Icon | ![]() |
Description | Theme Wizard: Recolour your CSS and theme images in just a few clicks (Composr picks the perfect complementary palette and automatically makes 100's of CSS and image changes) Logo Wizard: Generate a basic logo for use on your site Built-in template and CSS editing tools Interactive CSS editor: Quickly identify what to change and preview. |
Title | Administration Zone |
---|---|
Icon | ![]() |
Description | Dashboard: View a checklist of things that need done, software upgrade information, latest Composr news, posts in the staff forum, staff notes, useful links, and more. Audit: View logs and statistics of just about anything with the site and Composr system. Site statistics: View comprehensive graphs and statistics across a wide range of metrics. Set your own KPIs and get notified when they are reached. Security: Control site access (including IP bans), privileges, members / usergroups, and word filters. Structure: Manage and upgrade addons, define zones, configure chatrooms and forums, manage menus, create redirects, and edit the sitemap. Style: Whitelist the software, manage emoticons, manage themes / run the theme wizard, run the logo wizard, and translate / rephrase the software. Setup: Set a wide variety of options for your site depending on what addons you have installed. Tools: Run full or incremental backups, scan for broken URLs, clear the cache or run optimisation tools, edit the code, run Commandr, run the upgrader, run health checks, import content from another site, make and send newsletters, run server checks and view PHP info, run privacy purging or downloading, send an e-mail through the software, and view Composr contributors Content: Manage all of your content for your site Help: Search across the site or the tutorials for something Conflict detection: Detect when multiple staff are trying to change the same thing at the same time. Examine action logs: See exactly who has done what and when Commandr: Optional use of a powerful command-line environment (for Unix geeks). Use unix-like tools to explore and manage your database as it if was a filesystem, and perform general maintenance tasks. Aggregate content types: Design complex content relationships, cloning out large structures in a single operation. Content versioning: See revisions of certain content |
Title | Website Polls |
---|---|
Icon | ![]() |
Description | Integrate polls into your website: Gauge visitor opinion. Community involvement: Users can submit polls and comment and rate them. Multiple polls: Showcase different polls on different areas of your website. Archive the data from unlimited polls |
Title | Community features |
---|---|
Icon | ![]() |
Description | User content submission: Allow users to submit to any area of your site. Optionally enable validation so staff must approve the content before it goes live. Public awards: Give public awards to your choice of “best content” Per-usergroup privileges: Give special members access to extra features, like file storage Recommend: Visitors can recommend your website or a page to other visitors. Control who can specify their own custom message and those who must use the default (spam prevention). Members can report content to you for review via "Report This" links (which creates a Support Ticket with a copy of the content at the time of reporting). You can also turn validation off for content to hide it after a certain number of reports. |