Help38:Extensions Plugin Manager Edit

Contents

How to Access

Navigate to the Plugin Manager. Click on the Plugin's Name or click on the Plugin's checkbox and press the Edit button in the toolbar.

Description

This screen allows you to edit the details and options for plugins. Some plugins have several configurable options, while others may not have any.

Screenshot

Help30-Extensions-Plugin-Manager-Edit-screen-en.png

Details

The Details section is the same for all plugins and has the following fields:

Options

If the plugin has configurable options they will appear to the right of the details section. Usually you will see Basic Options which are general options which need to be configured for the basic operation of the plugin. You may also see Advanced Options which are additional configurable options available for the plugin which allows further customization of the plugin. Finally you may see Language Options which are options related to the language functions of your Joomla! installation.

Toolbar

At the top you will see the toolbar:

Help30-Save-SaveClose-Close-Help-toolbar-en.png

The functions are:

Plugin Descriptions and Options

When Joomla! is installed, many plugins are included in the installation. These are described below, along with any options for the plugin.

Authentication - Joomla!

This plugin processes the default User Authentication method in Joomla. It has no options.

Authentication - GMail

This plugin processes User Authentication using GMail accounts. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-gmail-options-screen-en.png

To use the GMail plugin:

NOTE: Google may block these sign in attempts due to recently increased security checks[1] by Google. To resolve this issue, the user may need to go to Allow less secure apps and choose "Allow".

Authentication - LDAP

This plugin processes User Authentication against an LDAP server. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-ldap-options-screen-en.png

Authentication - OpenID

This Plugin processes user authentication with an OpenID. It has the following options:

File:Help30-Extensions-Plugin-Manager-Edit-openid-options-screen.png

Captcha - ReCaptcha

This CAPTCHA plugin uses the reCAPTCHA service to prevent spammers while it helps to digitize books, newspapers and old radio shows. The fields "Site key" and "Secret key" must be filled in before activating.

Help30-Extensions-Plugin-Manager-Edit-captcha-recaptcha-options-screen-en.png

This plugin has following options:

Content - Email Cloaking

This plugin cloaks all e-mails in content from spambots using JavaScript. This helps prevent e-mails contained in articles from being added to spam e-mail lists. You can disable Email Cloaking inside an article by inserting {emailcloak=off} anywhere in the text of the article. In this case, no e-mail addresses in the article will be cloaked by this plugin.

Email Cloaking has the following options:

Help30-Extensions-Plugin-Manager-Edit-email-cloaking-options-screen-en.png

Content - Code Highlighter (GeSHi)

This plugin displays formatted code in Articles based on the GeSHi highlighting engine.

