Featured Sites: A-Z Index
H
Newest 10 Entries
Question | Are there any limitations to importing forum data? |
---|---|
Answer | Yes, some limitations exist, particularly with specific forum platforms.
|
Question | Where can I find the import functionality in Composr? |
---|---|
Answer | Navigate to Admin Zone > Tools > Import. |
Question | What data formats can Composr import? |
---|---|
Answer | Composr primarily uses database connections for importing. However, it also supports neutral data formats like CSV spreadsheet files and importing downloads from a directory. |
Question | Can I import data from other platforms into Composr? |
---|---|
Answer | Yes, Composr offers importers for several popular platforms:
|
Question | How do I move my Composr website to a new server? |
---|---|
Answer | Moving a Composr site involves transferring both the files and the database. Files:
Database:
Important Steps:
|
Question | Can I integrate third-party JavaScript libraries into Composr? |
---|---|
Answer | Yes, you can integrate third-party JavaScript libraries using various methods:
|
Question | How does Composr handle user authentication with external systems like LDAP or HTTP authentication? |
---|---|
Answer | Composr can integrate with LDAP and HTTP authentication, but these features are considered complex and may require programming experience to set up correctly. Both methods allow users to log in to Composr using their existing credentials from the external system, streamlining access and management. |
Question | What are the limitations of using a third-party forum driver? |
---|---|
Answer | Using a third-party forum driver can lead to limitations. Custom profile fields of type LONG_TEXT are limited to TEXT length, cookie integration is not officially supported and can be complex, and some forum drivers have specific quirks detailed in the nuances tutorial. |
Question | What are the implications of using the "none-forum" driver? |
---|---|
Answer | Using the "none-forum" driver disables or limits many Composr features, including commenting, points, and user interactions. Consider using Conversr instead and restricting access to the forum zone, join module, and personal zone. |
Question | How can I integrate my forum visually into my website? |
---|---|
Answer | Composr allows you to integrate your forum visually into your website. Enable "Show forum within website" in the Admin Zone configuration module and update the forum link in your menu to pass through the "forums" embedding module. You may need to adjust CSS to achieve a seamless look. |
Top 10 Entries
Question | How can I contribute to translating Composr? |
---|---|
Answer | You can contribute to Composr's internationalization by:
|
Question | What is Transifex, and how does it help with translation? |
---|---|
Answer | Transifex is a collaborative online platform used by the Composr community for translation. Its benefits include:
|
Question | Can I translate images with text on them? |
---|---|
Answer | Yes, you can translate images containing text. In the themes/default/images/ directory, you'll find an EN folder containing images with English text.
|
Question | How do I translate the content on my Composr website? |
---|---|
Answer | Once you've installed a new language pack, you can translate existing content by:
|
Question | How do I change the language of my Composr website? |
---|---|
Answer | Composr comes with English as the default language. To change to a different language:
You can test a language without changing settings by appending &keep_lang=XX to the URL, where XX is the language code (e.g., FR for French). |
Question | What should I do after successfully importing data into Composr? |
---|---|
Answer | After importing, if all files like avatars, photos, and attachments have been copied to Composr's directories, you can remove the imported product's directory. However, it's advisable to keep the directory, database, and import session for a few weeks in case any data was not correctly imported and needs further attention. Importing is a complex process, so keeping backups and sources for a while is a good practice. |
Question | Where can I get help with the import process? |
---|---|
Answer | The Composr documentation provides extensive information. Additionally, you can seek assistance from experienced Composr developers, including the Composr team if your project allows for professional support. |
Question | Can I switch from a third-party forum to Conversr (Composr's built-in forum)? |
---|---|
Answer | Yes, if an importer exists for your current forum software, you can switch to Conversr during the import process. Composr will handle the forum driver switch and remap user IDs, but it's recommended to double-check permissions afterward. |
Question | How does the HTML website importer work? |
---|---|
Answer | The HTML website importer is an advanced tool for migrating static HTML websites to Composr. It analyzes the HTML structure to create zones, Comcode pages, and a basic template. It also attempts to fix links and file paths for Composr compatibility. |
Question | What is a Composr import session? |
---|---|
Answer | Import sessions track the progress and ID remapping for each import, allowing you to merge multiple sites or resume interrupted imports. This is particularly useful when merging multiple Composr sites into one. |