Help15

Difference between revisions of "Screen.plugins.15"

From Joomla! Documentation

m (→‎Related Information: category reorganizing)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{underconstruction}}
 
 
==How to Access==
 
==How to Access==
 
Select '''Extensions → Plugin Manager''' from the drop-down menu on the Back-end of your Joomla! installation.
 
Select '''Extensions → Plugin Manager''' from the drop-down menu on the Back-end of your Joomla! installation.
Line 16: Line 15:
 
{{colheader|Order}}
 
{{colheader|Order}}
 
{{colheader|Access Level}}
 
{{colheader|Access Level}}
*'''Type.''' The Type of the Plugin. Possible types are: authentication, content, editors, editors-xtd, search, system, user, and xmlrpc. These are also the names of the subfolder where the Plugin files are located. For example, "authentication" plugins are located in the folder "plugins/authentication".  
+
*'''Type.''' The Type of the Plugin. Possible types are: authentication, content, editors, editors-xtd, search, system, user, and xmlrpc. These are also the names of the subfolders where the Plugin files are located. For example, Plugins with a Type of "authentication" are located in the folder "plugins/authentication".  
 
*'''File.''' The name of the Plugin files. Each Plugin has two files, a ".php" file and a ".xml" file. So, for example, the Authentication - Joomla! plugin has two files: "joomla.php" and "joomla.xml".
 
*'''File.''' The name of the Plugin files. Each Plugin has two files, a ".php" file and a ".xml" file. So, for example, the Authentication - Joomla! plugin has two files: "joomla.php" and "joomla.xml".
 
{{colheader|Id}}
 
{{colheader|Id}}
 
{{colheader|Display #}}
 
{{colheader|Display #}}
 
  
 
==Toolbar==
 
==Toolbar==
Line 49: Line 47:
 
*To install or uninstall Extension Plugins: [[screen.installer.15|Extension Manager]]
 
*To install or uninstall Extension Plugins: [[screen.installer.15|Extension Manager]]
  
<noinclude>{{cathelp|1.5|Plugin Manager|Extensions}}</noinclude>
+
<noinclude>{{cathelp|1.5|Plugin Manager Help Screens|Extensions Help Screens}}</noinclude>

Latest revision as of 22:21, 4 August 2012

How to Access[edit]

Select Extensions → Plugin Manager from the drop-down menu on the Back-end of your Joomla! installation.

Description[edit]

The Plugin Manager allows you to enable and disable Joomla! Plugins and to edit a Plugin's Details and Parameters.

Screenshot[edit]

Plugin manager.png

Column Headers[edit]

  • #. An indexing number automatically assigned by Joomla! for ease of reference.
  • Checkbox. Check this box to select one or more items. To select all items, check the box in the column heading. After one or more boxes are checked, click a toolbar button to take an action on the selected item or items. Many toolbar actions, such as Publish and Unpublish, can work with multiple items. Others, such as Edit, only work on one item at a time. If multiple items are checked and you press Edit, the first item will be opened for editing.
  • Plugin Name. The Name of the Plugin. Click on the Name to open the Plugin for editing.
  • Enabled. A green tick or a red X showing whether the use of the component is enabled/disabled. Click the icon to toggle the item between enabled and disabled.
  • Order. The order to display items. If the list is sorted by this column, you can change the order by clicking the arrows or by entering the sequential order and clicking 'Save Order'.
  • Access Level. Who has access to this item. Current options are:
    • Public: Everyone has access
    • Registered: Only registered users have access
    • Special: Only users with author status or higher have access
You can change an item's Access Level by clicking on the icon in the column.
  • Type. The Type of the Plugin. Possible types are: authentication, content, editors, editors-xtd, search, system, user, and xmlrpc. These are also the names of the subfolders where the Plugin files are located. For example, Plugins with a Type of "authentication" are located in the folder "plugins/authentication".
  • File. The name of the Plugin files. Each Plugin has two files, a ".php" file and a ".xml" file. So, for example, the Authentication - Joomla! plugin has two files: "joomla.php" and "joomla.xml".
  • ID. The ID number. This is a unique identification number for this item assigned automatically by Joomla!. It is used to identify the item internally, for example in internal links. You can not change this number.
  • Display #. The number of items to display on one page. If there are more items than this number, you can use the page navigation buttons (Start, Prev, Next, End, and page numbers) to navigate between pages. Note that if you have a large number of items, it may be helpful to use the Filter options, located above the column headings, to limit which items display (where applicable).

Toolbar[edit]

At the top right you will see the toolbar:

Plugin manager toolbar.png

  • Enable. To enable one or more items, select them using the Checkbox and press this button. You may also toggle between Enabled and Disabled by clicking on the icon in the "Enabled" column.
  • Disable. To disable one or more items, select them using the Checkbox and press this button. You may also toggle between Enabled and Disabled by clicking on the icon in the "Enabled" column.
  • Edit. Select one item and click on this button to open it in edit mode. If you have more than one item selected (where applicable), the first item will be opened. You can also open an item for editing by clicking on its Title or Name.
  • Help. Opens this Help Screen.

List Filters[edit]

Filter by Partial Title

You can filter the list of items by typing in part of the Title or the ID number. Or you can select a combination of Category and Published State.

  • Filter. In the upper left corner just above the column headings is a Filter field and two buttons, as shown below:
    Article manager filter1.png
    If you have a large number of items on the list, you can use this filter to find the desired item(s) quickly. Enter either part of the title and press 'Go' to display the matching items. You can enter in whole words or part of a word. For example, "ooml" will match all titles with the word "Joomla!" in them. You can also search for a specific item id by entering "id:" followed by the id number. For example, "id:123" will find the item with an id of '123'.

Filter by Type and State

In the upper right area, above the column headings, are 2 drop-down list boxes as shown below:

Plugin manager filter.png

The selections may be combined. Only items matching both selections will display in the list.

  • Select Type. Select a Type from the drop-down list box to select only Plugins of this Type.
  • Select State. Select a state (Enabled or Disabled) from the drop-down list box to select only Plugins with this state.

Quick Tips[edit]

  • To enable or disable a group of Plugins, check the check box for each desired Plugin and then click the Enable or Disable button.

Related Information[edit]