<?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=Netguysteve</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=Netguysteve"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Netguysteve"/>
	<updated>2026-07-09T18:48:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=28329</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=28329"/>
		<updated>2010-06-01T04:07:53Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}[[Category: Tips and tricks]][[Category: Tips and tricks 1.5]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.example.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button next to &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Successfully saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Blocking By IP Address ==&lt;br /&gt;
&lt;br /&gt;
While there are some [http://extensions.joomla.org extensions] that will allow for blocking by IP address, Joomla! does not include this functionality by default.  Additionally, please note that as discussed in the [http://docs.joomla.org/Security_and_Performance_FAQs Security and Performance FAQs,]this method is &#039;&#039;not&#039;&#039; recommended because it is ineffective.  First, because the problem user may not actually be the owner of the IP address.  Second, because most IP addresses are non-static, so they will change periodically.  For example, if the person is using a wireless laptop, and simply moves to a different wireless router, they will end up with a new IP address.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5_talk:Developing_a_MVC_Component/Using_the_Database&amp;diff=20511</id>
		<title>J1.5 talk:Developing a MVC Component/Using the Database</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5_talk:Developing_a_MVC_Component/Using_the_Database&amp;diff=20511"/>
		<updated>2009-11-29T14:30:50Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: /* Some glitches */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Although it is mentioned in the article, I think it is important to underline where the install.sql and uninstall.sql files have to be placed:&lt;br /&gt;
&lt;br /&gt;
install.sql and uninstall.sql files have to be mentioned in two places:&lt;br /&gt;
* In one of the file sections. For example:&lt;br /&gt;
   &amp;lt;files folder=&amp;quot;admin&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;filename&amp;gt;...&amp;lt;/filename&amp;gt;&lt;br /&gt;
      &amp;lt;filename&amp;gt;...&amp;lt;/filename&amp;gt;&lt;br /&gt;
      &amp;lt;filename&amp;gt;install.sql&amp;lt;/filename&amp;gt;&lt;br /&gt;
      &amp;lt;filename&amp;gt;uninstall.sql&amp;lt;/filename&amp;gt;&lt;br /&gt;
   &amp;lt;/files&amp;gt;  &lt;br /&gt;
* In the &#039;&#039;install&#039;&#039; / &#039;&#039;uninstall&#039;&#039; sections.&lt;br /&gt;
&lt;br /&gt;
Of course, the files have to be copied in the correct folder (in the example, it should be the &#039;&#039;admin&#039;&#039; folder).&lt;br /&gt;
&lt;br /&gt;
When data is read from a database, it can be retrieved in the class constructor:&lt;br /&gt;
&lt;br /&gt;
   // The constructor accesses the database, and retrieves all properties.&lt;br /&gt;
   function __construct($config = array()) {&lt;br /&gt;
      parent::__construct($config);           // To transmit configuration to parent class.&lt;br /&gt;
      $db =&amp;amp; JFactory::getDBO();		&lt;br /&gt;
      $query = &#039;SELECT greeting FROM #__hello&#039;;&lt;br /&gt;
      $db-&amp;gt;setQuery( $query );&lt;br /&gt;
      $this-&amp;gt;greeting = $db-&amp;gt;loadResult();&lt;br /&gt;
   }&lt;br /&gt;
   // The private property&lt;br /&gt;
   var $greeting;&lt;br /&gt;
   // The public property accessor&lt;br /&gt;
   function getGreeting() {&lt;br /&gt;
      return $this-&amp;gt;greeting;&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
/* 2009-07-21 */&lt;br /&gt;
* Are those file names for &amp;quot;install.utf8.sql&amp;quot; and &amp;quot;uninstall.utf8.sql&amp;quot; correctly written into XML file? I see files &amp;quot;install.sql&amp;quot; and &amp;quot;uninstall.sql&amp;quot;, but in the text, there says the files will be named &amp;quot;install.utf8.sql&amp;quot; and &amp;quot;uninstall.utf8.sql&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
== Some glitches ==&lt;br /&gt;
I followed the MVC explanation step by step but this section contains some glitches. &lt;br /&gt;
&lt;br /&gt;
The .sql files should NOT contain &#039;.utf&#039; in the file names. The installer will not find the files (verified on Joomla! 1.5.12).&lt;br /&gt;
&lt;br /&gt;
As indicated above, storing the (un)instal.sql should be in admin directory. So to be concrete the last lines of the chapters &amp;quot;Creating the Installation SQL File&amp;quot; and &amp;quot;Creating the uninstall SQL file&amp;quot; should be:&lt;br /&gt;
&lt;br /&gt;
 We will ... called ./admin/install.sql&lt;br /&gt;
 We will ... called ./admin/uninstall.sql&lt;br /&gt;
&lt;br /&gt;
(both glitches are not in the attachment belonging to the article; the component file: com_hello3_01 is correct)&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:M.A.S.H|M.A.S.H]] 12:09, 2 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I notice that the queries from the install.sql/uninstall.sql files are duplicated with the XML file.  Is there a reason for this redundancy that I am missing?&amp;lt;br /&amp;gt;&lt;br /&gt;
--[[User:Netguysteve|Netguysteve]] 14:30, 29 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Saving the install/uninstall files ==&lt;br /&gt;
&lt;br /&gt;
On my system I ran into a problem with the intall.sql / uninstall.sql files.&lt;br /&gt;
I wanted to avoid using the &amp;lt;query&amp;gt; tags by including them in the script and having JIntaller run them. I created files using MySQL Query Browser testing them to make sure they worked.&lt;br /&gt;
When the component is installed JInstaller raises a 1064 db error, which did not make any sense.&lt;br /&gt;
The problem was occurring because I was saving the script as type &amp;quot;SQL Script File UTF-8&amp;quot;, which seemed logical because the charset is utf8. The file must be saved as type &amp;quot;SQL Script File ANSI&amp;quot; or you get the 1064 db error.&lt;br /&gt;
&lt;br /&gt;
Using Joomla 1.5.14, MSQL Query Browser 1.2.12, XP sp3&lt;br /&gt;
&lt;br /&gt;
[[User:Exps1|Exps1]] 13:43, 15 October 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=20438</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=20438"/>
		<updated>2009-11-26T14:47:56Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: /* Legal Action */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}[[Category: Tips and tricks]][[Category: Tips and tricks 1.5]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.example.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Blocking By IP Address ==&lt;br /&gt;
&lt;br /&gt;
While there are some [http://extensions.joomla.org extensions] that will allow for blocking by IP address, Joomla! does not include this functionality by default.  Additionally, please note that as discussed in the [http://docs.joomla.org/Security_and_Performance_FAQs Security and Performance FAQs,]this method is &#039;&#039;not&#039;&#039; recommended because it is ineffective.  First, because the problem user may not actually be the owner of the IP address.  Second, because most IP addresses are non-static, so they will change periodically.  For example, if the person is using a wireless laptop, and simply moves to a different wireless router, they will end up with a new IP address.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12445</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12445"/>
		<updated>2009-01-08T07:21:57Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: /* Blocking By IP Address */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}[[Category: Tips and tricks]][[Category: Tips and tricks 1.5]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Blocking By IP Address ==&lt;br /&gt;
&lt;br /&gt;
While there are some [http://extensions.joomla.org extensions] that will allow for blocking by IP address, Joomla! does not include this functionality by default.  Additionally, please note that as discussed in the [http://docs.joomla.org/Security_and_Performance_FAQs Security and Performance FAQs,]this method is &#039;&#039;not&#039;&#039; recommended because it is ineffective.  First, because the problem user may not actually be the owner of the IP address.  Second, because most IP addresses are non-static, so they will change periodically.  For example, if the person is using a wireless laptop, and simply moves to a different wireless router, they will end up with a new IP address.&lt;br /&gt;
&lt;br /&gt;
== Legal Action ==&lt;br /&gt;
&lt;br /&gt;
Depending upon your location and the nature of the activities of the problem user, there may be certain legal actions which are entitled, or even &#039;&#039;required&#039;&#039; to take.  If you feel this may be the case, please consult an attorney or the appropriate authorities in your area.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Deleting_an_Article&amp;diff=12292</id>
		<title>Deleting an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Deleting_an_Article&amp;diff=12292"/>
		<updated>2008-12-22T15:08:28Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Reviewed and Released&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To delete an article==&lt;br /&gt;
#Login to the Joomla! Administrator Back-end. &lt;br /&gt;
#Go to &#039;&#039;&#039;Content&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;Article Manger&#039;&#039;&#039; on the toolbar menu.&lt;br /&gt;
#Check the box next to the article you want to delete. &lt;br /&gt;
[[Image:Article_delete.jpg]]&lt;br /&gt;
&lt;br /&gt;
Then click &#039;&#039;&#039;Trash&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Article_trash.jpg]]&lt;br /&gt;
&lt;br /&gt;
If you want to make sure the Article is compleatly, gone go to &#039;&#039;&#039;Content&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;Article Trash&#039;&#039;&#039; and delete it from there.&lt;br /&gt;
&lt;br /&gt;
[[Image:Article_trash_manager.jpg]]&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Adding_a_new_menu&amp;diff=12291</id>
		<title>J1.5:Adding a new menu</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Adding_a_new_menu&amp;diff=12291"/>
		<updated>2008-12-22T14:42:14Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Added Images.   Corrected last step to read &amp;quot;Cancel&amp;quot; instead of &amp;quot;Close&amp;quot;.  Released.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tutorial==&lt;br /&gt;
#Log in to the Joomla! Administrator Back-end.&lt;br /&gt;
#Click &#039;&#039;&#039;Menus &amp;gt; Menu Manager&#039;&#039;&#039; on the toolbar menu. The Menu Manager screen opens.&amp;lt;br /&amp;gt;[[Image:Menus-MenuManager.png]]&lt;br /&gt;
#Click the &#039;&#039;&#039;New&#039;&#039;&#039; toolbar button. The New/Edit Menu screen opens.&amp;lt;br /&amp;gt;[[Image:MenuManager-New.png]]&lt;br /&gt;
#Complete the fields as required:&amp;lt;br /&amp;gt;[[Image:NewMenu-Fields.png]]&lt;br /&gt;
#*&#039;&#039;&#039;Unique Name&#039;&#039;&#039;: The identification name used by Joomla! to identify this menu. It must be unique. Spaces are not recommended.  This displays under module parameters when editing the module.&lt;br /&gt;
#*&#039;&#039;&#039;Title&#039;&#039;&#039;: A proper title for the menu. This is used to identify the menu the Menu Manager in the backend.&lt;br /&gt;
#*&#039;&#039;&#039;Description&#039;&#039;&#039;: A description of the menu, useful for your own reference.&lt;br /&gt;
#*&#039;&#039;&#039;Module Title&#039;&#039;&#039;: The title that will be given to the mod_mainmenu module in the Module Manager. This will be the published title or name which displays in the front-end (if you tick yes to &amp;quot;show title&amp;quot; in the Module Details when editing the module via the Module Manager).  This will only be displayed when creating a new menu.  However it can be edited in the Module Manager in the back-end after the module has been created. If left blank, a module will not be created and you will not be able to show this menu in the Front-end.&lt;br /&gt;
#Click the &#039;&#039;&#039;Save&#039;&#039;&#039; toolbar button to create the new menu.&amp;lt;br /&amp;gt;[[Image:NewMenu-Save.png]]&lt;br /&gt;
#*To leave without saving click the &#039;&#039;&#039;Cancel&#039;&#039;&#039; toolbar button.&lt;br /&gt;
&lt;br /&gt;
You can now add new items to the newly created menu.&lt;br /&gt;
&lt;br /&gt;
note:  All new menus default to &#039;&#039;disabled&#039;&#039; when first created.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:NewMenu-Save.png&amp;diff=12290</id>
		<title>File:NewMenu-Save.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:NewMenu-Save.png&amp;diff=12290"/>
		<updated>2008-12-22T14:34:52Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing: ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:NewMenu-Fields.png&amp;diff=12289</id>
		<title>File:NewMenu-Fields.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:NewMenu-Fields.png&amp;diff=12289"/>
		<updated>2008-12-22T14:34:28Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing: ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Menus-MenuManager.png&amp;diff=12288</id>
		<title>File:Menus-MenuManager.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Menus-MenuManager.png&amp;diff=12288"/>
		<updated>2008-12-22T14:33:32Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing: ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:MenuManager-New.png&amp;diff=12287</id>
		<title>File:MenuManager-New.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:MenuManager-New.png&amp;diff=12287"/>
		<updated>2008-12-22T14:32:52Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing: ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JDOC:Privacy_policy&amp;diff=12283</id>
		<title>JDOC:Privacy policy</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JDOC:Privacy_policy&amp;diff=12283"/>
		<updated>2008-12-22T00:22:21Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Updated old URL which was Out of Date&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This web site is one of the family of web sites of &#039;&#039;&#039;Joomla!/Open Source Matters&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For our Privacy Policy please see http://www.opensourcematters.org/policies/102-privacy-policy.html&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5_talk:Creating_a_simple_module&amp;diff=12239</id>
		<title>J1.5 talk:Creating a simple module</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5_talk:Creating_a_simple_module&amp;diff=12239"/>
		<updated>2008-12-17T13:53:42Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Replaced &amp;lt;code&amp;gt; tags with applicable &amp;lt;source&amp;gt; tags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Uh...ok, wow.  I don&#039;t dare try to modify the main page as I&#039;m absolutely a greenhorn at Joomla, but as I&#039;m absolutely needing to know this information like right now, I&#039;ll at least add comments here to help the next guy out.&lt;br /&gt;
&lt;br /&gt;
So, to get started, you can look at the previous version of Joomla to get the ball rolling.  A link can be found here:&lt;br /&gt;
[http://help.joomla.org/content/view/20/125/ Module Creating a simple module]&lt;br /&gt;
&lt;br /&gt;
Basically, things have changed a bit since that version, so you need to create two files &#039;&#039;modulename&#039;&#039;.php and &#039;&#039;modulename&#039;&#039;.xml&lt;br /&gt;
&lt;br /&gt;
the PHP file starts like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
/**&lt;br /&gt;
* @version              $Id: modulename.php 10079 date time author $&lt;br /&gt;
* @package              Joomla&lt;br /&gt;
* @copyright    Copyright (C) whoever. All rights reserved.&lt;br /&gt;
* @license              GNU/GPL, see LICENSE.php&lt;br /&gt;
* See COPYRIGHT.php for copyright notices and details.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
// no direct access&lt;br /&gt;
defined(&#039;_JEXEC&#039;) or die(&#039;Restricted access&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then lays out the code for whatever the module is trying to do.&lt;br /&gt;
&lt;br /&gt;
The XML file follows the following format:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;install type=&amp;quot;module&amp;quot; version=&amp;quot;1.5.0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;name&amp;gt;Modulename&amp;lt;/name&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;Your Name&amp;lt;/author&amp;gt;&lt;br /&gt;
        &amp;lt;creationDate&amp;gt;Date&amp;lt;/creationDate&amp;gt;&lt;br /&gt;
        &amp;lt;copyright&amp;gt;Copyright (C) whoever. All rights reserved.&amp;lt;/copyright&amp;gt;&lt;br /&gt;
        &amp;lt;license&amp;gt;http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL&amp;lt;/license&amp;gt;&lt;br /&gt;
        &amp;lt;authorEmail&amp;gt;your@email.address&amp;lt;/authorEmail&amp;gt;&lt;br /&gt;
        &amp;lt;authorUrl&amp;gt;your.website.address&amp;lt;/authorUrl&amp;gt;&lt;br /&gt;
        &amp;lt;version&amp;gt;1.5.0&amp;lt;/version&amp;gt;&lt;br /&gt;
        &amp;lt;description&amp;gt;This module does whatever function you describe here&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;files&amp;gt;&lt;br /&gt;
                &amp;lt;filename module=&amp;quot;modulename&amp;quot;&amp;gt;modulename.php&amp;lt;/filename&amp;gt;&lt;br /&gt;
        &amp;lt;/files&amp;gt;&lt;br /&gt;
        &amp;lt;params&amp;gt;&lt;br /&gt;
                &amp;lt;param name=&amp;quot;something&amp;quot; type=&amp;quot;whatever&amp;quot; &amp;gt;&lt;br /&gt;
                        &amp;lt;option value=&amp;quot;1&amp;quot;&amp;gt;option 1&amp;lt;/option&amp;gt;&lt;br /&gt;
                        &amp;lt;option value=&amp;quot;0&amp;quot;&amp;gt;option 2&amp;lt;/option&amp;gt;&lt;br /&gt;
                &amp;lt;/param&amp;gt;&lt;br /&gt;
        &amp;lt;/params&amp;gt;&lt;br /&gt;
&amp;lt;/install&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The params section is optional.&lt;br /&gt;
&lt;br /&gt;
Once these files are created, you have to place them where either your web browser or your server can get to them, and then use the Joomla Administrator panel to install the module.  This creates the necessary database rows to serve the module where you need it to function.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User_talk:Snorkel&amp;diff=12186</id>
		<title>User talk:Snorkel</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User_talk:Snorkel&amp;diff=12186"/>
		<updated>2008-12-13T19:37:48Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi Snorkel,&lt;br /&gt;
I just went back and added images to the [http://docs.joomla.org/Adding_a_menu_item_which_points_to_an_Article Adding a menu item which points to an Article] entry.  I also changed the formatting to use wiki formatting codes instead manual numbering.  Please review at your convenience.&lt;br /&gt;
--[[User:Netguysteve|Netguysteve]] 14:37, 13 December 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12185</id>
		<title>Adding a menu item which points to an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12185"/>
		<updated>2008-12-13T19:27:14Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Images added for each step&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
The following tutorial will show you how to create a new item in the main menu that points to the article called Support and Documentation. Based on this information you will be able to add a new menu item to any of your defined menus pointing to any article you have previously created for your site.&lt;br /&gt;
&lt;br /&gt;
==Tutorial==&lt;br /&gt;
If you are not currently logged in to the administration panel, you will need to do so. If you are already logged in, you do not need to complete this step.&lt;br /&gt;
&lt;br /&gt;
# Open a new browser window and type in the URL, which will be similar to http://www.your_site_name_here.com/administrator or, if you have Joomla installed on your local computer, http://localhost/administrator. Here you will have to log in as an Administrator or Super Administrator.&lt;br /&gt;
# Within the site administration panel, select &#039;&#039;&#039;Menu&#039;&#039;&#039; from the menu bar in the upper left corner. From the drop-down list, choose the menu you wish to work with. The menu can be Main Menu, available by default, or any other menu. This will open the Menu Item Manager page.&amp;lt;br /&amp;gt;[[Image:Edit-Main-Menu.png|Select Main Menu]]&lt;br /&gt;
# From the row of actions in the upper-right corner, select &#039;&#039;&#039;New&#039;&#039;&#039; (represented by the green icon with the plus sign). This will open the Menu Item: [New] page.&amp;lt;br /&amp;gt;[[Image:Main-Menu-Editor.png|Click New]]&lt;br /&gt;
# From the list titled &amp;quot;Select Menu Item Type,&amp;quot; choose &#039;&#039;&#039;Articles&#039;&#039;&#039; (You&#039;ll find Articles under the Internal Link.)&amp;lt;br /&amp;gt;[[Image:NewMenuItem-Articles.png|Select Articles]]&lt;br /&gt;
# Choose &#039;&#039;&#039;Article Layout&#039;&#039;&#039; in the previously expanded Articles section.&amp;lt;br /&amp;gt;[[Image:Select-Article-Layout.png|Select Article Layout]]&lt;br /&gt;
# We are getting really close. Hold on! On the new page fill in the different fields like this:&amp;lt;br /&amp;gt;[[Image:NMI-Article-Details.png|Enter Article Details]]&amp;lt;br /&amp;gt;&#039;&#039;&#039;Menu Item Details&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
#* &#039;&#039;&#039;Title&#039;&#039;&#039;&amp;lt;br /&amp;gt;This will be the text displayed for the newly added menu item.  For this particular case let&#039;s use the word &#039;&#039;&#039;Documentation&#039;&#039;&#039;.&lt;br /&gt;
#* &#039;&#039;&#039;Alias&#039;&#039;&#039;&amp;lt;br /&amp;gt;Usually, you will leave this empty and Joomla! will fill this in for you automatically. The content of this field will determine the page URL when SEF is activated.&lt;br /&gt;
#* &#039;&#039;&#039;Display in&#039;&#039;&#039;&amp;lt;br /&amp;gt;This should already be set to Main Menu (or the menu you have previously chosen ). Here you have the possibility to move the item to another menu if you wish. This field is quite useful when you decide to change the item location later.&lt;br /&gt;
#* &#039;&#039;&#039;Parent Item&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you can specify where to place the new menu item. You can make it a top item or a sub-item of an already existing item. We will choose &#039;&#039;&#039;Top&#039;&#039;&#039;.&lt;br /&gt;
#* &#039;&#039;&#039;Published&#039;&#039;&#039;&amp;lt;br /&amp;gt;If you wish your new item to be shown on your site, set this to &#039;&#039;&#039;Yes&#039;&#039;&#039;. If you would like to remove this menu item from the site, simply set this to No. It will &#039;&#039;not&#039;&#039; delete the item but will make it invisible to your visitors.&lt;br /&gt;
#* &#039;&#039;&#039;Access Level&#039;&#039;&#039;&amp;lt;br /&amp;gt;This option will specify who will be able to see this new menu item:&lt;br /&gt;
#** &#039;&#039;Public&#039;&#039; - All visitors&lt;br /&gt;
#** &#039;&#039;Registered&#039;&#039; - Registered users only&lt;br /&gt;
#** &#039;&#039;Special&#039;&#039; - users assigned to any group besides &amp;quot;Registered&amp;quot;&lt;br /&gt;
#* &#039;&#039;&#039;On Click, Open in&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you can specify how to open the article. It can be the same browser window (Parent Window with Browser Navigation), a new browser window (New Window with Browser navigation) or a pop-up window (New Window without Browser Navigation)&lt;br /&gt;
# Now, let&#039;s get to the right side of this page...&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (Basic)&#039;&#039;&#039;&amp;lt;br /&amp;gt;The most important part in this section is the Parameters (Basic) setting. Here you can specify the article that will be opened when the user clicks the newly created menu item.&lt;br /&gt;
#** For this press the &#039;&#039;&#039;Select&#039;&#039;&#039; button near the &#039;&#039;Select Article&#039;&#039; input box.&amp;lt;br /&amp;gt;[[Image:SelectWhichArticle.png|Click Select]]&lt;br /&gt;
#** In the pop-up window, select &#039;&#039;&#039;Support and Documentation&#039;&#039; from the list of articles by clicking on the article name.&amp;lt;br /&amp;gt;[[Image:ChooseArticleFromList.png|Choose Article From List]]&amp;lt;br /&amp;gt;Please note that you can choose any of the existing articles at this point.&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (Component)&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you will find different options to help you customize the way your article will be displayed. Normally, you won&#039;t need to change anything in this section. If you decide to explore it, you will find good help in the tool tips that appear when you move your mouse over the labels (Show Unauthorized Links, etc)&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (System)&#039;&#039;&#039;&amp;lt;br /&amp;gt;This section will let you customize the way the page containing the article gets downloaded and displayed.&lt;br /&gt;
#** &#039;&#039;&#039;Page Title&#039;&#039;&#039; - If this parameter is left blank, Joomla! will generate a Page Title automatically.  This can be used to over-ride the page title set in the article. Don&#039;t forget! Page titles are one of the most important points when it comes to search engine optimization (SEO)! Use them wisely.&lt;br /&gt;
#** &#039;&#039;&#039;Show Page Title&#039;&#039;&#039; - display (Yes) or not (No) the page title set in the previous parameter&lt;br /&gt;
#** &#039;&#039;&#039;Page Class Suffix&#039;&#039;&#039; - this allows you to generate unique CSS classes for this page. This comes in usefull when you would like to change the look of the page to differentiate it from the rest of the site. If you don&#039;t need this, simply leave the field empty.&lt;br /&gt;
#** &#039;&#039;&#039;Menu Image&#039;&#039;&#039; - let&#039;s you choose an image to be displayed along with this item in the menu. The image you would like to associate with the item must be stored in the images/stories folder. You can upload your own image using the Media Manager or by FTP.&lt;br /&gt;
#** &#039;&#039;&#039;SSL Enabled&#039;&#039;&#039;&amp;lt;br /&amp;gt;Specify how a page is displayed:&lt;br /&gt;
#*** &#039;&#039;On&#039;&#039; - As a secure page&lt;br /&gt;
#*** &#039;&#039;Off&#039;&#039; - As a standard page&lt;br /&gt;
#*** &#039;&#039;Ignore&#039;&#039; - Displayed as the other pages - secure or not&lt;br /&gt;
# Once you are done, click the &#039;&#039;&#039;Save&#039;&#039;&#039; button in the upper-right corner (the floppy disk icon). &amp;lt;br /&amp;gt;[[Image:SaveArticleMenuItem.png|Click Save]]&amp;lt;br /&amp;gt;This will save the new item and place it as the last element (or sub-element, in case of sub-menu items) in the menu. You can use the green arrows in the Order column to change the item position within the menu.&lt;br /&gt;
# Now, get back to the front-end and refresh the page. &amp;lt;br /&amp;gt;[[Image:VerifyArticleMenuItem.png|Verify New Menu Item]]&lt;br /&gt;
&lt;br /&gt;
Voilà! The new menu item is shown. Please note that you might need to log in as a registered user or administrator to view the new item. It all depends on the Access Level you have set (see above). When you click the new item, the article will be opened.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12164</id>
		<title>Adding a menu item which points to an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12164"/>
		<updated>2008-12-13T18:54:00Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse|1 to 2 Hours}}&lt;br /&gt;
&lt;br /&gt;
The following tutorial will show you how to create a new item in the main menu that points to the article called Support and Documentation. Based on this information you will be able to add a new menu item to any of your defined menus pointing to any article you have previously created for your site.&lt;br /&gt;
&lt;br /&gt;
==Tutorial==&lt;br /&gt;
If you are not currently logged in to the administration panel, you will need to do so. If you are already logged in, you do not need to complete this step.&lt;br /&gt;
&lt;br /&gt;
# Open a new browser window and type in the URL, which will be similar to http://www.your_site_name_here.com/administrator or, if you have Joomla installed on your local computer, http://localhost/administrator. Here you will have to log in as an Administrator or Super Administrator.&lt;br /&gt;
# Within the site administration panel, select &#039;&#039;&#039;Menu&#039;&#039;&#039; from the menu bar in the upper left corner. From the drop-down list, choose the menu you wish to work with. The menu can be Main Menu, available by default, or any other menu. This will open the Menu Item Manager page.&lt;br /&gt;
# From the row of actions in the upper-right corner, select &#039;&#039;&#039;New&#039;&#039;&#039; (represented by the green icon with the plus sign). This will open the Menu Item: [New] page.&lt;br /&gt;
# From the list titled &amp;quot;Select Menu Item Type,&amp;quot; choose &#039;&#039;&#039;Articles&#039;&#039;&#039; (You&#039;ll find Articles under the Internal Link.) &lt;br /&gt;
# Choose &#039;&#039;&#039;Article Layout&#039;&#039;&#039; in the previously expanded Articles section.&lt;br /&gt;
# We are getting really close. Hold on! On the new page fill in the different fields like this:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&#039;&#039;&#039;Menu Item Details&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
#* &#039;&#039;&#039;Title&#039;&#039;&#039;&amp;lt;br /&amp;gt;This will be the text displayed for the newly added menu item.  For this particular case let&#039;s use the word &#039;&#039;&#039;Documentation&#039;&#039;&#039;.&lt;br /&gt;
#* &#039;&#039;&#039;Alias&#039;&#039;&#039;&amp;lt;br /&amp;gt;Usually, you will leave this empty and Joomla! will fill this in for you automatically. The content of this field will determine the page URL when SEF is activated.&lt;br /&gt;
#* &#039;&#039;&#039;Display in&#039;&#039;&#039;&amp;lt;br /&amp;gt;This should already be set to Main Menu (or the menu you have previously chosen ). Here you have the possibility to move the item to another menu if you wish. This field is quite useful when you decide to change the item location later.&lt;br /&gt;
#* &#039;&#039;&#039;Parent Item&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you can specify where to place the new menu item. You can make it a top item or a sub-item of an already existing item. We will choose &#039;&#039;&#039;Top&#039;&#039;&#039;.&lt;br /&gt;
#* &#039;&#039;&#039;Published&#039;&#039;&#039;&amp;lt;br /&amp;gt;If you wish your new item to be shown on your site, set this to &#039;&#039;&#039;Yes&#039;&#039;&#039;. If you would like to remove this menu item from the site, simply set this to No. It will &#039;&#039;not&#039;&#039; delete the item but will make it invisible to your visitors.&lt;br /&gt;
#* &#039;&#039;&#039;Access Level&#039;&#039;&#039;&amp;lt;br /&amp;gt;This option will specify who will be able to see this new menu item:&lt;br /&gt;
#** &#039;&#039;Public&#039;&#039; - All visitors&lt;br /&gt;
#** &#039;&#039;Registered&#039;&#039; - Registered users only&lt;br /&gt;
#** &#039;&#039;Special&#039;&#039; - users assigned to any group besides &amp;quot;Registered&amp;quot;&lt;br /&gt;
#* &#039;&#039;&#039;On Click, Open in&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you can specify how to open the article. It can be the same browser window (Parent Window with Browser Navigation), a new browser window (New Window with Browser navigation) or a pop-up window (New Window without Browser Navigation)&lt;br /&gt;
# Now, let&#039;s get to the right side of this page...&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (Basic)&#039;&#039;&#039;&amp;lt;br /&amp;gt;The most important part in this section is the Parameters (Basic) setting. Here you can specify the article that will be opened when the user clicks the newly created menu item.&lt;br /&gt;
#** For this press the &#039;&#039;&#039;Select&#039;&#039;&#039; button near the &#039;&#039;Select Article&#039;&#039; input box. &lt;br /&gt;
#** In the pop-up window, select &#039;&#039;&#039;Support and Documentation&#039;&#039; from the list of articles by clicking on the article name.&amp;lt;br /&amp;gt;Please note that you can choose any of the existing articles at this point.&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (Component)&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you will find different options to help you customize the way your article will be displayed. Normally, you won&#039;t need to change anything in this section. If you decide to explore it, you will find good help in the tool tips that appear when you move your mouse over the labels (Show Unauthorized Links, etc)&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (System)&#039;&#039;&#039;&amp;lt;br /&amp;gt;This section will let you customize the way the page containing the article gets downloaded and displayed.&lt;br /&gt;
#** &#039;&#039;&#039;Page Title&#039;&#039;&#039; - If this parameter is left blank, Joomla! will generate a Page Title automatically.  This can be used to over-ride the page title set in the article. Don&#039;t forget! Page titles are one of the most important points when it comes to search engine optimization (SEO)! Use them wisely.&lt;br /&gt;
#** &#039;&#039;&#039;Show Page Title&#039;&#039;&#039; - display (Yes) or not (No) the page title set in the previous parameter&lt;br /&gt;
#** &#039;&#039;&#039;Page Class Suffix&#039;&#039;&#039; - this allows you to generate unique CSS classes for this page. This comes in usefull when you would like to change the look of the page to differentiate it from the rest of the site. If you don&#039;t need this, simply leave the field empty.&lt;br /&gt;
#** &#039;&#039;&#039;Menu Image&#039;&#039;&#039; - let&#039;s you choose an image to be displayed along with this item in the menu. The image you would like to associate with the item must be stored in the images/stories folder. You can upload your own image using the Media Manager or by FTP.&lt;br /&gt;
#** &#039;&#039;&#039;SSL Enabled&#039;&#039;&#039;&amp;lt;br /&amp;gt;Specify how a page is displayed:&lt;br /&gt;
#*** &#039;&#039;On&#039;&#039; - As a secure page&lt;br /&gt;
#*** &#039;&#039;Off&#039;&#039; - As a standard page&lt;br /&gt;
#*** &#039;&#039;Ignore&#039;&#039; - Displayed as the other pages - secure or not&lt;br /&gt;
# Once you are done, click the &#039;&#039;&#039;Save&#039;&#039;&#039; button in the upper-right corner (the floppy disk icon). This will save the new item and place it as the last element (or sub-element, in case of sub-menu items) in the menu. You can use the green arrows in the Order column to change the item position within the menu.&lt;br /&gt;
# Now, get back to the front-end and refresh the page. Voilà! The new menu item is shown. Please note that you might need to log in as a registered user or administrator to view the new item. It all depends on the Access Level you have set (see above). When you click the new item, the article will be opened.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12162</id>
		<title>Adding a menu item which points to an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12162"/>
		<updated>2008-12-13T18:36:36Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Modified from manual list formatting to coded list formatting.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse|1 to 2 Hours}}&lt;br /&gt;
&lt;br /&gt;
The following tutorial will show you how to create a new item in the main menu that points to the article called Support and Documentation. Based on this information you will be able to add a new menu item to any of your defined menus pointing to any article you have previously created for your site.&lt;br /&gt;
&lt;br /&gt;
==Tutorial==&lt;br /&gt;
If you are not currently logged in to the administration panel, you will need to do so. If you are already logged in, you do not need to complete this step.&lt;br /&gt;
&lt;br /&gt;
# Open a new browser window and type in the URL, which will be similar to http://www.your_site_name_here.com/administrator or, if you have Joomla installed on your local computer, http://localhost/administrator. Here you will have to log in as an Administrator or Super Administrator.&lt;br /&gt;
# Within the site administration panel, select &#039;&#039;&#039;Menu&#039;&#039;&#039; from the menu bar in the upper left corner. From the drop-down list, choose the menu you wish to work with. The menu can be Main Menu, available by default, or any other menu. This will open the Menu Item Manager page.&lt;br /&gt;
# From the row of actions in the upper-right corner, select &#039;&#039;&#039;New&#039;&#039;&#039; (represented by the green icon with the plus sign). This will open the Menu Item: [New] page.&lt;br /&gt;
# From the list titled &amp;quot;Select Menu Item Type,&amp;quot; choose &#039;&#039;&#039;Articles&#039;&#039;&#039; (You&#039;ll find Articles under the Internal Link.) &lt;br /&gt;
# Choose &#039;&#039;&#039;Article Layout&#039;&#039;&#039; in the previously expanded Articles section.&lt;br /&gt;
# We are getting really close. Hold on! On the new page fill in the different fields like this:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&#039;&#039;&#039;Menu Item Details&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
#* &#039;&#039;&#039;Title&#039;&#039;&#039;&amp;lt;br /&amp;gt;This will be the text displayed for the newly added menu item.  For this particular case let&#039;s use the word &#039;&#039;&#039;Documentation&#039;&#039;&#039;.&lt;br /&gt;
#* &#039;&#039;&#039;Alias&#039;&#039;&#039;&amp;lt;br /&amp;gt;Usually, you will leave this empty and Joomla! will fill this in for you automatically. The content of this field will determine the page URL when SEF is activated.&lt;br /&gt;
#* &#039;&#039;&#039;Display in&#039;&#039;&#039;&amp;lt;br /&amp;gt;This should already be set to Main Menu (or the menu you have previously chosen ). Here you have the possibility to move the item to another menu if you wish. This field is quite useful when you decide to change the item location later.&lt;br /&gt;
#* &#039;&#039;&#039;Parent Item&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you can specify where to place the new menu item. You can make it a top item or a sub-item of an already existing item. We will choose &#039;&#039;&#039;Top&#039;&#039;&#039;.&lt;br /&gt;
#* &#039;&#039;&#039;Published&#039;&#039;&#039;&amp;lt;br /&amp;gt;If you wish your new item to be shown on your site, set this to &#039;&#039;&#039;Yes&#039;&#039;&#039;. If you would like to remove this menu item from the site, simply set this to No. It will &#039;&#039;not&#039;&#039; delete the item but will make it invisible to your visitors.&lt;br /&gt;
#* &#039;&#039;&#039;Access Level&#039;&#039;&#039;&amp;lt;br /&amp;gt;This option will specify who will be able to see this new menu item:&lt;br /&gt;
#** &#039;&#039;Public&#039;&#039; - All visitors&lt;br /&gt;
#** &#039;&#039;Registered&#039;&#039; - Registered users only&lt;br /&gt;
#** &#039;&#039;Special&#039;&#039; - users assigned to any group besides &amp;quot;Registered&amp;quot;&lt;br /&gt;
#* &#039;&#039;&#039;On Click, Open in&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you can specify how to open the article. It can be the same browser window (Parent Window with Browser Navigation), a new browser window (New Window with Browser navigation) or a pop-up window (New Window without Browser Navigation)&lt;br /&gt;
# Now, let&#039;s get to the right side of this page...&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (Basic)&#039;&#039;&#039;&amp;lt;br /&amp;gt;The most important part in this section is the Parameters (Basic) setting. Here you can specify the article that will be opened when the user clicks the newly created menu item.&lt;br /&gt;
#** For this press the &#039;&#039;&#039;Select&#039;&#039;&#039; button near the &#039;&#039;Select Article&#039;&#039; input box. &lt;br /&gt;
#** In the pop-up window, select &#039;&#039;&#039;Support and Documentation&#039;&#039; from the list of articles by clicking on the article name.&amp;lt;br /&amp;gt;Please note that you can choose any of the existing articles at this point.&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (Component)&#039;&#039;&#039;&amp;lt;br /&amp;gt;Here you will find different options to help you customize the way your article will be displayed. Normally, you won&#039;t need to change anything in this section. If you decide to explore it, you will find good help in the tool tips that appear when you move your mouse over the labels (Show Unauthorized Links, etc)&lt;br /&gt;
#* &#039;&#039;&#039;Parameters (System)&#039;&#039;&#039;&amp;lt;br /&amp;gt;This section will let you customize the way the page containing the article gets downloaded and displayed.&lt;br /&gt;
#** &#039;&#039;&#039;Page Title&#039;&#039;&#039; - this parameter sets the text displayed in the browser window&#039;s title bar. You should use this if you would like to over-ride the page title set in the article. Don&#039;t forget! Page titles are one of the most important points when it comes to search engine optimization (SEO)! Use them wisely.&lt;br /&gt;
#** &#039;&#039;&#039;Show Page Title&#039;&#039;&#039; - display (Yes) or not (No) the page title set in the previous parameter&lt;br /&gt;
#** &#039;&#039;&#039;Page Class Suffix&#039;&#039;&#039; - this allows you to generate unique CSS classes for this page. This comes in usefull when you would like to change the look of the page to differentiate it from the rest of the site. If you don&#039;t need this, simply leave the field empty.&lt;br /&gt;
#** &#039;&#039;&#039;Menu Image&#039;&#039;&#039; - let&#039;s you choose an image to be displayed along with this item in the menu. The image you would like to associate with the item must be stored in the images/stories folder. You can upload your own image using the Media Manager or by FTP.&lt;br /&gt;
#** &#039;&#039;&#039;SSL Enabled&#039;&#039;&#039;&amp;lt;br /&amp;gt;Specify how a page is displayed:&lt;br /&gt;
#*** &#039;&#039;On&#039;&#039; - As a secure page&lt;br /&gt;
#*** &#039;&#039;Off&#039;&#039; - As a standard page&lt;br /&gt;
#*** &#039;&#039;Ignore&#039;&#039; - Displayed as the other pages - secure or not&lt;br /&gt;
# Once you are done, click the &#039;&#039;&#039;Save&#039;&#039;&#039; button in the upper-right corner (the floppy disk icon). This will save the new item and place it as the last element (or sub-element, in case of sub-menu items) in the menu. You can use the green arrows in the Order column to change the item position within the menu.&lt;br /&gt;
# Now, get back to the front-end and refresh the page. Voilà! The new menu item is shown. Please note that you might need to log in as a registered user or administrator to view the new item. It all depends on the Access Level you have set (see above). When you click the new item, the article will be opened.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Talk:Adding_a_menu_item_which_points_to_an_Article&amp;diff=12156</id>
		<title>Talk:Adding a menu item which points to an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Talk:Adding_a_menu_item_which_points_to_an_Article&amp;diff=12156"/>
		<updated>2008-12-13T17:20:52Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not sure if this actually &#039;&#039;requires&#039;&#039; Super Administrator rights or if Administrator rights will suffice.  Will test to confirm.&lt;br /&gt;
--[[User:Netguysteve|Netguysteve]] 12:04, 13 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
Tested and confirmed that only &#039;&#039;Administrator&#039;&#039; rights are needed for this.  Editting article to reflect this.&lt;br /&gt;
--[[User:Netguysteve|Netguysteve]] 12:14, 13 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
Walking through all steps and will upload screenshots of each step and add them to the article.&lt;br /&gt;
--[[User:Netguysteve|Netguysteve]] 12:20, 13 December 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12155</id>
		<title>Adding a menu item which points to an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12155"/>
		<updated>2008-12-13T17:18:27Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Changed step 1 to reflect that Administrator or Super Administrator rights are sufficient&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse|1 to 2 Hours}}&lt;br /&gt;
&lt;br /&gt;
The following tutorial will show you how to create a new item in the main menu that points to the article called Support and Documentation. Based on this information you will be able to add a new menu item to any of your defined menus pointing to any article you have previously created for your site.&lt;br /&gt;
&lt;br /&gt;
==Tutorial==&lt;br /&gt;
If you are not currently logged in to the administration panel, you will need to do so. If you are already logged in, you do not need to complete this step.&lt;br /&gt;
&lt;br /&gt;
1. Open a new browser window and type in the URL, which will be similar to http://www.your_site_name_here.com/administrator or, if you have Joomla installed on your local computer, http://localhost/administrator. Here you will have to log in as an Administrator or Super Administrator.&lt;br /&gt;
&lt;br /&gt;
2. Within the site administration panel, select Menu from the menu bar in the upper left corner. From the drop-down list, choose the menu you wish to work with. The menu can be Main Menu, available by default, or any other menu. This will open the Menu Item Manager page.&lt;br /&gt;
&lt;br /&gt;
3. From the row of actions in the upper-right corner, select New (represented by the green icon with the plus sign). This will open the Menu Item: [New] page.&lt;br /&gt;
&lt;br /&gt;
4. From the list titled &amp;quot;Select Menu Item Type,&amp;quot; choose Articles (You&#039;ll find Articles under the Internal Link.) Next, choose Article Layout in the previously expanded Articles section.&lt;br /&gt;
&lt;br /&gt;
We are getting really close. Hold on! On the new page fill in the different fields like this:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Menu Item Details&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Title&#039;&#039;&#039; - this will be the text displayed for the newly added menu item. For this particular case let&#039;s use the word Documentation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alias&#039;&#039;&#039; - usually, you will leave this empty and Joomla! will fill this in for you automatically. The content of this field will determine the page URL when SEF is activated.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display in&#039;&#039;&#039; - this should already be set to Main Menu (or the menu you have previously chosen ). Here you have the possibility to move the item to another menu if you wish. This field is quite useful when you decide to change the item location later.&lt;br /&gt;
Parent Item - here you can specify where to place the new menu item. You can make it a top item or a sub-item of an already existing item. We will choose Top.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Published&#039;&#039;&#039; - if you wish your new item to be shown on your site, set this to Yes. If you would like to remove this menu item from the site, simply set this to No. It will not delete the item but will make it invisible to your visitors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Access Level&#039;&#039;&#039; - this option will specify whether this new item will be visible for all visitors (Public), registered users only (Registered) or site administrators and managers only (Special)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;On Click, Open in&#039;&#039;&#039; - here you can specify how to open the article. It can be the same browser window (Parent Window with Browser Navigation), a new browser window (New Window with Browser navigation) or a pop-up window (New Window without Browser Navigation)&lt;br /&gt;
&lt;br /&gt;
Now, let&#039;s get to the right side of this page...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (Basic)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The most important part in this section is the Parameters (Basic) setting. Here you can specify the article that will be opened when the user clicks the newly created menu item. For this press the Select button near the Select Article input box. In the pop-up window Support and Documentation from the list of articles by clicking on the article name. Please note that you can choose any of the existing articles at this point.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (Component)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here you will find different options to help you customize the way your article will be displayed. Normally, you won&#039;t need to change anything in this section. If you decide to explore it, you will find good help in the tool tips that appear when you move your mouse over the labels (Show Unauthorized Links, etc)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (System)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This section will let you customize the way the page containing the article gets downloaded and displayed.&lt;br /&gt;
&#039;&#039;&#039;Page Title&#039;&#039;&#039; - this parameter sets the text displayed in the browser window&#039;s title bar. You should use this if you would like to over-ride the page title set in the article. Don&#039;t forget! Page titles are one of the most important points when it comes to search engine optimization (SEO)! Use them wisely.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Show Page Title&#039;&#039;&#039; - display (Yes) or not (No) the page title set in the previous parameter&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Page Class Suffix&#039;&#039;&#039; - this allows you to generate unique CSS classes for this page. This comes in usefull when you would like to change the look of the page to differentiate it from the rest of the site. If you don&#039;t need this, simply leave the field empty.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Menu Image&#039;&#039;&#039; - let&#039;s you choose an image to be displayed along with this item in the menu. The image you would like to associate with the item must be stored in the images/stories folder. You can upload your own image using the Media Manager or by FTP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSL Enabled&#039;&#039;&#039; - here you can specify whether the page will be displayed as a secure page (On), as a standard page (Off) or if it will be displayed as the other pages - secure or not - (Ignore).&lt;br /&gt;
&lt;br /&gt;
Once you are done, click the Save button in the upper-right corner (the floppy disk icon). This will save the new item and place it as the last element (or sub-element, in case of sub-menu items) in the menu. You can use the green arrows in the Order column to change the item position within the menu.&lt;br /&gt;
&lt;br /&gt;
Now, get back to the front-end and refresh the page. Voilà! The new menu item is shown. Please note that you might need to log in as a registered user or administrator to view the new item. It all depends on the Access Level you have set (see above). Whewn you click the new item, the article will be opened.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Talk:Adding_a_menu_item_which_points_to_an_Article&amp;diff=12153</id>
		<title>Talk:Adding a menu item which points to an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Talk:Adding_a_menu_item_which_points_to_an_Article&amp;diff=12153"/>
		<updated>2008-12-13T17:14:08Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not sure if this actually &#039;&#039;requires&#039;&#039; Super Administrator rights or if Administrator rights will suffice.  Will test to confirm.&lt;br /&gt;
--[[User:Netguysteve|Netguysteve]] 12:04, 13 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
Tested and confirmed that only &#039;&#039;Administrator&#039;&#039; rights are needed for this.  Editting article to reflect this.&lt;br /&gt;
--[[User:Netguysteve|Netguysteve]] 12:14, 13 December 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Talk:Adding_a_menu_item_which_points_to_an_Article&amp;diff=12151</id>
		<title>Talk:Adding a menu item which points to an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Talk:Adding_a_menu_item_which_points_to_an_Article&amp;diff=12151"/>
		<updated>2008-12-13T17:04:24Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: New page: Not sure if this actually &amp;#039;&amp;#039;requires&amp;#039;&amp;#039; Super Administrator rights or if Administrator rights will suffice.  Will test to confirm. --~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not sure if this actually &#039;&#039;requires&#039;&#039; Super Administrator rights or if Administrator rights will suffice.  Will test to confirm.&lt;br /&gt;
--[[User:Netguysteve|Netguysteve]] 12:04, 13 December 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Starting_with_Joomla!_FAQs&amp;diff=12150</id>
		<title>Archived:Starting with Joomla! FAQs</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Starting_with_Joomla!_FAQs&amp;diff=12150"/>
		<updated>2008-12-13T16:57:14Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Modified section titled &amp;quot;How is access control set up in Joomla?&amp;quot; to use Wiki table code instead of tabs (which do not display properly).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How do I eliminate the pathway or breadcrumbs?==&lt;br /&gt;
&lt;br /&gt;
The pathway or breadcrumb is a hierarchical trail that shows your current location on the site. The breadcrumb follows the Section, Category, Content Item hierarchy and a site&#039;s home page is always listed as the root of the hierarchy as &amp;quot;Home&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
An example is as follows; You are currently reading a content item &amp;quot;New Page&amp;quot;. This content item is a member of the &amp;quot;Pages &amp;quot; category. In the turn the pages category is a member of the &amp;quot;Books&amp;quot; section. In this case the breadcrumb for that page would look like: &amp;quot;Home &amp;gt;&amp;gt; Books &amp;gt;&amp;gt; Pages &amp;gt;&amp;gt; New Page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you wish to eliminate the pathway entirely, edit your template html (index) file. Usually it will look like this:&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pathway&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;?php mosPathWay(); ?&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to eliminate it on a specific page, such as just the home page, you can modify the template in this way:&lt;br /&gt;
  New line:if($option != &amp;quot;&amp;quot; &amp;amp;&amp;amp; $option != &amp;quot;com_frontpage&amp;quot;)&lt;br /&gt;
  New line:{&lt;br /&gt;
  New line:?&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;div id=&amp;quot;pathway&amp;quot;&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;?php mosPathWay(); ?&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;/div&amp;gt;&lt;br /&gt;
  New line:}&lt;br /&gt;
  New line:?&amp;gt;&lt;br /&gt;
Keep in mind: The first line says that if the option in the url does not equal com_frontpage (!=&amp;quot;com_frontpage&amp;quot;) display the pathway. In php ! means not.&lt;br /&gt;
&lt;br /&gt;
==How do I exit the wrapper?==&lt;br /&gt;
&lt;br /&gt;
(needs permission or rewrite)&lt;br /&gt;
&lt;br /&gt;
==How do I get rid of the News Flash or other module?==&lt;br /&gt;
&lt;br /&gt;
To disable the news flash (or any other) module from being displayed on the front end of the website, you first need to log into the administrative back end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Once in the back end, on the top menu click Modules =&amp;gt; Site Modules.&lt;br /&gt;
* Locate the Newsflash module. You may need to navigate to another page as there are many modules and they are not all displayed on the first page.&lt;br /&gt;
* Click the &amp;quot;Next&amp;quot; or &amp;quot;Previous&amp;quot; links at the bottom of the page until the module is located.&lt;br /&gt;
* Once the module is located, click on the icon next for this module name in the &amp;quot;Published&amp;quot; column.&lt;br /&gt;
&lt;br /&gt;
The icon should change to a red &amp;quot;X&amp;quot; which indicates that the module is now unpublished and invisible on the site’s front end.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I control what items appear in my newsflashes?==&lt;br /&gt;
&lt;br /&gt;
Newsflash is a module that displays content from specific sections and/or categories.&lt;br /&gt;
&lt;br /&gt;
* In the administrative back end from the top menu select “Modules =&amp;gt; Site Modules”.&lt;br /&gt;
* Click on “Newsflash” to edit the module.&lt;br /&gt;
* Go to the parameters section of the page.&lt;br /&gt;
* Next to the “Category” parameter click on the drop down menu to select which category of content items will be displayed by this module.  (In older versions of Joomla! the section and/or category id numbers have to be manually entered).&lt;br /&gt;
* Click the &amp;quot;Save&amp;quot; button to make your changes permanent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I change the image(s) in my template?==&lt;br /&gt;
&lt;br /&gt;
One common template change is to use your own graphic/image. Simple graphics (not banners) are usually linked in your template&#039;s html file. Simply change the reference to the image of your choice in the your template&#039;s html file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
In the adminstrative interface do this by going to Site =&amp;gt;Template manager and then selecting your template. Click the icon for html.&lt;br /&gt;
&lt;br /&gt;
Keep in mind that if it is a different size than the original image this may change the appearance of the site in unexpected ways.&lt;br /&gt;
&lt;br /&gt;
Additional information:&lt;br /&gt;
&lt;br /&gt;
The images for a given template are generally located in this folder:&lt;br /&gt;
/templates/templatename/images (Substitute the name of the template you are using in place of &amp;quot;templatename&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
A trick for finding the name of the image is to put your cursor over it and click right. Select view image. This will display the image and give its full url. Sometimes the images are background images. This is viewable in Firefox or you can look for the background tag in your page source.&lt;br /&gt;
&lt;br /&gt;
How to upload an image:&lt;br /&gt;
&lt;br /&gt;
There are many ways to upload images. Which one you use will depend on your host and server.&lt;br /&gt;
&lt;br /&gt;
1. You can use the media manager.&lt;br /&gt;
2. You can use an FTP client.&lt;br /&gt;
3. You can use a cPanel file manager.&lt;br /&gt;
4. You can use various extensions that allow uploading.&lt;br /&gt;
&lt;br /&gt;
==How do I change the introductory text for weblinks?==&lt;br /&gt;
&lt;br /&gt;
By default Joomla! 1.0.x uses the &#039;We are out on the web ...&amp;quot; introductory text. If you wish to change you have two options.&lt;br /&gt;
1. In your menu link to the weblinks component, add introductory text to the parameters. This replaces the default text. Note: to see all of the parameters you need to create the component link and then edit it.&lt;br /&gt;
&lt;br /&gt;
2. Change your language file (e.g. english.php). It is found in _WEBLINKS_DESC.&lt;br /&gt;
&lt;br /&gt;
==Why cannot I edit my content from the front end?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The most common cause of this problem is the item is &amp;quot;checked out.&amp;quot; Either the item is being edited by another user or (more commonly) that the last time someone opened (edited) the file it was not closed properly (or saved).&lt;br /&gt;
&lt;br /&gt;
If you were the person that last edited the article, log into the back end of the site, go to the content manager and find the article in question. It will have a lock next to its name. Open the file and then save it (or cancel). When the content list is reloaded the lock should be gone.&lt;br /&gt;
&lt;br /&gt;
Alternatively, someone with superadministrator privileges can use Global Checkin to checkin all checked out items. If using this option, make sure that no one is actively editing a file or their work may be lost.&lt;br /&gt;
&lt;br /&gt;
It is possible to check in your own items that you may have accidentally locked if a link to checkin is available. This may be called something else. You can add this link to a menu by creating a URL link like this: index.php?option=com_user&amp;amp;task=CheckIn&lt;br /&gt;
&lt;br /&gt;
Note: It is important that whenever you open an article for editing you should close it using either &amp;quot;save&amp;quot; (floppy icon) or &amp;quot;cancel&amp;quot; (red x icon) when finished with your edits. Failure to do so will cause this lock as described above.&lt;br /&gt;
&lt;br /&gt;
==How do I link from inside content to another content item?==&lt;br /&gt;
&lt;br /&gt;
The simple answer is that you get the page URL you want to link to and then make a link using whatever text editor you are using or (if you have no wysiwyg) with html.&lt;br /&gt;
&lt;br /&gt;
The more complicated answer is that some text editors have fancier links managers.  A number of these editors are available in the Joomla! Extensions Directory.&lt;br /&gt;
&lt;br /&gt;
==How is access control set up in Joomla!?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joomla! has a limited access control system. By default there are the following groups:&lt;br /&gt;
Front End Only&lt;br /&gt;
&lt;br /&gt;
    * Public&lt;br /&gt;
    * Registered&lt;br /&gt;
    * Author&lt;br /&gt;
    * Publisher&lt;br /&gt;
&lt;br /&gt;
Back End&lt;br /&gt;
&lt;br /&gt;
    * Manager&lt;br /&gt;
    * Administrator&lt;br /&gt;
    * Super Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two basic ways that access control is used:&lt;br /&gt;
&lt;br /&gt;
    * To control the ability of users to see modules, content and menu items;&lt;br /&gt;
    * To control the actions that users can take.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Access to content, modules and menu links&lt;br /&gt;
&lt;br /&gt;
All groups except Public and Registered are considered &amp;quot;Special.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When creating content or setting parameters for modules, you can set access to: Public, Registered or Special.&lt;br /&gt;
&lt;br /&gt;
These groups are hierarchical. Groups further down the list have all the rights of those above them.&lt;br /&gt;
&lt;br /&gt;
Control of privileges to create and edit content and modify administrative settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot;&lt;br /&gt;
!Group !! Front End !! Back End&lt;br /&gt;
|-&lt;br /&gt;
!Public&lt;br /&gt;
|Can view public pages&lt;br /&gt;
|None&lt;br /&gt;
|-&lt;br /&gt;
!Registered &lt;br /&gt;
|Same permissions as &amp;quot;Public&amp;quot; &lt;br /&gt;
Can view content and modules limited to registered. &lt;br /&gt;
Can submit weblinks&lt;br /&gt;
|None&lt;br /&gt;
|-&lt;br /&gt;
!Author&lt;br /&gt;
|Same permissions as &amp;quot;Registered&amp;quot;&lt;br /&gt;
Can submit but not publish content.&lt;br /&gt;
|None&lt;br /&gt;
|-&lt;br /&gt;
!Editor&lt;br /&gt;
|Same permissions as &amp;quot;Author&amp;quot;&lt;br /&gt;
Edit any content.&lt;br /&gt;
|None&lt;br /&gt;
|-&lt;br /&gt;
!Publisher&lt;br /&gt;
|Same permissions as &amp;quot;Publisher&amp;quot;&lt;br /&gt;
Can publish and edit any content.&lt;br /&gt;
|None&lt;br /&gt;
|-&lt;br /&gt;
!Manager&lt;br /&gt;
|Same permissions as as &amp;quot;Publisher&amp;quot;&lt;br /&gt;
|Limited&lt;br /&gt;
|-&lt;br /&gt;
!Administrator&lt;br /&gt;
|Same permissions as &amp;quot;Publisher&amp;quot;&lt;br /&gt;
|Most privileges&lt;br /&gt;
|-&lt;br /&gt;
!Super Administrator&lt;br /&gt;
|Same permissions as &amp;quot;Publisher&amp;quot;&lt;br /&gt;
|All privileges&lt;br /&gt;
|}&lt;br /&gt;
Each group can view the content and modules at the same level or above on this table.&lt;br /&gt;
&lt;br /&gt;
There is no way to create additional access groups without modifying Joomla!&#039;s core files.&lt;br /&gt;
&lt;br /&gt;
There are some extensions available which provide additional access control capabilities.&lt;br /&gt;
&lt;br /&gt;
You can learn more about access control here:&lt;br /&gt;
&lt;br /&gt;
http://help.joomla.org/images/User_manual/joomal_users_manual_combined.pdf&lt;br /&gt;
&lt;br /&gt;
==Where are the web pages?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are coming from a traditional website made up of separate html pages, you may well wonder where the pages are.&lt;br /&gt;
&lt;br /&gt;
In Joomla! almost everything that you would normally think of as a web page is actually stored in a MySQL database. When you create a new page, your content is stored in a database record, not in a separate file.&lt;br /&gt;
&lt;br /&gt;
Then when your site is viewed, Joomla! calls up different items from your database and puts them together to make what is displayed to the user.&lt;br /&gt;
&lt;br /&gt;
One exception is that your images are usually stored in the images directory and not the database.&lt;br /&gt;
&lt;br /&gt;
Your MySQL database usually is created by you during the installation process (unless you use a Fantastico or a similar installer that will create the database automatically). If you have a control panel on a linux host, you can usually access MySQL through a program called phpAdmin. This will allow you to view your database.&lt;br /&gt;
&lt;br /&gt;
For a short tutorial on converting a static HTML web site to Joomla!, see [[How to Convert an existing Web site to a Joomla! Web site]].&lt;br /&gt;
&lt;br /&gt;
==What determines what is shown on my frontpage?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Frontpage is a component that is part of the core of Joomla!, like the front page of a newspaper, it shows (usually) multiple pieces of content arranged in some way.&lt;br /&gt;
&lt;br /&gt;
When you install Joomla! the front page component is by default set as the homepage of your site (that is it is the first link on your Main Menu) but front page does not have to be your &amp;quot;home&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
What exactly appears on the front page and how it is laid out is controlled in two ways. First, if you open the menu link in your menu manager in the back end there are numerous parameters that control the number of items shown, the number of columns etc.&lt;br /&gt;
&lt;br /&gt;
To control which items are shown you must also indicate that an item should be placed on the front page by editing the parameters for the content item. In the back end this will be indicated by an icon in the front page column of the list of content items/articles.&lt;br /&gt;
&lt;br /&gt;
In addition, you can use the front page manager (in the content menu of the backend) to control the publication dates and other variables for content items that are on the front page.&lt;br /&gt;
&lt;br /&gt;
==What determines my home page?==&lt;br /&gt;
&lt;br /&gt;
Your &amp;quot;homepage&amp;quot; in a traditional html site--the page that shows when you type mydomain.com for example-- would be the page displaying that is in the index.html file.&lt;br /&gt;
&lt;br /&gt;
Joomla! is a database driven CMS so it does not have html pages, but rather pulls up the pieces of pages from a mysql database.&lt;br /&gt;
&lt;br /&gt;
When you install Joomla! by default it has a menu link to the frontpage component as the home page. However, any content or component or other link can be used as the &amp;quot;home&amp;quot; page. The default page is controlled using the Main Menu.&lt;br /&gt;
&lt;br /&gt;
Changing the default page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;page&amp;quot; that shows when a user navigates to mydomain.com is the page created by clicking on the first link on the Main Menu. The link can be called anything (Home, Bob it does not matter), that is the page that will show.&lt;br /&gt;
&lt;br /&gt;
This menu can be displayed anywhere and can be displayed vertically or horizontally or not at all. The menu does not even need to be published.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;page&amp;quot; that shows is determined by the Main Menu. Go to Menu ==&amp;gt;Main Menu. Select the item you would like as the homepage and click the default icon.&lt;br /&gt;
&lt;br /&gt;
==What are section, categories, content items and articles?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is a content management system. Sections and categories allow you to organize your content.&lt;br /&gt;
&lt;br /&gt;
The basic structure is:&lt;br /&gt;
Sections include Categories.&lt;br /&gt;
Categories include content items (1.0)/articles (1.5).&lt;br /&gt;
&lt;br /&gt;
Section A&lt;br /&gt;
  Category A1&lt;br /&gt;
                  content items/articles&lt;br /&gt;
  Category A2&lt;br /&gt;
                  content items/articles&lt;br /&gt;
  Category A3&lt;br /&gt;
                  content items/articles&lt;br /&gt;
&lt;br /&gt;
 Section B&lt;br /&gt;
  Category B1&lt;br /&gt;
                  content items&lt;br /&gt;
  Category B2&lt;br /&gt;
                  content items&lt;br /&gt;
  Category B3&lt;br /&gt;
                  content items&lt;br /&gt;
&lt;br /&gt;
 Section C&lt;br /&gt;
&lt;br /&gt;
  Category C1&lt;br /&gt;
                  content items&lt;br /&gt;
  Category C2&lt;br /&gt;
                  content items&lt;br /&gt;
  Category C3&lt;br /&gt;
                  content items&lt;br /&gt;
&lt;br /&gt;
The content items/articles are what you would think of as web pages in a traditional html site.&lt;br /&gt;
&lt;br /&gt;
Both section and category &amp;quot;pages&amp;quot; can be created to serve (more or less) as the home pages for the categories and sections, respectively.&lt;br /&gt;
&lt;br /&gt;
Although it makes sense to organize your work into categories and sections, you do not need to show these to your users. Using your menus, you can link directly to sections, categories and content items. You can also select numerous options for the display of content associated with each type of link.&lt;br /&gt;
&lt;br /&gt;
==What are components, modules, mambots and plugins?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Content elements or applications that are usually displayed in the center of the main content area of a template. This depends on the design of the template in use. Components are core elements of Joomla!’s functionality. These core elements include Content, Banners, Contact, News Feeds, Polls and Web Links. Members of the Joomla! community produce third party Joomla! components on a continuous basis. They are freely available to download from http://extensions.joomla.org/ and a number of other web sites. See also Modules.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Plugins and Mambots&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Plugins and mambots are the same thing. Plugin is the term used in 1.5 while mambot is used in 1.0.&lt;br /&gt;
&lt;br /&gt;
A plugin or mambot is a small, task-oriented function that intercepts content before it is displayed and manipulates it in some way. Joomla! provides a number of Mambots in the core distribution, e.g. WYSIWYG editors, but there are many other mambots available for specific tasks. Some 3rd Party developer components have their own mambots which need to be installed in order to make the component work properly.&lt;br /&gt;
In Joomla! 1.5 mambots will be renamed plugins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modules&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modules extend the capabilities of Joomla! giving the software new functionality. Modules are small content items that can be displayed anywhere that your template allows it to be displayed by assigning them to positions and pages through the module manager in the administrative interface. Modules are installed in the Admin Section. Joomla! modules may include: Main Menu, Top menu, Template Chooser, Polls, Newsflash, Hit Counter, etc. Members of the Joomla! Community produce Joomla! modules on a continuous basis. Many are freely available at http://forge.joomla.org/ for download.&lt;br /&gt;
&lt;br /&gt;
In addition, some 3rd party components, modules and mambots themselves have plugins.&lt;br /&gt;
&lt;br /&gt;
==How do I change the favicon?==&lt;br /&gt;
&lt;br /&gt;
Favicon is the favorites icon that is associated with your site and appears in the browser address bar. Both Joomla! 1.0.x and 1.5.x come with a default favicon that displays the Joomla! Logo. You may change that as long as your new favicon is in the ICO format and sized 16×16 pixels. Here&#039;s how to do it:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Upload your new favicon into Joomla!&#039;s /images/ folder.&lt;br /&gt;
* Delete Joomla!&#039;s default /images/favicon.ico file and rename your file into favicon.ico OR&lt;br /&gt;
* Go to your site&#039;s back-end and change the name of the favicon file that&#039;s being loaded at Site &amp;gt; Global Configuration &amp;gt; Site &amp;gt; Favourites Site Icon (make sure configuration.php is writable before you commit your changes).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unlike the 1.0.x series, the only name you are allowed to use for your favicon is favicon.ico but you are offered the flexibility to associate different favicons with different templates. You only need to upload your favicon.ico into the main folders of your front-end and back-end templates, which are found in the /templates/ and the /administrator/templates/ folders respectively, overwriting any favicon files that came with your templates.&lt;br /&gt;
&lt;br /&gt;
However, if you&#039;d rather use a single favicon.ico for all your templates, just upload it into Joomla!&#039;s main folder (that&#039;s where your index.php resides) and into the /administrator/ folder. Make sure you delete all favicon.ico files found in the template folders mentioned above because Joomla! will check your template folder first for the favicon.ico file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To see the new favicon you will need to empty your browser cache.&lt;br /&gt;
&lt;br /&gt;
==Why do the pop ups in my WYSIWYG editor not work or show gibberish?==&lt;br /&gt;
&lt;br /&gt;
Depending on the editor, this problem may occur when trying to edit the html, insert tables or perform a similar function that requires javascript.&lt;br /&gt;
&lt;br /&gt;
Most likely the problem with the livesite...&lt;br /&gt;
&lt;br /&gt;
You look in your site configuration (General Configuration, select the Server tab) you will see that the livesite is given. Usually it is either www.mydomain.com or mydomain.com.&lt;br /&gt;
&lt;br /&gt;
When you log into your site, you must log in from the exact livesite. if you don&#039;t the javascript in your editor will not work.&lt;br /&gt;
&lt;br /&gt;
One way to deal with this is to put a redirect from, for example, mydomain.com to www.mydomain.com so that you and your users always login from the correct url. You can do this with .htaccess.&lt;br /&gt;
&lt;br /&gt;
==What are positions?==&lt;br /&gt;
&lt;br /&gt;
Site templates divides the &amp;quot;pages&amp;quot; displayed on a site into a series of positions, each with a different name.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039; &lt;br /&gt;
You can view the location of positions in your default template from the administrator go to Site =&amp;gt;Preview=&amp;gt;Inline with Positions.&lt;br /&gt;
&lt;br /&gt;
You can only preview the default template.&lt;br /&gt;
&lt;br /&gt;
You can annotate your positions through the administrator (backend). Go to Site=&amp;gt;Template Manage=&amp;gt;Module Positions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Extensions =&amp;gt; Templates.&lt;br /&gt;
Select the template you wish to preview and click the edit icon.&lt;br /&gt;
Click the preview icon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can add or remove positions by modifying your template html.&lt;br /&gt;
&lt;br /&gt;
You assign a module to a position using the module manager.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
Modules=&amp;gt;Site Modules==&amp;gt;edit the module&lt;br /&gt;
On the left side of the page, on the third line, there is a drop down menu that lets you select the position.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
In the module manager, edit the module. In the left column select all, none or the specific pages you would like it to appear on.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
Modules that are not pubished (1.0) or enabled (1.5) will not display.&lt;br /&gt;
Modules can be assigned to unused positions (positions not in the template) if you want to have them published but not displayed in a position (for example, if you want to display a module in content using {mosloadposition} (1.0) or {loadposition} (1.5)).&lt;br /&gt;
Multiple modules may be assigned to the same position. They will be displayed in the order shown for modules in that position in the module manager.&lt;br /&gt;
If you want to display a module in more than one position, use the module manager to create another copy. &lt;br /&gt;
1.0 copy the module and assign the copy to the second position. &lt;br /&gt;
1.5 use the new icon and create another instance of the module.&lt;br /&gt;
&lt;br /&gt;
==Why are the backgrounds of my WYSIWYG editor fields colored?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The simple answer as to why this happens is in the term &#039;WYSIWYG&#039;. Content editors like TinyMCE attempt to allow users to see what the text they&#039;re entering will look like when it appears on the front-end of the website. To this end, they show the text against the color or image specified in the template_css.css file of whatever template the front-end of the website is using.&lt;br /&gt;
&lt;br /&gt;
This often presents a problem for users when their website is designed to appear as a lighter content pane floating over  a darker-colored background. The darker background is what appears in the editor windows, making the text almost impossible to see. In such cases, it may be necessary to tell the editor not to use the template_css.css file as a reference, but rather to use a different css file instead.&lt;br /&gt;
&lt;br /&gt;
Note [added by mod]: Some editors (such as JCE and FCK) have configuration interfaces that allow you to override the template_css file or to ignore template classes. You may wish to explore this option before trying the solution below.&lt;br /&gt;
&lt;br /&gt;
Step 1: Create a customized CSS file.&lt;br /&gt;
The first thing you&#039;ll need to do is to write a customized .css file for your editor. It doesn&#039;t have to be very complicated, and you can use the file below for reference (Many thanks to jxl, who wrote the sample file).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Changes to the image urls would be need to use this file in 1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /* CSS Document */&lt;br /&gt;
&lt;br /&gt;
 /* Editor Assigned Styles */&lt;br /&gt;
 /*make sure that any styles you put here also exist in your template_css.css file or they will have no effect in the front end */&lt;br /&gt;
&lt;br /&gt;
 p.rightalign {&lt;br /&gt;
 text-align: right; &lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .red {&lt;br /&gt;
 color: #c00;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .green {&lt;br /&gt;
 color: #0c0;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .highlight {&lt;br /&gt;
 background-color: Yellow;&lt;br /&gt;
 color: Blue;&lt;br /&gt;
 padding: 0;&lt;br /&gt;
 }&lt;br /&gt;
 p.code {&lt;br /&gt;
 background-color: #ddd;&lt;br /&gt;
 border: 1px solid #bbb;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .small {&lt;br /&gt;
 color: #999999;&lt;br /&gt;
 font-size: 10px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Body Tag for Background Color and Font Specs. */&lt;br /&gt;
&lt;br /&gt;
 body {&lt;br /&gt;
 font-family: Arial, Helvetica, Sans Serif;&lt;br /&gt;
 font-size: 12px;&lt;br /&gt;
 color: #333333;&lt;br /&gt;
 background: #ffffff;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Optional Basic Stuff you can use to make everything look like it does on the site itself */&lt;br /&gt;
 /* you can get this stuff right out of your template_css.css file, or you can just leave it out */&lt;br /&gt;
&lt;br /&gt;
 ul&lt;br /&gt;
 {&lt;br /&gt;
 margin: 0;&lt;br /&gt;
 padding: 0;&lt;br /&gt;
 list-style: none;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 li&lt;br /&gt;
 {&lt;br /&gt;
 line-height: 16px;&lt;br /&gt;
 padding-left: 16px;&lt;br /&gt;
 padding-top: 0px;&lt;br /&gt;
 background-image: url(../images/arrow.png); /* use the real image path that you have on your site. An absolute path is   OK */&lt;br /&gt;
 background-repeat: no-repeat;&lt;br /&gt;
 background-position: 0px 2px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 td {&lt;br /&gt;
 text-align: left;&lt;br /&gt;
 font-size: 12px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 a, a:link, a:visited {&lt;br /&gt;
 color: #c64934; text-decoration: none;&lt;br /&gt;
 font-weight: bold;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 a:hover {&lt;br /&gt;
 color: #900; text-decoration: none;&lt;br /&gt;
 font-weight: bold;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Make careful note of the comments in the file above. The first section is comprised of text classes; you&#039;ll want to go into your template&#039;s template_css.css file and find the text classes (.highlight, .small, etc.) it specifies that you&#039;ll be likely to use in your content and make sure to copy them into the editor_content.css file as well. The same is true of the styles defined in the last section (a:hover, td, ul, etc.).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key part that fixes the background issue is the &#039;body&#039; style specified in the middle. You can change parts of this to match your template if you like, but leave the &#039;background&#039; rule set to #FFFFFF. This will make the editor windows white, as opposed to the dark background color of your site template.&lt;br /&gt;
&lt;br /&gt;
Incidentally, if your website uses a background IMAGE in addition to a color, the same thing applies.&lt;br /&gt;
&lt;br /&gt;
Also, if this is too much work, you CAN just copy and paste your template&#039;s template_css.css file into a new CSS file and change the BODY style so that the background is set to #FFFFFF. This is less neat and orderly, but you&#039;ll be sure you have all of the classes and such defined properly this way.&lt;br /&gt;
&lt;br /&gt;
When you&#039;ve finished, save your new CSS file as editor_content.css&lt;br /&gt;
&lt;br /&gt;
Step 2: Upload your CSS file to the correct directory.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll use an FTP client for this, which hopefully you&#039;re already doing. If Joomla! is in a separate folder, you&#039;ll navigate to:&lt;br /&gt;
&lt;br /&gt;
joomla/templates/[the template you&#039;re using]/css/&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have Joomla! in a separate folder, just go to whatever directory houses your Joomla! files. The key is to make sure you&#039;re in the correct front-end template folder for your website. Upload your editor_content.css file to the CSS folder under this template directory.&lt;br /&gt;
&lt;br /&gt;
Note that in most cases, the only other file in this directory is a file called &#039;template_css.css&#039;. If you see that file, you&#039;re probably in the right place. Also, note that there is a &#039;css&#039; directory in joomla/templates/ as well, but this IS NOT the directory you&#039;re looking for. You want the css directory under the template you&#039;re using.&lt;br /&gt;
&lt;br /&gt;
Step 3: Point your Editor to the new CSS.&lt;br /&gt;
&lt;br /&gt;
Now go back to your site and into the administration area. Click on &#039;Mambots&amp;quot; and &amp;quot;Site Mambots&amp;quot; to see the list of Mambots currently in use in your website. Check TinyMCE WYSIWYG (or whatever WYSIWYG editor you&#039;re using) and then &#039;Edit&#039; to open the editing pane for the editor.&lt;br /&gt;
&lt;br /&gt;
Look to the right side under &#039;Parameters&#039; and scroll down until you see the option entitled &#039;Template CSS Classes&#039;. Click the radio button to &#039;no&#039;. Right under this is a field entitled &#039;Custom CSS Classes&#039;. In this field type:&lt;br /&gt;
&lt;br /&gt;
templates/[template you&#039;re using]/css/editor_content.css&lt;br /&gt;
&lt;br /&gt;
Then save and exit.&lt;br /&gt;
&lt;br /&gt;
This should correct the background issue in your editor. If it doesn&#039;t, you&#039;ve either set up your editor_content.css file incorrectly or you&#039;ve uploaded the file to the wrong directory.&lt;br /&gt;
&lt;br /&gt;
==How do you install an extension?==&lt;br /&gt;
&lt;br /&gt;
Before starting it always is wise to read the documentation associated with an extension. Most extensions have homepages and forums, and it is a good idea to look at them first. If there is a README file included with the extension, you should read it.&lt;br /&gt;
&lt;br /&gt;
For most extensions and most users, the procedure will be:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the extension to your local machine&lt;br /&gt;
* From the backend of your joomla site (adminsitration) select Installers and then the type of extension (module, component, mambot/plugin, site template, administrative template, language&lt;br /&gt;
* Browse for the package file&lt;br /&gt;
* Click the install icon&lt;br /&gt;
* Follow any instructions&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the extension to your local machine&lt;br /&gt;
* From the backend of your joomla site (adminsitration) select Extensions.&lt;br /&gt;
* Browse for the package file&lt;br /&gt;
* Click the install icon&lt;br /&gt;
* Follow any instructions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are some situations in which this procedure will not work.&lt;br /&gt;
&lt;br /&gt;
Sometimes you need to unzip the file locally prior to installing. If you get an error saying that the file is not in the correct format, the need to unzip is a common cause of this. After unzipping try installing the individual items. Note that the files you upload using the installed still need to be zipped.&lt;br /&gt;
&lt;br /&gt;
Sometimes you cannot use the automated installer. For example, very large extensions may exceed the maximum upload size allowed by your host.&lt;br /&gt;
&lt;br /&gt;
In this case, unzip all of the files locally. Then transfer the files to a folder in the the install directory(for example  administrator/components/com_installer/components) for the type of extension you are installing (using FTP). Then use the installer, but select &amp;quot;install from directory&amp;quot; indicating the correct folder name.&lt;br /&gt;
&lt;br /&gt;
For modules and mambots/plugins to work, you must make sure that they are pubished (1.0) or enabled (1.5).&lt;br /&gt;
&lt;br /&gt;
==Why doesn&#039;t the pdf of my page show the images?==&lt;br /&gt;
&lt;br /&gt;
Images are not supported in Joomla! 1.0.x in the pdf creation script. Images are supported in Joomla! 1.5.&lt;br /&gt;
&lt;br /&gt;
==How do I make a menu link that is not clickable?==&lt;br /&gt;
&lt;br /&gt;
To make a menu link that does not connect to anything (is not clickable) use the link type Separator/Placeholder&lt;br /&gt;
&lt;br /&gt;
==What does a simple Joomla! installation include?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you simply install Joomla! without any modifications or extensions, the following (incomplete) list of features will be included.&lt;br /&gt;
&lt;br /&gt;
* Content component which allows creation and display of &amp;quot;content items&amp;quot; usually in the middle of the page.&lt;br /&gt;
* Front page component, which displays multiple recent content items designated as &amp;quot;front page&amp;quot; in the content manager. Configurable for layout and number of items.&lt;br /&gt;
* Weblinks component for entering and displaying a list of weblinks.&lt;br /&gt;
* Media manager for uploading and managing images and other media.&lt;br /&gt;
* User manager (administrative end) and user registration module (front end).&lt;br /&gt;
* Newsflash module for displaying specific content items as &amp;quot;newsflashes.&amp;quot;&lt;br /&gt;
* Modules for latest items, most popular, and related items.&lt;br /&gt;
* A simple poll component&lt;br /&gt;
* A menu system&lt;br /&gt;
* A choice of several templates for your site[/li]&lt;br /&gt;
* Installers for third party extensions (templates, components, modules and plugins/mambots).&lt;br /&gt;
* The TinyMCE wysiwyg editor. 1.5 Also includes xStandard Lite&lt;br /&gt;
* Administrative interface for managing your site&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12147</id>
		<title>Adding a menu item which points to an Article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Adding_a_menu_item_which_points_to_an_Article&amp;diff=12147"/>
		<updated>2008-12-13T16:21:47Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse|1 to 2 Hours}}&lt;br /&gt;
&lt;br /&gt;
The following tutorial will show you how to create a new item in the main menu that points to the article called Support and Documentation. Based on this information you will be able to add a new menu item to any of your defined menus pointing to any article you have previously created for your site.&lt;br /&gt;
&lt;br /&gt;
==Tutorial==&lt;br /&gt;
If you are not currently logged in to the administration panel, you will need to do so. If you are already logged in, you do not need to complete this step.&lt;br /&gt;
&lt;br /&gt;
1. Open a new browser window and type in the URL, which will be similar to http://www.your_site_name_here.com/administrator or, if you have Joomla installed on your local computer, http://localhost/administrator. Here you will have to log in as a Super Administrator (it is usually linked to the user called admin).&lt;br /&gt;
&lt;br /&gt;
2. Within the site administration panel, select Menu from the menu bar in the upper left corner. From the drop-down list, choose the menu you wish to work with. The menu can be Main Menu, available by default, or any other menu. This will open the Menu Item Manager page.&lt;br /&gt;
&lt;br /&gt;
3. From the row of actions in the upper-right corner, select New (represented by the green icon with the plus sign). This will open the Menu Item: [New] page.&lt;br /&gt;
&lt;br /&gt;
4. From the list titled &amp;quot;Select Menu Item Type,&amp;quot; choose Articles (You&#039;ll find Articles under the Internal Link.) Next, choose Article Layout in the previously expanded Articles section.&lt;br /&gt;
&lt;br /&gt;
We are getting really close. Hold on! On the new page fill in the different fields like this:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Menu Item Details&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Title&#039;&#039;&#039; - this will be the text displayed for the newly added menu item. For this particular case let&#039;s use the word Documentation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alias&#039;&#039;&#039; - usually, you will leave this empty and Joomla! will fill this in for you automatically. The content of this field will determine the page URL when SEF is activated.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display in&#039;&#039;&#039; - this should already be set to Main Menu (or the menu you have previously chosen ). Here you have the possibility to move the item to another menu if you wish. This field is quite useful when you decide to change the item location later.&lt;br /&gt;
Parent Item - here you can specify where to place the new menu item. You can make it a top item or a sub-item of an already existing item. We will choose Top.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Published&#039;&#039;&#039; - if you wish your new item to be shown on your site, set this to Yes. If you would like to remove this menu item from the site, simply set this to No. It will not delete the item but will make it invisible to your visitors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Access Level&#039;&#039;&#039; - this option will specify whether this new item will be visible for all visitors (Public), registered users only (Registered) or site administrators and managers only (Special)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;On Click, Open in&#039;&#039;&#039; - here you can specify how to open the article. It can be the same browser window (Parent Window with Browser Navigation), a new browser window (New Window with Browser navigation) or a pop-up window (New Window without Browser Navigation)&lt;br /&gt;
&lt;br /&gt;
Now, let&#039;s get to the right side of this page...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (Basic)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The most important part in this section is the Parameters (Basic) setting. Here you can specify the article that will be opened when the user clicks the newly created menu item. For this press the Select button near the Select Article input box. In the pop-up window Support and Documentation from the list of articles by clicking on the article name. Please note that you can choose any of the existing articles at this point.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (Component)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here you will find different options to help you customize the way your article will be displayed. Normally, you won&#039;t need to change anything in this section. If you decide to explore it, you will find good help in the tool tips that appear when you move your mouse over the labels (Show Unauthorized Links, etc)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (System)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This section will let you customize the way the page containing the article gets downloaded and displayed.&lt;br /&gt;
&#039;&#039;&#039;Page Title&#039;&#039;&#039; - this parameter sets the text displayed in the browser window&#039;s title bar. You should use this if you would like to over-ride the page title set in the article. Don&#039;t forget! Page titles are one of the most important points when it comes to search engine optimization (SEO)! Use them wisely.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Show Page Title&#039;&#039;&#039; - display (Yes) or not (No) the page title set in the previous parameter&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Page Class Suffix&#039;&#039;&#039; - this allows you to generate unique CSS classes for this page. This comes in usefull when you would like to change the look of the page to differentiate it from the rest of the site. If you don&#039;t need this, simply leave the field empty.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Menu Image&#039;&#039;&#039; - let&#039;s you choose an image to be displayed along with this item in the menu. The image you would like to associate with the item must be stored in the images/stories folder. You can upload your own image using the Media Manager or by FTP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSL Enabled&#039;&#039;&#039; - here you can specify whether the page will be displayed as a secure page (On), as a standard page (Off) or if it will be displayed as the other pages - secure or not - (Ignore).&lt;br /&gt;
&lt;br /&gt;
Once you are done, click the Save button in the upper-right corner (the floppy disk icon). This will save the new item and place it as the last element (or sub-element, in case of sub-menu items) in the menu. You can use the green arrows in the Order column to change the item position within the menu.&lt;br /&gt;
&lt;br /&gt;
Now, get back to the front-end and refresh the page. Voilà! The new menu item is shown. Please note that you might need to log in as a registered user or administrator to view the new item. It all depends on the Access Level you have set (see above). Whewn you click the new item, the article will be opened.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12143</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12143"/>
		<updated>2008-12-13T10:03:39Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}[[Category: Tips and tricks]][[Category: Tips and tricks 1.5]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Blocking By IP Address ==&lt;br /&gt;
&lt;br /&gt;
While there are some [http://extensions.joomla.org extensions] that will allow for blocking by IP address, Joomla! does not include this functionality by default.  Additionally, please note that as discussed in the [http://docs.joomla.org/Security_and_Performance_FAQs Security and Performance FAQs,]this method is &#039;&#039;not&#039;&#039; recommended because it is ineffective.  First, because the problem user may not actually be the owner of the IP address.  Second, because most IP addresses are non-static, so they will change periodically.  For example, if the person is using a wireless laptop, and simply move to a different wireless router, they will end up with a new IP address.&lt;br /&gt;
&lt;br /&gt;
== Legal Action ==&lt;br /&gt;
&lt;br /&gt;
Depending upon your location and the nature of the activities of the problem user, there may be certain legal actions which are entitled, or even &#039;&#039;required&#039;&#039; to take.  If you feel this may be the case, please consult an attorney or the appropriate authorities in your area.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12142</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12142"/>
		<updated>2008-12-13T09:58:24Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Included reference advising against IP blocking and referencing the Security and Performance FAQ&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Blocking By IP Address ==&lt;br /&gt;
&lt;br /&gt;
While there are some [http://extensions.joomla.org extensions] that will allow for blocking by IP address, Joomla! does not include this functionality by default.  Additionally, please note that as discussed in the [http://docs.joomla.org/Security_and_Performance_FAQs Security and Performance FAQs], this method is &#039;&#039;not&#039;&#039; recommended because it is ineffective.  First, because the problem user may not actually be the owner of the IP address.  Second, because most IP addresses are non-static, so they will change periodically.  For example, if the person is using a wireless laptop, and simply move to a different wireless router, they will end up with a new IP address.&lt;br /&gt;
&lt;br /&gt;
== Legal Action ==&lt;br /&gt;
&lt;br /&gt;
Depending upon your location and the nature of the activities of the problem user, there may be certain legal actions which are entitled, or even &#039;&#039;required&#039;&#039; to take.  If you feel this may be the case, please consult an attorney or the appropriate authorities in your area.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12141</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12141"/>
		<updated>2008-12-13T09:57:35Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Included reference advising against IP blocking and referencing the Security and Performance FAQ&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}[[Category:FAQ]][[Category:Version 1.5 FAQ]][[Category:Getting Started FAQ]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Blocking By IP Address ==&lt;br /&gt;
&lt;br /&gt;
While there are some [http://extensions.joomla.org extensions] that will allow for blocking by IP address, Joomla! does not include this functionality by default.  Additionally, please note that as discussed in the [http://docs.joomla.org/Security_and_Performance_FAQs Security and Performance FAQs], this method is &#039;&#039;not&#039;&#039; recommended because it is ineffective.  First, because the problem user may not actually be the owner of the IP address.  Second, because most IP addresses are non-static, so they will change periodically.  For example, if the person is using a wireless laptop, and simply move to a different wireless router, they will end up with a new IP address.&lt;br /&gt;
&lt;br /&gt;
== Legal Action ==&lt;br /&gt;
&lt;br /&gt;
Depending upon your location and the nature of the activities of the problem user, there may be certain legal actions which are entitled, or even &#039;&#039;required&#039;&#039; to take.  If you feel this may be the case, please consult an attorney or the appropriate authorities in your area.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12110</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12110"/>
		<updated>2008-12-12T04:38:09Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}[[Category:FAQ]][[Category:Version 1.5 FAQ]][[Category:Getting Started FAQ]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Additional Blocking Methods ==&lt;br /&gt;
&lt;br /&gt;
In addition to this simple blocking method, there are [http://extensions.joomla.org extensions] which will allow for more advanced blocking methods such as blocking by IP address.  There may also be methods for blocking access at the web server level, depending upon your web hosting service.  These are, however, beyond the scope of this article.&lt;br /&gt;
&lt;br /&gt;
== Legal Action ==&lt;br /&gt;
&lt;br /&gt;
Depending upon your location and the nature of the activities of the problem user, there may be certain legal actions which are entitled, or even &#039;&#039;required&#039;&#039; to take.  If you feel this may be the case, please consult an attorney or the appropriate authorities in your area.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12108</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12108"/>
		<updated>2008-12-11T18:51:49Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}{{review}}[[Category:FAQ]][[Category:Version 1.5 FAQ]][[Category:Getting Started FAQ]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Additional Blocking Methods ==&lt;br /&gt;
&lt;br /&gt;
In addition to this simple blocking method, there are [http://extensions.joomla.org extensions] which will allow for more advanced blocking methods such as blocking by IP address.  There may also be methods for blocking access at the web server level, depending upon your web hosting service.  These are, however, beyond the scope of this article.&lt;br /&gt;
&lt;br /&gt;
== Legal Action ==&lt;br /&gt;
&lt;br /&gt;
Depending upon your location and the nature of the activities of the problem user, there may be certain legal actions which are entitled, or even &#039;&#039;required&#039;&#039; to take.  If you feel this may be the case, please consult an attorney or the appropriate authorities in your area.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12107</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12107"/>
		<updated>2008-12-11T18:49:27Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}{{review}}[[Category:FAQ]][[Category:Version 1.5 FAQ]][[Category:Getting Started FAQ]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;br /&gt;
&lt;br /&gt;
== Additional Blocking Methods ==&lt;br /&gt;
&lt;br /&gt;
In addition to this simple blocking method, there are &amp;lt;a href=&amp;quot;http://extensions.joomla.org&amp;quot;&amp;gt;extensions&amp;lt;/a&amp;gt; which will allow for more advanced blocking methods such as blocking by IP address.  There may also be methods for blocking access at the web server level, depending upon your web hosting service.  These are, however, beyond the scope of this article.&lt;br /&gt;
&lt;br /&gt;
== Legal Action ==&lt;br /&gt;
&lt;br /&gt;
Depending upon your location and the nature of the activities of the problem user, there may be certain legal actions which are entitled, or even &#039;&#039;required&#039;&#039; to take.  If you feel this may be the case, please consult an attorney or the appropriate authorities in your area.&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12106</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12106"/>
		<updated>2008-12-11T18:33:55Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}{{review}}[[Category:FAQ]][[Category:Version 1.5 FAQ]][[Category:Getting Started FAQ]]&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12105</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12105"/>
		<updated>2008-12-11T18:21:09Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: /* Blocking Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}{{inuse|1 to 2 Days}}&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user.  The easiest way to do this if you have a large number of users is to type part of their name, user name, or email address in the search box and click &#039;&#039;&#039;Go&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:Search-Box.png]]&lt;br /&gt;
# Select the user by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually verify the user is blocked by looking for both the &#039;&#039;Sucessfuly saved User&#039;&#039; message at the top of the screen, as well as the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.&amp;lt;br&amp;gt;[[Image:Verify-Disabled.png]]&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Verify-Disabled.png&amp;diff=12104</id>
		<title>File:Verify-Disabled.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Verify-Disabled.png&amp;diff=12104"/>
		<updated>2008-12-11T18:14:28Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: uploaded a new version of &amp;quot;Image:Verify-Disabled.png&amp;quot;: Verify User is Disabled&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Verify User Disabled&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Select-User.png&amp;diff=12103</id>
		<title>File:Select-User.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Select-User.png&amp;diff=12103"/>
		<updated>2008-12-11T18:12:25Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: uploaded a new version of &amp;quot;Image:Select-User.png&amp;quot;: Select User from User Editor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Search-Box.png&amp;diff=12102</id>
		<title>File:Search-Box.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Search-Box.png&amp;diff=12102"/>
		<updated>2008-12-11T18:11:08Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: User Search Box&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
User Search Box&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12101</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12101"/>
		<updated>2008-12-11T17:51:22Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}{{inuse|1 to 2 Days}}&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;br /&gt;
&lt;br /&gt;
# From the &#039;&#039;Main Administrator Screen&#039;&#039; (http://www.yoursite.com/administrator), click &#039;&#039;&#039;User Manager&#039;&#039;&#039;. &amp;lt;br&amp;gt;[[Image:User-Manager.png]]&lt;br /&gt;
# Locate the problem user and select them by &#039;&#039;&#039;placing a checkmark next to their name&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Select-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Edit.png]]&lt;br /&gt;
# On the lefthand side of the screen, towards the bottom, select the &#039;&#039;&#039;Yes&#039;&#039;&#039; radio button under &#039;&#039;&#039;Block User&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Block-User.png]]&lt;br /&gt;
# At the top right of the screen, click &#039;&#039;&#039;Save&#039;&#039;&#039;.&amp;lt;br&amp;gt;[[Image:Click-Save.png]]&lt;br /&gt;
# Visually &#039;&#039;verify the user is blocked&#039;&#039; by looking for the icon with the white X in a red circle under the &#039;&#039;&#039;Enabled&#039;&#039;&#039; column.[[Image:Verify-Disabled.png]]&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Verify-Disabled.png&amp;diff=12100</id>
		<title>File:Verify-Disabled.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Verify-Disabled.png&amp;diff=12100"/>
		<updated>2008-12-11T17:31:58Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Verify User Disabled&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Verify User Disabled&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Click-Save.png&amp;diff=12099</id>
		<title>File:Click-Save.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Click-Save.png&amp;diff=12099"/>
		<updated>2008-12-11T17:31:25Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Click Save Button&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Click-Save.png&amp;diff=12098</id>
		<title>File:Click-Save.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Click-Save.png&amp;diff=12098"/>
		<updated>2008-12-11T17:31:04Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Click Save Button&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Click Save Button&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:User-Manager.png&amp;diff=12097</id>
		<title>File:User-Manager.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:User-Manager.png&amp;diff=12097"/>
		<updated>2008-12-11T17:30:26Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
User Manager Icon&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Block-User.png&amp;diff=12096</id>
		<title>File:Block-User.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Block-User.png&amp;diff=12096"/>
		<updated>2008-12-11T17:28:29Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Block User Radio Button&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Block User Radio Button&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Click-Edit.png&amp;diff=12095</id>
		<title>File:Click-Edit.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Click-Edit.png&amp;diff=12095"/>
		<updated>2008-12-11T17:23:59Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: Edit Button&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Edit Button&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:User-Manager.png&amp;diff=12094</id>
		<title>File:User-Manager.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:User-Manager.png&amp;diff=12094"/>
		<updated>2008-12-11T17:20:24Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: uploaded a new version of &amp;quot;Image:User-Manager.png&amp;quot;: User Manager Icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;User Manager Icon&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Select-User.png&amp;diff=12093</id>
		<title>File:Select-User.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Select-User.png&amp;diff=12093"/>
		<updated>2008-12-11T17:18:32Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:User-Manager.png&amp;diff=12092</id>
		<title>File:User-Manager.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:User-Manager.png&amp;diff=12092"/>
		<updated>2008-12-11T17:17:25Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: User Manager Icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;User Manager Icon&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12091</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12091"/>
		<updated>2008-12-11T17:13:07Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}{{inuse|2 to 3 Days}}&lt;br /&gt;
&lt;br /&gt;
The best method of dealing with a problem user is &#039;&#039;not&#039;&#039; to delete the account.  It is better to simply block them from logging in.  This is true for a few different reasons.&lt;br /&gt;
&lt;br /&gt;
First, it is temporary, so it can be used to suspend rather than ban.  Second, if you are requiring your users to authenticate via email and you are not allowing duplicate email addresses, it will make it slightly more difficult for them to simply recreate their account or create a new account.  &lt;br /&gt;
&lt;br /&gt;
== Blocking Access ==&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12090</id>
		<title>Dealing with a problem user</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Dealing_with_a_problem_user&amp;diff=12090"/>
		<updated>2008-12-11T16:31:52Z</updated>

		<summary type="html">&lt;p&gt;Netguysteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}{{inuse|2 to 3 Days}}&lt;/div&gt;</summary>
		<author><name>Netguysteve</name></author>
	</entry>
</feed>