Create a separate login page for joomla





1. Create a Menu item (Eg: Login Here) and put the following link.
<a href="<?php echo $this->baseurl; ?>/index.php?option=com_user&view=login">

Another Method

Create a static/article page called Login or what ever you want.

Create a new module postion, called login or login2

Now go to modules and select the Login module and place it in postion "login" and publish.

Add the following code to your new login page {mosloadpostion login}(for 1.0.15) or for 1.5.x {loadposition login}

Now you can add what ever text, deals, offers to your login page to catch your members attention before they login

site visitor