|
Thursday, 18 September 2008 |
#41 - Create a page with the Login moduleA recent dilemma we had was how to make it easier for users of a Joomla site to login, without having to use the Joomla Login module. Sometimes, the Login module can get lost within your content such that users might get confused, and you'd want to create a Login page which only contains the Login form.
Fortunately, this is again very easy to do once you know how :) You just need to create a link to the following address. This is the Joomla component which handles login / logout, and linking directly to will take you to a page which contains the Login Component. The Login module simply makes this component available through a Joomla module, to enable you to put a Login box. Joomla 1.0: index.php?option=com_login DART Creations Login page: http://www.dart-creations.com/index.php?option=com_login Joomla 1.5: index.php?option=com_user&view=login DART Creations Demo: http://joomla15demo.dart-creations.com/index.php?option=com_user&view=login You can create the link in the menu, or somewhere which is very visible to make it easier for your users to login. Also note that clicking on this link when you are logged in, gives you the option to logout.
|
|
Last Updated ( Monday, 27 April 2009 )
|