NOTE: The Geshi plugin was removed from Joomla! standard distribution per 3.1 release it is no longer available by default (bug tracker #28574)

Syntax highlighting per default joomla install supports: css diff html4strict ini mysql php php-brief xml. It has a single option to turn on line numbers

Syntax usage :
<pre xml:lang="php">
echo $test;
</pre>

<pre xml:lang="css" lines="true">
.form-horizontal .control-group {
  margin-bottom: 10px;
}
</pre>

The syntax highlighting language defaults to php and lines defaults to false. To turn on line numbering add lines= as in the usage example.

Additional language bash, regular expressions etc can be downloaded http://sourceforge.net/projects/geshi/?source=dlp

The folder /geshi/geshi in the archive GeSHi-1.0.8.11.zip offers a large number of "highlighters" is available, copy the desired ones to \plugins\content\geshi\geshi\geshi on you server and use the file name as name for the syntax highlighting

Content - Load Modules

This plugin allows you to place a Module inside an Article with the syntax: {loadposition xx}, where "xx" is a user-defined position code. For example, if you create a Module with the Position value of "myposition1", then typing the text "{loadposition myposition1}" inside an Article will cause that Module to show at that point in the Article.

This plugin has the following option:

Help30-Extensions-Plugin-Manager-Edit-load-modules-options-screen-en.png

Content - Pagebreak

This plugin adds table of contents functionality to a paginated Article. This is done automatically through the use of the Pagebreak button added to the lower part of the text panel in an Article. The HTML code is included here as a reference of what is available. The Pagebreak will itself display in the text window as a simple horizontal line.

 Syntax: Usage: <hr class="system-pagebreak" />
 <hr class="system-pagebreak" title="The page title" /> or
 <hr class="system-pagebreak" alt="The first page" /> or
 <hr class="system-pagebreak" title="The page title" alt="The first page" /> or
 <hr class="system-pagebreak" alt="The first page" title="The page title" />
 

This plugin has the following options:

Help30-Extensions-Plugin-Manager-Edit-pagebreak-options-screen-en.png

Content - Page Navigation

This plugin allows you to add Next & Previous navigation links to Articles, for example when using a blog or list layout. This feature can be controlled with the following Joomla! parameters:

Note that, if the Page Navigation plug-in is disabled in this screen, no Page Navigation will show and the parameter settings above will have no effect.

This plugin has the following option:

Help30-Extensions-Plugin-Manager-Edit-page-navigation-options-screen-en.png

Content - Vote

This plugin adds the Voting functionality to Articles. It has no options.

Editor - CodeMirror

This plugin loads the CodeMirror editor. CodeMirror is a code editor which provides an editor more suited for source code. It provides code syntax highlighting for many programming languages. It can show you mismatched tags and also helps you maintain consistent indenting of your code. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-codemirror-options-screen-en.png

Editor - None

This plugin loads a basic text editor. This option can be used when you are pasting HTML code from another source and you don't want the HTML to be altered by a WYSIWYG editor. This plugin has no options.

Editor - TinyMCE

This plugin loads the TinyMCE editor. This is the default editor in Joomla!.

This plugin has the following options:

Help30-Extensions-Plugin-Manager-Edit-tinymce-basic-options-subscreen-en.png

This plug-in has the following advanced options:

Help30-Extensions-Plugin-Manager-Edit-tinymce-advanced-options-subscreen-en.png

The following options only apply if the editor is in Extended Mode.

Button - Article

This plugin displays the Article button below the editor box when you are using a Joomla! editor (for example, when writing an Article). It allows you to insert an Article link into an Article. This plugin has no options.

Button - Image

This plugin displays the Image button below the editor box when you are using a Joomla! editor (for example, when writing an Article). It allows you to insert an image into an Article. This plugin has no options.

Button - Pagebreak

This plugin displays the Pagebreak button below the editor box when you are using a Joomla! editor (for example, when writing an Article). It inserts a page break in the Article. This plugin has no options.

Button - Readmore

This plugin displays the "Read more..." button below the editor box when you are using a Joomla! editor (for example, when writing an Article). It inserts a "Read more..." break in the Article that allows you to display just the first portion of an Article on a page. This plugin has no options.

Extension - Joomla

This plugin manages the update sites for extensions. This plugin has no options.

Search - Categories

This plugin enables searching for Category information. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-search-basic-options-screen-en.png

Search - Contacts

This plugin enables searching for Contacts. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-search-basic-options-screen-en.png

Search - Content

This plugin enables searching for Articles. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-search-content-options-screen-en.png

Search - Newsfeeds

This plugin enables searching for News Feeds. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-search-basic-options-screen-en.png

Search - Weblinks

This plugin enables searching for Web Links. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-weblinks-options-screen-en.png

System - Language Filter

This plugin filters the displayed content depending on language. It should only be enabled when the Language Switcher module is published. If this plugin is activated, it is recommended to also publish the Administrator multilingual status module.

This plugin has the following options:

Help30-Extensions-Plugin-Manager-Edit-system-language-filter-options-screen-en.png

System - Cache

This plugin enables page caching. Page caching allows the web server to save snapshots of pages and use them when serving web pages. This improves the performance of your web site and reduces the workload of the server. This plugin has the following options:

Help30-Extensions-Plugin-Manager-Edit-cache-options-screen-en.png

System - Debug

This plugin provides debugging information. The report is shown below the main screen of the front and backend interfaces of your Joomla! installation. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-debug-options-screen-en.png

Language Debug Options:

Help30-Extensions-Plugin-Manager-Edit-debug-language-options-screen-en.png

Logging Debug options:

Help30-Extensions-Plugin-Manager-Edit-debug-logging-options-screen-en.png

System - Log

This plugin enables system logging. A log is a file that contains information about the web site activity. It can be used to see a history of activity and to troubleshoot problems on the site. This plugin has no options.

System - Redirect

This plugin enables the Joomla Redirect system to catch missing pages and redirect users. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-redirect-options-screen-en.png

System - Remember Me

This plugin provides "Remember Me" functionality. This allows the website to "remember" your username and password so that you can automatically be logged in when you return to the site. This plugin has no options.

System - SEF

This plugin adds SEF support to links in the document. It operates directly on the HTML and does not require a special tag. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-sef-options-screen-en.png

User - Profile

This plugin adds user profile capability to your website. Website users will be able to fill out profile fields that you enable in the options section of this plugin. You can control what profile fields are shown in the new user registration form and/or each user's editable profile screen. To control what fields are shown in the new user registration form, set the field options in the section labeled User profile information required at registration. For profile fields shown in the user's profile screen which it editable after login, set the field option in the options section labeled Required user profile information. For each field you have the following options:

Help30-Extensions-Plugin-Manager-Edit-profile-options-screen-en.png

User - Contact Creator

This plugin automatically creates contact information for new users. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-contact-creator-options-screen-en.png

User - Joomla!

This plugin handles the default user synchronization. It has the following options:

Help30-Extensions-Plugin-Manager-Edit-joomla-options-screen-en.png

Quick Tips

Related Information


Top