Featured Sites: A-Z Index
H
Newest 10 Entries
Question | What are gift points, and how do they work? |
---|---|
Answer | Gift points are a separate points balance that can only be sent to other members as gifts. They cannot be spent directly or used in escrow transactions. Gift points are earned daily based on usergroup membership and replenish independently of the regular points balance. When a member sends gift points, they become regular points for the recipient. |
Question | Can members send points to each other? |
---|---|
Answer | Yes, members can send points to each other as a token of appreciation, reward for a service, or as part of an agreement using the Points Escrow system. |
Question | How does content validation affect point earning? |
---|---|
Answer | Points are typically awarded immediately upon content submission to encourage participation. However, forum posts requiring validation only earn points after approval to deter spam. To further encourage high-quality content, consider using the "awards" addon to reward exceptional contributions. |
Question | Can I reward members who use specific browsers or operating systems? |
---|---|
Answer | Yes, Composr allows you to configure bonus points based on browser/platform criteria. You can set bonus points for members using Open Source browsers, specific operating systems, or even those who have enabled privacy features like "Do Not Track" (DNT) or "Global Privacy Control" (GPC). |
Question | What's the difference between points balance and rank points? |
---|---|
Answer | Points balance refers to the number of points a member currently has available to spend. This is the 'liquid' currency they can use for various actions. Rank points represent the total points a member has accumulated throughout their time on the website. These points determine the member's rank, which can grant access to additional privileges and act as a status symbol. |
Question | How can members earn points on my Composr website? |
---|---|
Answer | Members can earn points in various ways, including:
Most earning methods can be customized in the Admin Zone > Setup > Configuration > Points options to fit your website's needs. |
Question | What are cleanup tools in Composr and how do I use them? |
---|---|
Answer | Cleanup tools assist with website maintenance by deleting unnecessary data and optimizing database tables. They are divided into "De-cachers" and "Optimizers". You can access them through: Admin Zone > Tools > Cleanup tools. |
Question | How can I access PHP-Info in Composr? |
---|---|
Answer | PHP-Info provides a comprehensive overview of your PHP configuration. You can access it within Composr by navigating to Admin Zone > Tools > PHP-Info / Server Checks. This page also provides additional useful server information. |
Question | What is the purpose of the Health Check feature in Composr? |
---|---|
Answer | The Health Check feature in Composr proactively identifies potential issues that may affect your website's performance, security, and overall health. It performs various checks and alerts you to problems like:
The Health Check can be run manually or scheduled to run automatically and send e-mail notifications of results. |
Question | How can I use Content Delivery Networks (CDNs) to enhance my website? |
---|---|
Answer | CDNs improve website performance by serving content from geographically distributed servers, reducing latency and server load. You can leverage CDNs for your Composr website by:
|
Top 10 Entries
Question | Can I leave notes for myself or other staff members? |
---|---|
Answer | Yes, the Admin Zone includes a dedicated "Notes" block for you and your staff to leave messages and reminders. This space serves as a shared communication hub for your team. |
Question | How can I stay informed about the latest Composr version? |
---|---|
Answer | The Admin Zone dashboard displays information about your current Composr version and alerts you if it's not the most recent one. A link will be provided to guide you through the upgrade process if necessary. |
Question | What is the action log, and how can I use it? |
---|---|
Answer | The action log keeps track of administrative and content-related actions on your website. It allows you to see who did what and when, providing valuable insights into site activity and accountability. You can filter the log to focus on specific actions, users, or timeframes. It's also helpful for revisiting previous tasks by providing links to the relevant content or settings. Go to the Admin Zone > Audit > Action logs. A quick action log block is also available on the dashboard. |
Question | What is the staff checklist in the Admin Zone? |
---|---|
Answer | The staff checklist is an automatically generated list of tasks that need attention on your website. It includes routine updates like assigning new awards or adding news, as well as less frequent but important tasks like backups, software updates, newsletters, content validation, and periodic content reviews. You can customize the frequency of these tasks in the 'Configuration' section under 'Administrative options'. You can also add your own custom tasks. Anyone with Admin Zone access can see the checklist. So you can collaborate with your highest level staff on it. |
Question | I'm lost! How can I find a specific feature or setting? |
---|---|
Answer | The Admin Zone has a powerful search feature that you can access under the Help icon. It searches through various categories, including configuration options, privileges, templates, language strings, administrative modules, and more. You can even refine your search by adding "@sectionname" to the end of your search term to limit results to a specific section. |
Question | How do I access the Admin Zone? |
---|---|
Answer | You can access the Admin Zone by clicking the "Admin Zone" link located at the bottom of every page on your website, assuming you are using the default theme. If you are logged in as a staff member, your user menu will also have a link to the Admin Zone or the Content Management Zone. You might be asked to log in again / confirm your session for security reasons. |
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. |