I am trying to find a way to modify the english.php file so that either an unregistered site visitor or a registered user not logged in is presented with at least a link to login/register. As it stands they just receive this messages and must then decide where to go and find the login. The following are the lines from english.php
DEFINE('_NOT_AUTH','You are not authorised to view this resource.');
DEFINE('_DO_LOGIN','You need to login.');
My ideal option would be to publish the login module to this page which also has the register link but another option would be to add some text and a link to index.php?option=com_comprofiler&task=registers.
This would take them directly to the registration page that also has a login module published.