<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Konczal</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Konczal"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Konczal"/>
	<updated>2026-05-27T21:27:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J5.x:Adding_custom_fields/Checkboxes_Field&amp;diff=1021867</id>
		<title>J5.x:Adding custom fields/Checkboxes Field</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J5.x:Adding_custom_fields/Checkboxes_Field&amp;diff=1021867"/>
		<updated>2024-02-24T17:37:44Z</updated>

		<summary type="html">&lt;p&gt;Konczal: /* Frontend Output of the Checkboxes Custom Field */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Joomla version|version=5.x}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Top portal heading|color=white-bkgd|icon=magic|icon-color=#5091cd|size=3x|text-color=#333|title=&amp;lt;translate&amp;gt;&lt;br /&gt;
Tutorial&amp;lt;br&amp;gt;Custom Fields - Creating a Checkboxes Field&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The Checkboxes Field provides one or more checkbox items which can be selected or deselected. It&#039;s useful for creating a consistent list of optional attributes for an item.&lt;br /&gt;
&lt;br /&gt;
== Creating the field ==&lt;br /&gt;
&lt;br /&gt;
We will create a Checkboxes Field for use in our articles. &lt;br /&gt;
&lt;br /&gt;
From the Sidebar Menu in the Backend choose &#039;&#039;&#039;Content&#039;&#039;&#039; then &#039;&#039;&#039;Fields&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Before clicking the &#039;&#039;&#039;New&#039;&#039;&#039; button, check the dropdown list below the New button is set to &#039;&#039;&#039;Article&#039;&#039;&#039; - this is the default setting for use in the Article view.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_new_article_custom_field.png|Access article fields via the sidebar menu|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; Although this tutorial covers creating a checkboxes field for use in an article, the following steps are the same if you were creating one for use in the Contacts Component (remember to set the view before clicking new), the Users Component, or any other component which supports custom fields..&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;New&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The Field Editor will open on the &#039;&#039;&#039;General&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_new_checkboxes_field_general.png|Editor General Tab|800px]]&lt;br /&gt;
&lt;br /&gt;
Enter a &#039;&#039;&#039;Title&#039;&#039;&#039; This should be specific to the purpose of the new field. Avoid generic titles in case you want to use other calendar fields in other places. &lt;br /&gt;
&lt;br /&gt;
On the &#039;&#039;&#039;Type&#039;&#039;&#039; field choose &#039;&#039;&#039;Checkboxes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Name&#039;&#039;&#039; field will be filled in automatically on saving the field, but you can enter a different one. It should be lowercase and separated by hyphens.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Label&#039;&#039;&#039; field is automatically set to be the same as the Custom Field Title but you can enter whatever you want. The value you enter is output on the Frontend if you choose to show the Label.&lt;br /&gt;
&lt;br /&gt;
Add a &#039;&#039;&#039;Description&#039;&#039;&#039; if it will be useful. It is not required.&lt;br /&gt;
&lt;br /&gt;
Set the &#039;&#039;&#039;Required&#039;&#039;&#039; Field to Yes or No with the toggle button. Setting to Yes will make the field a required one that cannot be skipped.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Only Use In Subform&#039;&#039;&#039; field can be set to Yes if you only want the field available as a Subform child field.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Default Value&#039;&#039;&#039; field can be set to have certain checkboxes checked when the field is first loaded. To check an item by default, enter the value in this field exactly as it appears in the subform below. To check multiple items, add multiple values separated by commas.&lt;br /&gt;
&lt;br /&gt;
Special options within this field are:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Checkbox Values&#039;&#039;&#039;: This subform determines what checkboxes are available in an item.&lt;br /&gt;
** &#039;&#039;&#039;Text&#039;&#039;&#039;: This is the text which will be displayed both with the checkbox in the edit form, as well as in the front end if it is selected. &lt;br /&gt;
** &#039;&#039;&#039;Value&#039;&#039;&#039;: This optional field lets you specify the value of the checkbox, which can be used in the &#039;&#039;Default Value&#039;&#039; option, the &#039;&#039;Showon&#039;&#039; option in other fields, or in layout overrides. This is not displayed to the user or front end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note: if you change the value of any checkbox items after the field is used in items, it could result in data loss. Proceed with caution.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At this point you have entered sufficient information to create the Custom Field and make it available for use.&lt;br /&gt;
&lt;br /&gt;
== Save the Custom Field ==&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Save &amp;amp; Close&#039;&#039;&#039; and the Custom Field is available to use.&lt;br /&gt;
&lt;br /&gt;
== Using the field in the Backend ==&lt;br /&gt;
&lt;br /&gt;
In the Article Editor select the Custom Fields tab to access the Custom Field. In the this example we have a Field Group named &#039;&#039;&#039;Aircraft&#039;&#039;&#039; that was assigned to the Category &#039;&#039;Aircraft&#039;&#039;. As the Article is assigned to the Aircraft category, the Aircraft tab is available that will contain one or more Custom Fields assigned to that Field Group. If you are not using Field Groups look for a tab named &#039;&#039;&#039;Fields&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_field_group_editor_tab-en.png|Custom Fields Editor Tab in the Backend|800px]]&lt;br /&gt;
&lt;br /&gt;
Once you have selected the tab it will display all the fields you have created. In this example we have Date Visited, as well as the Seating options field we just created. Note the asterisks symbol - it denotes that it is a required field (this is turned off or on in the field options when you create it).&lt;br /&gt;
&lt;br /&gt;
Click the checkboxes for any options you would like to select. When you have done, save and close the article.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_backend_use_article_custom_field-en.png|Use Calendar Custom Field in the Backend|800px]]&lt;br /&gt;
&lt;br /&gt;
== Frontend Output of the Checkboxes Custom Field ==&lt;br /&gt;
&lt;br /&gt;
In the Frontend, you can see the field as you see in the following image. The option in &#039;&#039;Automatic display&#039;&#039; is responsible for the position of the field and your template is responsible for the layout of the field.&lt;br /&gt;
&lt;br /&gt;
Fields are only displayed in the Frontend if you have filled them with data in the article. If it is not a required field, can you forget it?&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_frontend_checkboxes_field_output-en.png|Checkboxes Custom Field Frontend Output|800px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that the output is displayed with a bullet point - this is the default layout and may look different dependent on your template.&lt;br /&gt;
&lt;br /&gt;
It is possible to change the layout and date format by creating a template custom override.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;{{Basic button|S:MyLanguage/J5.x:Adding_custom_fields/Calendar_Field|&lt;br /&gt;
Next: Calendar Field|class=expand}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;{{Basic button|S:MyLanguage/J5.x:Adding_custom_fields/Color_Field|&lt;br /&gt;
Next: Color Field|class=expand}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Tutorials{{#translation:}}]]&lt;br /&gt;
[[Category:Custom Fields{{#translation:}}]]&lt;br /&gt;
[[Category:Beginners{{#translation:}}]]&lt;br /&gt;
[[Category:Joomla! 5.x{{#translation:}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Needs to be marked for translation]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J5.x_frontend_checkboxes_field_output-en.png&amp;diff=1021866</id>
		<title>File:J5.x frontend checkboxes field output-en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J5.x_frontend_checkboxes_field_output-en.png&amp;diff=1021866"/>
		<updated>2024-02-24T17:37:19Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 5.x Front-End: Checkboxes Field Output&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J5.x:Adding_custom_fields/Checkboxes_Field&amp;diff=1021865</id>
		<title>J5.x:Adding custom fields/Checkboxes Field</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J5.x:Adding_custom_fields/Checkboxes_Field&amp;diff=1021865"/>
		<updated>2024-02-24T17:33:03Z</updated>

		<summary type="html">&lt;p&gt;Konczal: /* Using the field in the Backend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Joomla version|version=5.x}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Top portal heading|color=white-bkgd|icon=magic|icon-color=#5091cd|size=3x|text-color=#333|title=&amp;lt;translate&amp;gt;&lt;br /&gt;
Tutorial&amp;lt;br&amp;gt;Custom Fields - Creating a Checkboxes Field&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The Checkboxes Field provides one or more checkbox items which can be selected or deselected. It&#039;s useful for creating a consistent list of optional attributes for an item.&lt;br /&gt;
&lt;br /&gt;
== Creating the field ==&lt;br /&gt;
&lt;br /&gt;
We will create a Checkboxes Field for use in our articles. &lt;br /&gt;
&lt;br /&gt;
From the Sidebar Menu in the Backend choose &#039;&#039;&#039;Content&#039;&#039;&#039; then &#039;&#039;&#039;Fields&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Before clicking the &#039;&#039;&#039;New&#039;&#039;&#039; button, check the dropdown list below the New button is set to &#039;&#039;&#039;Article&#039;&#039;&#039; - this is the default setting for use in the Article view.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_new_article_custom_field.png|Access article fields via the sidebar menu|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; Although this tutorial covers creating a checkboxes field for use in an article, the following steps are the same if you were creating one for use in the Contacts Component (remember to set the view before clicking new), the Users Component, or any other component which supports custom fields..&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;New&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The Field Editor will open on the &#039;&#039;&#039;General&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_new_checkboxes_field_general.png|Editor General Tab|800px]]&lt;br /&gt;
&lt;br /&gt;
Enter a &#039;&#039;&#039;Title&#039;&#039;&#039; This should be specific to the purpose of the new field. Avoid generic titles in case you want to use other calendar fields in other places. &lt;br /&gt;
&lt;br /&gt;
On the &#039;&#039;&#039;Type&#039;&#039;&#039; field choose &#039;&#039;&#039;Checkboxes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Name&#039;&#039;&#039; field will be filled in automatically on saving the field, but you can enter a different one. It should be lowercase and separated by hyphens.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Label&#039;&#039;&#039; field is automatically set to be the same as the Custom Field Title but you can enter whatever you want. The value you enter is output on the Frontend if you choose to show the Label.&lt;br /&gt;
&lt;br /&gt;
Add a &#039;&#039;&#039;Description&#039;&#039;&#039; if it will be useful. It is not required.&lt;br /&gt;
&lt;br /&gt;
Set the &#039;&#039;&#039;Required&#039;&#039;&#039; Field to Yes or No with the toggle button. Setting to Yes will make the field a required one that cannot be skipped.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Only Use In Subform&#039;&#039;&#039; field can be set to Yes if you only want the field available as a Subform child field.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Default Value&#039;&#039;&#039; field can be set to have certain checkboxes checked when the field is first loaded. To check an item by default, enter the value in this field exactly as it appears in the subform below. To check multiple items, add multiple values separated by commas.&lt;br /&gt;
&lt;br /&gt;
Special options within this field are:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Checkbox Values&#039;&#039;&#039;: This subform determines what checkboxes are available in an item.&lt;br /&gt;
** &#039;&#039;&#039;Text&#039;&#039;&#039;: This is the text which will be displayed both with the checkbox in the edit form, as well as in the front end if it is selected. &lt;br /&gt;
** &#039;&#039;&#039;Value&#039;&#039;&#039;: This optional field lets you specify the value of the checkbox, which can be used in the &#039;&#039;Default Value&#039;&#039; option, the &#039;&#039;Showon&#039;&#039; option in other fields, or in layout overrides. This is not displayed to the user or front end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note: if you change the value of any checkbox items after the field is used in items, it could result in data loss. Proceed with caution.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At this point you have entered sufficient information to create the Custom Field and make it available for use.&lt;br /&gt;
&lt;br /&gt;
== Save the Custom Field ==&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Save &amp;amp; Close&#039;&#039;&#039; and the Custom Field is available to use.&lt;br /&gt;
&lt;br /&gt;
== Using the field in the Backend ==&lt;br /&gt;
&lt;br /&gt;
In the Article Editor select the Custom Fields tab to access the Custom Field. In the this example we have a Field Group named &#039;&#039;&#039;Aircraft&#039;&#039;&#039; that was assigned to the Category &#039;&#039;Aircraft&#039;&#039;. As the Article is assigned to the Aircraft category, the Aircraft tab is available that will contain one or more Custom Fields assigned to that Field Group. If you are not using Field Groups look for a tab named &#039;&#039;&#039;Fields&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_field_group_editor_tab-en.png|Custom Fields Editor Tab in the Backend|800px]]&lt;br /&gt;
&lt;br /&gt;
Once you have selected the tab it will display all the fields you have created. In this example we have Date Visited, as well as the Seating options field we just created. Note the asterisks symbol - it denotes that it is a required field (this is turned off or on in the field options when you create it).&lt;br /&gt;
&lt;br /&gt;
Click the checkboxes for any options you would like to select. When you have done, save and close the article.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_backend_use_article_custom_field-en.png|Use Calendar Custom Field in the Backend|800px]]&lt;br /&gt;
&lt;br /&gt;
== Frontend Output of the Checkboxes Custom Field ==&lt;br /&gt;
&lt;br /&gt;
In the Frontend, you can see the field as you see in the following image. The option in &#039;&#039;Automatic display&#039;&#039; is responsible for the position of the field and your template is responsible for the layout of the field.&lt;br /&gt;
&lt;br /&gt;
Fields are only displayed in the Frontend if you have filled them with data in the article. If it is not a required field, can you forget it?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that the output is displayed with a bullet point - this is the default layout and may look different dependent on your template.&lt;br /&gt;
&lt;br /&gt;
It is possible to change the layout and date format by creating a template custom override.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;{{Basic button|S:MyLanguage/J5.x:Adding_custom_fields/Calendar_Field|&lt;br /&gt;
Next: Calendar Field|class=expand}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;{{Basic button|S:MyLanguage/J5.x:Adding_custom_fields/Color_Field|&lt;br /&gt;
Next: Color Field|class=expand}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Tutorials{{#translation:}}]]&lt;br /&gt;
[[Category:Custom Fields{{#translation:}}]]&lt;br /&gt;
[[Category:Beginners{{#translation:}}]]&lt;br /&gt;
[[Category:Joomla! 5.x{{#translation:}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Needs to be marked for translation]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J5.x_backend_use_article_custom_field-en.png&amp;diff=1021862</id>
		<title>File:J5.x backend use article custom field-en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J5.x_backend_use_article_custom_field-en.png&amp;diff=1021862"/>
		<updated>2024-02-24T17:32:06Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 5.x Backend: Use Article Custom Field&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J5.x_field_group_editor_tab-en.png&amp;diff=1021860</id>
		<title>File:J5.x field group editor tab-en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J5.x_field_group_editor_tab-en.png&amp;diff=1021860"/>
		<updated>2024-02-24T17:27:32Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 5.x Field Group: Editor Tab&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J5.x:Adding_custom_fields/Checkboxes_Field&amp;diff=1021854</id>
		<title>J5.x:Adding custom fields/Checkboxes Field</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J5.x:Adding_custom_fields/Checkboxes_Field&amp;diff=1021854"/>
		<updated>2024-02-24T17:20:14Z</updated>

		<summary type="html">&lt;p&gt;Konczal: /* Creating the field */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Joomla version|version=5.x}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Top portal heading|color=white-bkgd|icon=magic|icon-color=#5091cd|size=3x|text-color=#333|title=&amp;lt;translate&amp;gt;&lt;br /&gt;
Tutorial&amp;lt;br&amp;gt;Custom Fields - Creating a Checkboxes Field&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The Checkboxes Field provides one or more checkbox items which can be selected or deselected. It&#039;s useful for creating a consistent list of optional attributes for an item.&lt;br /&gt;
&lt;br /&gt;
== Creating the field ==&lt;br /&gt;
&lt;br /&gt;
We will create a Checkboxes Field for use in our articles. &lt;br /&gt;
&lt;br /&gt;
From the Sidebar Menu in the Backend choose &#039;&#039;&#039;Content&#039;&#039;&#039; then &#039;&#039;&#039;Fields&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Before clicking the &#039;&#039;&#039;New&#039;&#039;&#039; button, check the dropdown list below the New button is set to &#039;&#039;&#039;Article&#039;&#039;&#039; - this is the default setting for use in the Article view.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_new_article_custom_field.png|Access article fields via the sidebar menu|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; Although this tutorial covers creating a checkboxes field for use in an article, the following steps are the same if you were creating one for use in the Contacts Component (remember to set the view before clicking new), the Users Component, or any other component which supports custom fields..&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;New&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The Field Editor will open on the &#039;&#039;&#039;General&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_new_checkboxes_field_general.png|Editor General Tab|800px]]&lt;br /&gt;
&lt;br /&gt;
Enter a &#039;&#039;&#039;Title&#039;&#039;&#039; This should be specific to the purpose of the new field. Avoid generic titles in case you want to use other calendar fields in other places. &lt;br /&gt;
&lt;br /&gt;
On the &#039;&#039;&#039;Type&#039;&#039;&#039; field choose &#039;&#039;&#039;Checkboxes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Name&#039;&#039;&#039; field will be filled in automatically on saving the field, but you can enter a different one. It should be lowercase and separated by hyphens.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Label&#039;&#039;&#039; field is automatically set to be the same as the Custom Field Title but you can enter whatever you want. The value you enter is output on the Frontend if you choose to show the Label.&lt;br /&gt;
&lt;br /&gt;
Add a &#039;&#039;&#039;Description&#039;&#039;&#039; if it will be useful. It is not required.&lt;br /&gt;
&lt;br /&gt;
Set the &#039;&#039;&#039;Required&#039;&#039;&#039; Field to Yes or No with the toggle button. Setting to Yes will make the field a required one that cannot be skipped.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Only Use In Subform&#039;&#039;&#039; field can be set to Yes if you only want the field available as a Subform child field.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Default Value&#039;&#039;&#039; field can be set to have certain checkboxes checked when the field is first loaded. To check an item by default, enter the value in this field exactly as it appears in the subform below. To check multiple items, add multiple values separated by commas.&lt;br /&gt;
&lt;br /&gt;
Special options within this field are:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Checkbox Values&#039;&#039;&#039;: This subform determines what checkboxes are available in an item.&lt;br /&gt;
** &#039;&#039;&#039;Text&#039;&#039;&#039;: This is the text which will be displayed both with the checkbox in the edit form, as well as in the front end if it is selected. &lt;br /&gt;
** &#039;&#039;&#039;Value&#039;&#039;&#039;: This optional field lets you specify the value of the checkbox, which can be used in the &#039;&#039;Default Value&#039;&#039; option, the &#039;&#039;Showon&#039;&#039; option in other fields, or in layout overrides. This is not displayed to the user or front end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note: if you change the value of any checkbox items after the field is used in items, it could result in data loss. Proceed with caution.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At this point you have entered sufficient information to create the Custom Field and make it available for use.&lt;br /&gt;
&lt;br /&gt;
== Save the Custom Field ==&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Save &amp;amp; Close&#039;&#039;&#039; and the Custom Field is available to use.&lt;br /&gt;
&lt;br /&gt;
== Using the field in the Backend ==&lt;br /&gt;
&lt;br /&gt;
== Frontend Output of the Checkboxes Custom Field ==&lt;br /&gt;
&lt;br /&gt;
In the Frontend, you can see the field as you see in the following image. The option in &#039;&#039;Automatic display&#039;&#039; is responsible for the position of the field and your template is responsible for the layout of the field.&lt;br /&gt;
&lt;br /&gt;
Fields are only displayed in the Frontend if you have filled them with data in the article. If it is not a required field, can you forget it?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that the output is displayed with a bullet point - this is the default layout and may look different dependent on your template.&lt;br /&gt;
&lt;br /&gt;
It is possible to change the layout and date format by creating a template custom override.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;{{Basic button|S:MyLanguage/J5.x:Adding_custom_fields/Calendar_Field|&lt;br /&gt;
Next: Calendar Field|class=expand}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;{{Basic button|S:MyLanguage/J5.x:Adding_custom_fields/Color_Field|&lt;br /&gt;
Next: Color Field|class=expand}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Tutorials{{#translation:}}]]&lt;br /&gt;
[[Category:Custom Fields{{#translation:}}]]&lt;br /&gt;
[[Category:Beginners{{#translation:}}]]&lt;br /&gt;
[[Category:Joomla! 5.x{{#translation:}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Needs to be marked for translation]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J5.x_new_checkboxes_field_general.png&amp;diff=1021851</id>
		<title>File:J5.x new checkboxes field general.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J5.x_new_checkboxes_field_general.png&amp;diff=1021851"/>
		<updated>2024-02-24T17:19:42Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 5.x New Checkboxes Field: General Tab&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J5.x_new_article_custom_field.png&amp;diff=1021830</id>
		<title>File:J5.x new article custom field.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J5.x_new_article_custom_field.png&amp;diff=1021830"/>
		<updated>2024-02-24T17:08:32Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 5.x New Article Custom Field&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J5.x:Adding_custom_fields/Calendar_Field&amp;diff=1021813</id>
		<title>J5.x:Adding custom fields/Calendar Field</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J5.x:Adding_custom_fields/Calendar_Field&amp;diff=1021813"/>
		<updated>2024-02-24T16:45:54Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Joomla version|version=5.x}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Top portal heading|color=white-bkgd|icon=magic|icon-color=#5091cd|size=3x|text-color=#333|title=&lt;br /&gt;
Tutorial&amp;lt;br&amp;gt;Custom Fields - Creating a Calendar Field}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The Calendar Field provides an input box for entry of a date. An icon next to the text box provides a link to a pop-up calendar, which can also be used to enter the date value.&lt;br /&gt;
&lt;br /&gt;
It provides you with a way for Editors to enter dates that will be consistent in position and format, dependent on how you use it.&lt;br /&gt;
&lt;br /&gt;
=== Related Information ===&lt;br /&gt;
&lt;br /&gt;
See:&lt;br /&gt;
&lt;br /&gt;
*[http://php.net/manual/en/datetime.formats.date.php Date Formats]&lt;br /&gt;
&lt;br /&gt;
== Creating the field ==&lt;br /&gt;
&lt;br /&gt;
We will create a Calendar Field for use in our articles. &lt;br /&gt;
&lt;br /&gt;
In this example we will add a visited date on our aircraft pages.&lt;br /&gt;
&lt;br /&gt;
From the Sidebar Menu in the Backend choose &#039;&#039;&#039;Content&#039;&#039;&#039; then &#039;&#039;&#039;Fields&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_new_article_custom_field.png|Access article fields via the sidebar menu|300px]]&lt;br /&gt;
&lt;br /&gt;
Before clicking the &#039;&#039;&#039;New&#039;&#039;&#039; button, check the dropdown list below the New button is set to &#039;&#039;&#039;Article&#039;&#039;&#039; - this is the default setting for use in the Article view.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; Although this tutorial covers creating a calendar field for use in an article, the following steps are the same if you were creating one for use in the Contacts Component (remember to set the view before clicking new) or for use in the Users Component.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;New&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The Field Editor will open on the &#039;&#039;&#039;General&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[File:j5.x_new_calendar_field_general.png|Editor General Tab|800px]]&lt;br /&gt;
&lt;br /&gt;
Enter a &#039;&#039;&#039;Title&#039;&#039;&#039; This should be specific to the purpose of the new field. Avoid generic titles in case you want to use other calendar fields in other places. &lt;br /&gt;
&lt;br /&gt;
On the &#039;&#039;&#039;Type&#039;&#039;&#039; field choose &#039;&#039;&#039;Calendar&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Name&#039;&#039;&#039; field will be filled in automatically on saving the field but you can enter a different one. It should be lowercase and separated by hyphens.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Label&#039;&#039;&#039; field is automatically set to be the same as the Custom Field Title but you can enter whatever you want. The value you enter is output on the Frontend if you choose to show the Label.&lt;br /&gt;
&lt;br /&gt;
Add a &#039;&#039;&#039;Description&#039;&#039;&#039; if it will be useful. It is not required.&lt;br /&gt;
&lt;br /&gt;
Set the &#039;&#039;&#039;Required&#039;&#039;&#039; Field to Yes or No with the toggle button. Setting to Yes will make the field a required one that cannot be skipped.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Only Use In Subform&#039;&#039;&#039; field can be set to Yes if you only want the field available as a Subform child field.&lt;br /&gt;
&lt;br /&gt;
If you use the &#039;&#039;&#039;Default Date&#039;&#039;&#039; the value can be an ISO 8601 format (YYYY-MM-DD HH:MM:SS) or NOW, which displays the actual date. &#039;&#039;&#039;Caution&#039;&#039;&#039;: Even if you do not specify the time in the default date, the time is displayed when the option &#039;&#039;Show time&#039;&#039; is active.&lt;br /&gt;
&lt;br /&gt;
Special options within this field are:&lt;br /&gt;
&lt;br /&gt;
* Show time&amp;lt;br /&amp;gt;If enabled, the calendar field expects a date and time and will also display the time. The formats are localized using the regular language strings.&lt;br /&gt;
&lt;br /&gt;
== Restricting availability of the Custom Field ==&lt;br /&gt;
&lt;br /&gt;
In the example shown we have set a Field Group of Aircraft. This means the Custom Field will be available via a tab named Aircraft in the Article Editor.&lt;br /&gt;
&lt;br /&gt;
The Custom Field has also been set to use the Aircraft category. This means the Custom Field will only be available in articles set to the Aircraft category.&lt;br /&gt;
&lt;br /&gt;
At this point you have entered sufficient information to create the Custom Field and make it available for use.&lt;br /&gt;
&lt;br /&gt;
== Calendar Custom Field Options ==&lt;br /&gt;
&lt;br /&gt;
=== Form Options ===&lt;br /&gt;
&lt;br /&gt;
Options for using the Custom Field Form.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Placeholder&#039;&#039;&#039; - You can add a placeholder to guide authors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Field Class&#039;&#039;&#039; - You can add a class used in your CSS style sheet to style the field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Label Class (Form)&#039;&#039;&#039; - You can add a class used in your CSS style sheet to style the label in the form.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Editable In&#039;&#039;&#039; - Set for Frontend Editing, Backend Editing or both.&lt;br /&gt;
&lt;br /&gt;
=== Display Options ===&lt;br /&gt;
&lt;br /&gt;
Options for the display of the Custom Field Output on the Frontend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display Class&#039;&#039;&#039; - You can add a class that is used in your style sheet to target the container that holds or wraps the field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Value Class&#039;&#039;&#039; - You can add a class that is used in your style sheet to target the styling of the field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Label&#039;&#039;&#039; - Show or hide the Custom Field Label.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Label Class (Output)&#039;&#039;&#039; - You can add a class that is used in your style sheet to target the the styling of the Custom Field Label that is output.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Automatic Display&#039;&#039;&#039; - This is closely linked to the Component Output.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;After Title&#039;&#039; places the field output after the Component Title (after the article title, contact title or user title)&lt;br /&gt;
  &lt;br /&gt;
* &#039;&#039;Before Display Content&#039;&#039; (above the article, contact, or user content)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;After Display Content&#039;&#039; (below the article, contact, or user contact)&lt;br /&gt;
&lt;br /&gt;
Note that these 3 settings assume default Joomla! output and could look different with other templates or if Custom Overrides are in use.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Do not automatically display&#039;&#039; will only display the output where you choose to display it by using Joomla&#039;s Insert Field function or your custom overrides if you use them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prefix&#039;&#039;&#039; You can add a Prefix to be output before the Custom Field output.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Suffix&#039;&#039;&#039; You can add a Suffix to be output after the Custom Field output.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Layout&#039;&#039;&#039; If they are used, you can select an alternative layout for the Custom Field&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display when Read-Only&#039;&#039;&#039; If you need to hide the field - this relates to user access control levels (ACL)&lt;br /&gt;
&lt;br /&gt;
== Save the Custom Field ==&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Save &amp;amp; Close&#039;&#039;&#039; and the Custom Field is available to use.&lt;br /&gt;
&lt;br /&gt;
== Using the field in the Backend ==&lt;br /&gt;
&lt;br /&gt;
In the Article Editor select the Custom Fields tab to access the Custom Field. In the this example we have a Field Group named &#039;&#039;&#039;Aircraft&#039;&#039;&#039; that was assigned to the Category &#039;&#039;Aircraft&#039;&#039;. As the Article is assigned to the Aircraft category, the Aircraft tab is available that will contain one or more Custom Fields assigned to that Field Group. If you are not using Field Groups look for a tab named &#039;&#039;&#039;Fields&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:j4.x_field_group_editor_tab-en.png|Custom Fields Editor Tab in the Backend|800px]]&lt;br /&gt;
&lt;br /&gt;
Once you have selected the tab it will display all the fields you have created. In this example we have only the Date Visited field we created. Note the asterisks symbol - it denotes that it is a required field (this is turned off or on in the field options when you create it).&lt;br /&gt;
&lt;br /&gt;
Click the calendar icon to open the calendar date picker and select the date. When you have done, save and close the article.&lt;br /&gt;
&lt;br /&gt;
[[File:j4.x_backend_use_article_custom_field-en.png|Use Calendar Custom Field in the Backend|800px]]&lt;br /&gt;
&lt;br /&gt;
== Frontend Output of the Calendar Custom Field ==&lt;br /&gt;
&lt;br /&gt;
In the Frontend, you can see the field as you see in the following image. The option in &#039;&#039;Automatic display&#039;&#039; is responsible for the position of the field and your template is responsible for the layout of the field.&lt;br /&gt;
&lt;br /&gt;
Fields are only displayed in the Frontend if you have filled them with data in the article. If it is not a required field, can you forget it?&lt;br /&gt;
&lt;br /&gt;
[[File:j4.x_frontend_calendar_field_output-en.png|Calendar Custom Field Frontend Output|800px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that the output is displayed with a bullet point - this is the default layout and may look different dependent on your template.&lt;br /&gt;
&lt;br /&gt;
It is possible to change the layout and date format by creating a template custom override.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;{{Basic button|S:MyLanguage/J5.x:Adding_custom_fields/Parameters for all Custom Fields|&lt;br /&gt;
Prev: Parameters for all Custom Fields|class=expand success}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;{{Basic button|S:MyLanguage/J5.x:Adding_custom_fields/Checkboxes_Field|&lt;br /&gt;
Next: Checkboxes Field|class=expand}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Tutorials{{#translation:}}]]&lt;br /&gt;
[[Category:Custom Fields{{#translation:}}]]&lt;br /&gt;
[[Category:Beginners{{#translation:}}]]&lt;br /&gt;
[[Category:Joomla! 5.x{{#translation:}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J5.x_new_calendar_field_general.png&amp;diff=1021802</id>
		<title>File:J5.x new calendar field general.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J5.x_new_calendar_field_general.png&amp;diff=1021802"/>
		<updated>2024-02-24T16:41:24Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 5.x New Calendar Field - General Tab&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_media_en.png&amp;diff=644532</id>
		<title>File:J4x admin media en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_media_en.png&amp;diff=644532"/>
		<updated>2019-12-12T20:35:29Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot 4: Joomla! 4.x Media Manager&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_sidebar_menu_content_media_menu_item_en.png&amp;diff=644531</id>
		<title>File:J4x admin sidebar menu content media menu item en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_sidebar_menu_content_media_menu_item_en.png&amp;diff=644531"/>
		<updated>2019-12-12T20:34:37Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot 3: Joomla! 4.x Sidebar Menu: &amp;quot;Content - Media&amp;quot; menu item&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_sidebar_menu_toggle_menu_content_en.png&amp;diff=644530</id>
		<title>File:J4x admin sidebar menu toggle menu content en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_sidebar_menu_toggle_menu_content_en.png&amp;diff=644530"/>
		<updated>2019-12-12T20:30:29Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot 2: Joomla! 4.x Administrator: Sidebar menu, &amp;quot;Toggle Menu&amp;quot; and &amp;quot;Content&amp;quot; icons&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_control_panel_media_en.png&amp;diff=644529</id>
		<title>File:J4x admin control panel media en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_control_panel_media_en.png&amp;diff=644529"/>
		<updated>2019-12-12T20:24:30Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot 1: Joomla! 4.x Control Panel: &amp;quot;Media&amp;quot; tile&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_media_managing_folders_en.png&amp;diff=644520</id>
		<title>File:J4x admin media managing folders en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_media_managing_folders_en.png&amp;diff=644520"/>
		<updated>2019-12-10T21:57:37Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Media Manager: Managing Folders&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_content_media_options_settings_en.png&amp;diff=644518</id>
		<title>File:J4x admin content media options settings en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_content_media_options_settings_en.png&amp;diff=644518"/>
		<updated>2019-12-10T21:29:45Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Media Manager - Options&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_content_media_options_en.png&amp;diff=644517</id>
		<title>File:J4x admin content media options en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_content_media_options_en.png&amp;diff=644517"/>
		<updated>2019-12-10T21:27:21Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Media Manager: &amp;quot;Options&amp;quot; button&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help4.x:User_Actions_Log&amp;diff=644446</id>
		<title>Help4.x:User Actions Log</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help4.x:User_Actions_Log&amp;diff=644446"/>
		<updated>2019-12-06T00:56:29Z</updated>

		<summary type="html">&lt;p&gt;Konczal: Added Under Construction tags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt; User Actions Log interface.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:3--&amp;gt; The User Actions Log gives you a global overview of all activities performed on your site by users. From this screen, you have the ability to review, export, delete and purge entries.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==How to access== &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; You can access the User Actions Log screen by using the left menu bar &#039;&#039;&#039;Users{{rarr}}User Actions Log&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Screenshot== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:J4x-user-actions-log-en-796px.png|900px|none|Accessing User Action Logs in Joomla! 4 Control Panel]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Column Headers== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:9--&amp;gt; In the table containing the User Actions Log from your Joomla! site, you will see different columns. Here you can read what they mean and what is displayed in that column. You can sort the results by clicking on the title of a header.&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:10--&amp;gt; &#039;&#039;&#039;Checkbox.&#039;&#039;&#039; 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.&amp;lt;/translate&amp;gt; &lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:11--&amp;gt; &#039;&#039;&#039;Action.&#039;&#039;&#039; The action performed by the user on your site (who did what)&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:12--&amp;gt; &#039;&#039;&#039;Extensions.&#039;&#039;&#039; The extension used to perform this action&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:13--&amp;gt; &#039;&#039;&#039;Date.&#039;&#039;&#039; Date and time when the action was performed&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:14--&amp;gt; &#039;&#039;&#039;Name.&#039;&#039;&#039; Name of the user who performed the action&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:15--&amp;gt; &#039;&#039;&#039;IP Address.&#039;&#039;&#039; The ID Address of the user who performed the action. &#039;&#039;Note: This column is displayed only when the option &#039;&#039;&#039;IP logging&#039;&#039;&#039; is set to &#039;&#039;&#039;Yes&#039;&#039;&#039; in the component options&#039;&#039;&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:16--&amp;gt; &#039;&#039;&#039;ID.&#039;&#039;&#039; This is a unique identification number for this action assigned automatically by Joomla. It is used to identify the item internally, and you cannot change this number.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Column Filters== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:18--&amp;gt; Above the column headers on the right, there are 2 drop down input fields, &#039;&#039;&#039;Sort Table by:&#039;&#039;&#039; (preset to ID descending), and a &#039;&#039;&#039;number&#039;&#039;&#039; (preset to 20) to display.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:J4x-user-action-logs-sort-table.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:20--&amp;gt; These column sorting input fields shows the current method of sorting applied to the table. Use the drop down field choices and click the column heading name. Alternatively, click on the column heading to sort the list by that column&#039;s value. This will also change the value in the drop field to correspond with the column header name. The list will then be sorted in order by that column and a sort icon(up or down arrow) will show next to the column name. Click a second time to reverse the sort, which will change the corresponding drop field.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:21--&amp;gt; &#039;&#039;&#039;ID Descending&#039;&#039;&#039; (default). Shows ordering of selected column, ascending or descending.&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:22--&amp;gt; &#039;&#039;&#039;Number of items to display&#039;&#039;&#039; (default is 20). Shows the number of items to display on one page, default is 20 items. If there are more items than this number, you can use the page navigation buttons located at the bottom of the table. (Start, Prev, Next, End, and page numbers) to navigate between pages.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Toolbar== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:24--&amp;gt; At the top right you will see the toolbar:&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[File:J4x-user-action-logs-toolbar.jpg|center]]&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:26--&amp;gt; The functions are:&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt; &#039;&#039;&#039;Export Selected as CSV&#039;&#039;&#039;. Allows you to export as CSV the User Action Logs you have selected&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:30--&amp;gt; &#039;&#039;&#039;Export All as CSV&#039;&#039;&#039;. Allows you to export as CSV all the User Action Logs&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:27--&amp;gt; &#039;&#039;&#039;Delete&#039;&#039;&#039;. Allows you to delete one or a selection of User Action Logs&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:28--&amp;gt; &#039;&#039;&#039;Purge&#039;&#039;&#039;. Allows you to delete all User Action Logs at once&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:32--&amp;gt; &#039;&#039;&#039;Options.&#039;&#039;&#039; Opens the Options screen where settings can be edited.&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:31--&amp;gt; &#039;&#039;&#039;Help.&#039;&#039;&#039; Opens this help screen&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==List Filters== &amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:34--&amp;gt; Search Tools are three drop-down list boxes as shown below.&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[File:J4-user-action-logs-filter-options.jpg]]&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:36--&amp;gt; &#039;&#039;&#039;Select Extension&#039;&#039;&#039;. Select the desired extension to limit the list based on a specific extension&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:37--&amp;gt; &#039;&#039;&#039;Select Date&#039;&#039;&#039;. Select the desired timeframe to limit the list based on this timeframe (from &#039;&#039;Today&#039;&#039; to &#039;&#039;In the last year&#039;&#039;)&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&#039;&amp;lt;translate&amp;gt;&amp;lt;!--T:38--&amp;gt; &#039;&#039;Select User&#039;&#039;&#039;. Selec the desired name to limit the list based on the actions on a specific user.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Information== &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
* [[S:MyLanguage/J3.x:User_Action_Logs|&amp;lt;translate&amp;gt;&amp;lt;!--T:40--&amp;gt; User Action Logs&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
{{Cathelp|4.0|User Manager Help Screens}}&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help4.x:User_Actions_Log&amp;diff=644445</id>
		<title>Help4.x:User Actions Log</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help4.x:User_Actions_Log&amp;diff=644445"/>
		<updated>2019-12-06T00:53:30Z</updated>

		<summary type="html">&lt;p&gt;Konczal: Inserting screenshot for &amp;quot;Accessing User Action Logs in Joomla! 4 Control Panel&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt; User Actions Log interface.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:3--&amp;gt; The User Actions Log gives you a global overview of all activities performed on your site by users. From this screen, you have the ability to review, export, delete and purge entries.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==How to access== &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; You can access the User Actions Log screen by using the left menu bar &#039;&#039;&#039;Users{{rarr}}User Actions Log&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Screenshot== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:J4x-user-actions-log-en-796px.png|900px|left|Accessing User Action Logs in Joomla! 4 Control Panel]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Column Headers== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:9--&amp;gt; In the table containing the User Actions Log from your Joomla! site, you will see different columns. Here you can read what they mean and what is displayed in that column. You can sort the results by clicking on the title of a header.&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:10--&amp;gt; &#039;&#039;&#039;Checkbox.&#039;&#039;&#039; 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.&amp;lt;/translate&amp;gt; &lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:11--&amp;gt; &#039;&#039;&#039;Action.&#039;&#039;&#039; The action performed by the user on your site (who did what)&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:12--&amp;gt; &#039;&#039;&#039;Extensions.&#039;&#039;&#039; The extension used to perform this action&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:13--&amp;gt; &#039;&#039;&#039;Date.&#039;&#039;&#039; Date and time when the action was performed&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:14--&amp;gt; &#039;&#039;&#039;Name.&#039;&#039;&#039; Name of the user who performed the action&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:15--&amp;gt; &#039;&#039;&#039;IP Address.&#039;&#039;&#039; The ID Address of the user who performed the action. &#039;&#039;Note: This column is displayed only when the option &#039;&#039;&#039;IP logging&#039;&#039;&#039; is set to &#039;&#039;&#039;Yes&#039;&#039;&#039; in the component options&#039;&#039;&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:16--&amp;gt; &#039;&#039;&#039;ID.&#039;&#039;&#039; This is a unique identification number for this action assigned automatically by Joomla. It is used to identify the item internally, and you cannot change this number.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Column Filters== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:18--&amp;gt; Above the column headers on the right, there are 2 drop down input fields, &#039;&#039;&#039;Sort Table by:&#039;&#039;&#039; (preset to ID descending), and a &#039;&#039;&#039;number&#039;&#039;&#039; (preset to 20) to display.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:J4x-user-action-logs-sort-table.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:20--&amp;gt; These column sorting input fields shows the current method of sorting applied to the table. Use the drop down field choices and click the column heading name. Alternatively, click on the column heading to sort the list by that column&#039;s value. This will also change the value in the drop field to correspond with the column header name. The list will then be sorted in order by that column and a sort icon(up or down arrow) will show next to the column name. Click a second time to reverse the sort, which will change the corresponding drop field.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:21--&amp;gt; &#039;&#039;&#039;ID Descending&#039;&#039;&#039; (default). Shows ordering of selected column, ascending or descending.&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:22--&amp;gt; &#039;&#039;&#039;Number of items to display&#039;&#039;&#039; (default is 20). Shows the number of items to display on one page, default is 20 items. If there are more items than this number, you can use the page navigation buttons located at the bottom of the table. (Start, Prev, Next, End, and page numbers) to navigate between pages.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Toolbar== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:24--&amp;gt; At the top right you will see the toolbar:&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[File:J4x-user-action-logs-toolbar.jpg|center]]&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:26--&amp;gt; The functions are:&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt; &#039;&#039;&#039;Export Selected as CSV&#039;&#039;&#039;. Allows you to export as CSV the User Action Logs you have selected&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:30--&amp;gt; &#039;&#039;&#039;Export All as CSV&#039;&#039;&#039;. Allows you to export as CSV all the User Action Logs&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:27--&amp;gt; &#039;&#039;&#039;Delete&#039;&#039;&#039;. Allows you to delete one or a selection of User Action Logs&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:28--&amp;gt; &#039;&#039;&#039;Purge&#039;&#039;&#039;. Allows you to delete all User Action Logs at once&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:32--&amp;gt; &#039;&#039;&#039;Options.&#039;&#039;&#039; Opens the Options screen where settings can be edited.&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:31--&amp;gt; &#039;&#039;&#039;Help.&#039;&#039;&#039; Opens this help screen&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==List Filters== &amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:34--&amp;gt; Search Tools are three drop-down list boxes as shown below.&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[File:J4-user-action-logs-filter-options.jpg]]&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:36--&amp;gt; &#039;&#039;&#039;Select Extension&#039;&#039;&#039;. Select the desired extension to limit the list based on a specific extension&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:37--&amp;gt; &#039;&#039;&#039;Select Date&#039;&#039;&#039;. Select the desired timeframe to limit the list based on this timeframe (from &#039;&#039;Today&#039;&#039; to &#039;&#039;In the last year&#039;&#039;)&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&#039;&amp;lt;translate&amp;gt;&amp;lt;!--T:38--&amp;gt; &#039;&#039;Select User&#039;&#039;&#039;. Selec the desired name to limit the list based on the actions on a specific user.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Information== &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
* [[S:MyLanguage/J3.x:User_Action_Logs|&amp;lt;translate&amp;gt;&amp;lt;!--T:40--&amp;gt; User Action Logs&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
{{Cathelp|4.0|User Manager Help Screens}}&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x-user-actions-log-en-796px.png&amp;diff=644442</id>
		<title>File:J4x-user-actions-log-en-796px.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x-user-actions-log-en-796px.png&amp;diff=644442"/>
		<updated>2019-12-06T00:50:11Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Accessing User Action Logs in Joomla! 4 Control Panel&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:User-actions-log.png&amp;diff=644427</id>
		<title>File:User-actions-log.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:User-actions-log.png&amp;diff=644427"/>
		<updated>2019-12-06T00:14:00Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Accessing the User Actions Log in Joomla! 4&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help4.x:User_Actions_Log&amp;diff=644426</id>
		<title>Help4.x:User Actions Log</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help4.x:User_Actions_Log&amp;diff=644426"/>
		<updated>2019-12-06T00:09:11Z</updated>

		<summary type="html">&lt;p&gt;Konczal: Edited text in &amp;quot;Description&amp;quot; for conciseness&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt; User Actions Log interface.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:3--&amp;gt; The User Actions Log gives you a global overview of all activities performed on your site by users. From this screen, you have the ability to review, export, delete and purge entries.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==How to access== &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; You can access the User Actions Log screen by using the top menu bar &#039;&#039;&#039;Users{{rarr}}User Actions Log&#039;&#039;&#039;.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Screenshot== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Image:Help-4x-component-actionlogs-&amp;lt;translate&amp;gt;&amp;lt;!--T:7--&amp;gt; en&amp;lt;/translate&amp;gt;.png|800px|none]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Column Headers== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:9--&amp;gt; In the table containing the User Actions Log from your Joomla! site, you will see different columns. Here you can read what they mean and what is displayed in that column. You can sort the results by clicking on the title of a header.&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:10--&amp;gt; &#039;&#039;&#039;Checkbox.&#039;&#039;&#039; 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.&amp;lt;/translate&amp;gt; &lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:11--&amp;gt; &#039;&#039;&#039;Action.&#039;&#039;&#039; The action performed by the user on your site (who did what)&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:12--&amp;gt; &#039;&#039;&#039;Extensions.&#039;&#039;&#039; The extension used to perform this action&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:13--&amp;gt; &#039;&#039;&#039;Date.&#039;&#039;&#039; Date and time when the action was performed&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:14--&amp;gt; &#039;&#039;&#039;Name.&#039;&#039;&#039; Name of the user who performed the action&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:15--&amp;gt; &#039;&#039;&#039;IP Address.&#039;&#039;&#039; The ID Address of the user who performed the action. &#039;&#039;Note: This column is displayed only when the option &#039;&#039;&#039;IP logging&#039;&#039;&#039; is set to &#039;&#039;&#039;Yes&#039;&#039;&#039; in the component options&#039;&#039;&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:16--&amp;gt; &#039;&#039;&#039;ID.&#039;&#039;&#039; This is a unique identification number for this action assigned automatically by Joomla. It is used to identify the item internally, and you cannot change this number.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Column Filters== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:18--&amp;gt; Above the column headers on the right, there are 2 drop down input fields, &#039;&#039;&#039;Sort Table by:&#039;&#039;&#039; (preset to ID descending), and a &#039;&#039;&#039;number&#039;&#039;&#039; (preset to 20) to display.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Help-4x-component-actionlogs-column-filters-&amp;lt;translate&amp;gt;&amp;lt;!--T:19--&amp;gt; en&amp;lt;/translate&amp;gt;.png|300px|none]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:20--&amp;gt; These column sorting input fields shows the current method of sorting applied to the table. Use the drop down field choices and click the column heading name. Alternatively, click on the column heading to sort the list by that column&#039;s value. This will also change the value in the drop field to correspond with the column header name. The list will then be sorted in order by that column and a sort icon(up or down arrow) will show next to the column name. Click a second time to reverse the sort, which will change the corresponding drop field.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:21--&amp;gt; &#039;&#039;&#039;ID Descending&#039;&#039;&#039; (default). Shows ordering of selected column, ascending or descending.&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:22--&amp;gt; &#039;&#039;&#039;Number of items to display&#039;&#039;&#039; (default is 20). Shows the number of items to display on one page, default is 20 items. If there are more items than this number, you can use the page navigation buttons located at the bottom of the table. (Start, Prev, Next, End, and page numbers) to navigate between pages.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Toolbar== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:24--&amp;gt; At the top left you will see the toolbar:&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Image:Help-4x-component-actionlogs-toolbar-&amp;lt;translate&amp;gt;&amp;lt;!--T:25--&amp;gt; en&amp;lt;/translate&amp;gt;.png|800px|none]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:26--&amp;gt; The functions are:&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:27--&amp;gt; &#039;&#039;&#039;Delete&#039;&#039;&#039;. Allows you to delete one or a selection of User Action Logs&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:28--&amp;gt; &#039;&#039;&#039;Purge&#039;&#039;&#039;. Allows you to delete all User Action Logs at once&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt; &#039;&#039;&#039;Export Selected as CSV&#039;&#039;&#039;. Allows you to export as CSV the User Action Logs you have selected&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:30--&amp;gt; &#039;&#039;&#039;Export All as CSV&#039;&#039;&#039;. Allows you to export as CSV all the User Action Logs&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:31--&amp;gt; &#039;&#039;&#039;Help.&#039;&#039;&#039; Opens this help screen&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:32--&amp;gt; &#039;&#039;&#039;Options.&#039;&#039;&#039; Opens the Options screen where settings can be edited.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==List Filters== &amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:34--&amp;gt; Search Tools are three drop-down list boxes as shown below.&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Image:Help-4x-component-actionlogs-search-&amp;lt;translate&amp;gt;&amp;lt;!--T:35--&amp;gt; en&amp;lt;/translate&amp;gt;.png|400px|none]]&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:36--&amp;gt; &#039;&#039;&#039;Select Extension&#039;&#039;&#039;. Select the desired extension to limit the list based on a specific extension&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:37--&amp;gt; &#039;&#039;&#039;Select Date&#039;&#039;&#039;. Select the desired timeframe to limit the list based on this timeframe (from &#039;&#039;Today&#039;&#039; to &#039;&#039;In the last year&#039;&#039;)&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&#039;&amp;lt;translate&amp;gt;&amp;lt;!--T:38--&amp;gt; &#039;&#039;Select User&#039;&#039;&#039;. Selec the desired name to limit the list based on the actions on a specific user.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Related Information== &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt; &lt;br /&gt;
* [[S:MyLanguage/J3.x:User_Action_Logs|&amp;lt;translate&amp;gt;&amp;lt;!--T:40--&amp;gt; User Action Logs&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
{{Cathelp|4.0|User Manager Help Screens}}&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User_talk:Konczal&amp;diff=642108</id>
		<title>User talk:Konczal</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User_talk:Konczal&amp;diff=642108"/>
		<updated>2019-10-30T15:04:18Z</updated>

		<summary type="html">&lt;p&gt;Konczal: Creating this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to my talk page! ==&lt;br /&gt;
&lt;br /&gt;
There is nothing here yet.&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User:Konczal&amp;diff=639712</id>
		<title>User:Konczal</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User:Konczal&amp;diff=639712"/>
		<updated>2019-10-21T20:57:18Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My name is Eddie Konczal and if you want to get in touch with me, post on my &#039;&#039;&#039;[[User_talk:{{PAGENAME}}|talk page]]&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
==My testing subpages==&lt;br /&gt;
&amp;lt;splist/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_create_new_folder_en.png&amp;diff=639052</id>
		<title>File:J4x media manager create new folder en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_create_new_folder_en.png&amp;diff=639052"/>
		<updated>2019-10-19T19:51:41Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Media Manager: Create New Folder&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_managing_folders_en.png&amp;diff=639031</id>
		<title>File:J4x media manager managing folders en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_managing_folders_en.png&amp;diff=639031"/>
		<updated>2019-10-19T19:40:46Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x: Media Manager - Managing Folders&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_options_settings_en.png&amp;diff=639015</id>
		<title>File:J4x media manager options settings en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_options_settings_en.png&amp;diff=639015"/>
		<updated>2019-10-19T18:58:43Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Media Manager - Options&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_control_panel_media_manager_en.png&amp;diff=638936</id>
		<title>File:J4x control panel media manager en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_control_panel_media_manager_en.png&amp;diff=638936"/>
		<updated>2019-10-19T17:38:17Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot 1: Joomla! 4.x Control Panel: &amp;quot;Media&amp;quot; tile&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J4.x:Media_Manager&amp;diff=638877</id>
		<title>J4.x:Media Manager</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J4.x:Media_Manager&amp;diff=638877"/>
		<updated>2019-10-19T17:02:33Z</updated>

		<summary type="html">&lt;p&gt;Konczal: Minor edits to syntax and formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Using Media Manager ==&lt;br /&gt;
From the Home Dashboard, when first entering the administrator console, &#039;&#039;&#039;Media Manager&#039;&#039;&#039; is reached by clicking on the &#039;&#039;&#039;Media&#039;&#039;&#039; Button in the Site Panel. See image below:&lt;br /&gt;
&lt;br /&gt;
[[File:Sitepanel.jpg|frame|left|Site Panel showing Media Manager Button]]&lt;br /&gt;
&lt;br /&gt;
After clicking on this button, you will then be presented with the &#039;&#039;&#039;Media Manager&#039;&#039;&#039;.  You will notice a lot of changes from earlier versions of Joomla!, all for the better making this core tool very useful. Read on and see what you can do simply now with no need for extra components or using other tools for preparing your graphics.  The image below shows the &#039;&#039;&#039;Media Manager&#039;&#039;&#039; Screen with the default graphics loaded.  These will be found in the /images directory and it is advised not to change this path, especially if you have already been working in here as all your graphic links will be broken.&lt;br /&gt;
&lt;br /&gt;
[[File:mediamanagerpanel.jpeg|frame|none|Default Media Manager Screen View]]&lt;br /&gt;
&lt;br /&gt;
It is made up of the following sections starting at the top left:&lt;br /&gt;
# Upload Button&lt;br /&gt;
# Create New Folder Button&lt;br /&gt;
# Delete Button&lt;br /&gt;
# Options Button&lt;br /&gt;
# Help  Button&lt;br /&gt;
# Folder Menu&lt;br /&gt;
# Main Media Panel&lt;br /&gt;
&lt;br /&gt;
These will be explained in much more detail later on in the documentation. For those Joomla! Users who have used &#039;&#039;&#039;Media Manager&#039;&#039;&#039; before, I would like to take a quick look at the functions now available when mousing over a file and then clicking on the choice button as below:&lt;br /&gt;
&lt;br /&gt;
[[File:Imagefileoptions.jpg|frame|left|All the Options available for changing an image within Media Manager]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Joomla!_4.x{{#translation:}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_options_en.png&amp;diff=638853</id>
		<title>File:J4x media manager options en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_options_en.png&amp;diff=638853"/>
		<updated>2019-10-19T16:24:38Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Media Manager: &amp;quot;Options&amp;quot; button&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_en.png&amp;diff=638846</id>
		<title>File:J4x media manager en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_media_manager_en.png&amp;diff=638846"/>
		<updated>2019-10-19T16:07:28Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Media Manager&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_sidebar_menu_content_media_en.png&amp;diff=638819</id>
		<title>File:J4x admin sidebar menu content media en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_sidebar_menu_content_media_en.png&amp;diff=638819"/>
		<updated>2019-10-19T15:58:30Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Sidebar menu: &amp;quot;Content - Media&amp;quot; menu item&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_sidebar_menu_toggle_menu_icon_content_icon_en.png&amp;diff=638800</id>
		<title>File:J4x admin sidebar menu toggle menu icon content icon en.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:J4x_admin_sidebar_menu_toggle_menu_icon_content_icon_en.png&amp;diff=638800"/>
		<updated>2019-10-19T15:52:58Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 4.x Administrator Control Panel: Sidebar menu, &amp;quot;Toggle Menu&amp;quot; and &amp;quot;Content&amp;quot; icons&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Control-panel-toggle-content.png&amp;diff=638756</id>
		<title>File:Control-panel-toggle-content.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Control-panel-toggle-content.png&amp;diff=638756"/>
		<updated>2019-10-19T15:40:29Z</updated>

		<summary type="html">&lt;p&gt;Konczal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! Control Panel: &amp;quot;Toggle Menu&amp;quot; and &amp;quot;Content&amp;quot; icons&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User:Konczal&amp;diff=638686</id>
		<title>User:Konczal</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User:Konczal&amp;diff=638686"/>
		<updated>2019-10-19T15:28:18Z</updated>

		<summary type="html">&lt;p&gt;Konczal: This is my new user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My name is Konczal and if you want to get in touch with me, post on my &#039;&#039;&#039;[[User_talk:{{PAGENAME}}|talk page]]&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
==My testing subpages==&lt;br /&gt;
&amp;lt;splist/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User:Konczal&amp;diff=637413</id>
		<title>User:Konczal</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User:Konczal&amp;diff=637413"/>
		<updated>2019-10-19T13:18:09Z</updated>

		<summary type="html">&lt;p&gt;Konczal: Created page with &amp;quot;Joomla! Bugs&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! Bugs&lt;/div&gt;</summary>
		<author><name>Konczal</name></author>
	</entry>
</feed>