For my installation we do not want to allow new registrations unless they are members of our organization. So we would like to hide the registration links on the site, and send our members to the registration link when the time comes. I know how to remove the register link in layout.tpl. I also removed this line of code from the quicklogin.tpl in my template: Code: <br /> <a href="userjoin.php">{$smarty.const.LANG_USER_NEED_TO_REGISTER}</a> How can I remove/hide the register link on the login.php page as well? I am not trying to disable registration, I am just trying to hide it from the general public.
Got it. For those following go here: YOUR TEMPLATE> user> userlogin.tpl around line: #33 Remove this code: <a href="userjoin.php">{$smarty.const.LANG_USER_NEED_TO_REGISTER}</a>