Source string (Built-in English)
Optionally, if you have the core Field UI module installed you can follow the steps in the related topics to add fields to the new comment type, set up the editing form, and configure the display.
Translated string (German)
Source string (Built-in English)
Manage the search index, and make sure that the site is fully indexed for searching.
Translated string (German)
Source string (Built-in English)
What is the search index?
Translated string (German)
Source string (Built-in English)
The <em>Content</em> and <em>Help</em> search types provided by the core software pre-index their content and store the results in several database tables that are collectively called the <em>search index</em>. The process of indexing renders the content and breaks it up into words, which can then be matched more efficiently with keyword queries when users perform searches. Search indexing happens during cron runs; see @cron_topic for more information about cron.
Translated string (German)
Source string (Built-in English)
In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> > <em>Search and Metadata</em> > <em>@search_settings_link</em>.
Translated string (German)
Source string (Built-in English)
Under <em>Indexing throttle</em>, select the <em>Number of items to index per cron run</em>. A smaller number will make cron faster and reduce the possibility of timeout; a larger number will make sure more of your site is indexed in fewer cron runs.
Translated string (German)
Source string (Built-in English)
Under <em>Default indexing settings</em>, enter the desired <em>Minimum word length to index</em>. Words smaller than this length will be dropped from both keywords when searching and content when indexing.
Translated string (German)
Source string (Built-in English)
If your site uses Chinese, Japanese, or Korean languages, optionally check <em>Simple CJK handling</em> under <em>Default indexing settings</em> to provide some support for these languages.
Translated string (German)
Source string (Built-in English)
Click <em>Save configuration</em>, and you should be returned to the <em>Search pages</em> page.
Translated string (German)
Source string (Built-in English)
Click <em>Re-index site</em> if you have changed the indexing configuration, or later on, if you believe that the search index has been corrupted.
Translated string (German)
Source string (Built-in English)
Follow the steps in @cron_topic to make sure a cron task has been configured.
Translated string (German)
Source string (Built-in English)
After waiting for cron to run several times, verify that the content has been fully indexed for searching. The overall status is listed under <em>Indexing progress</em>, and the status for each search page is shown in the <em>Indexing progress</em> column of the <em>Search pages</em> section.
Translated string (German)
Source string (Built-in English)
Decide which comments are shown on the website.
Translated string (German)
Source string (Built-in English)
Who can moderate comments?
Translated string (German)
Source string (Built-in English)
Users with the <em>@comment_permissions_link</em> permission (typically administrators) can moderate comments. You will also need the <em>Access the Content Overview page</em> permission from the Node module (if it is installed) to navigate to the comment management page.
Translated string (German)
Source string (Built-in English)
In the <em>Manage</em> administrative menu, navigate to <em>Content</em> > <em>@comment_published_link</em>. A list of all comments is shown.
Translated string (German)
Source string (Built-in English)
To unpublish comments, select one or more comments by checking the boxes on the left side (right side in right-to-left languages). Then select <em>Unpublish comment</em> from the <em>Action</em> select list and click <em>Apply to selected items</em>. If you select the <em>Delete comment</em> action, you can instead delete the unwanted comments.
Translated string (German)
Source string (Built-in English)
To change the content of a comment click <em>Edit</em> from the dropdown button for a particular comment.
Translated string (German)
Source string (Built-in English)
To publish comments that are not yet visible on the website, navigate to the <em>@comment_unpublished_link</em> tab. Select one or more comments by checking the boxes on the left side (right side in right-to-left languages). Then select <em>Publish comment</em> from the <em>Action</em> select list and click <em>Apply to selected items</em>.
Translated string (German)
Source string (Built-in English)
Online documentation for moderating comments
Translated string (German)
Source string (Built-in English)
Configure text formats on the site.
Translated string (German)
Source string (Built-in English)
What are text filters and text formats?
Translated string (German)
Source string (Built-in English)
A text filter is a processing step that can be applied to text, either to transform it in some way (such as converting URLs in the text into HTML links), or to defend against potentially-dangerous input from site users. A text format is an ordered sequence of text filters. Text filters are provided by modules; text formats are managed by the core Filter module.
Translated string (German)
Source string (Built-in English)
Text fields that have "formatted" in the field type name, such as <em>Text (formatted)</em>, use text formats. Users choose the text format when editing the field text; when the field text is shown on the site, it is processed by the chosen text format. Administrators can configure text formats and assign permissions for who can use each format. If the core Text Editor module is enabled, administrators can also associate visual editors with text formats.
Translated string (German)
Source string (Built-in English)
What text filters are available?
Translated string (German)
Source string (Built-in English)
Some of the more commonly used text filters are:
Translated string (German)
Source string (Built-in English)
Limits which HTML tags can be used; useful both for site security and enforcing site design.
Translated string (German)
Source string (Built-in English)
Convert line breaks into HTML
Translated string (German)
Source string (Built-in English)
Line breaks in HTML source are displayed as horizontal spaces. This filter converts line breaks into HTML paragraph and line break tags.
Translated string (German)
Source string (Built-in English)
Takes plain URLs in text and turns them into HTML links.
Translated string (German)