Shape 5

Joomla Templates => TheClassifieds - Club => : Woodzy March 05, 2015, 03:06:56 PM



: Modify Login Menu
: Woodzy March 05, 2015, 03:06:56 PM
The registration/login functionality is a little confusing to me.
How can I either disable the vertex 'create an account' function or redirect it to the same registration form as the register button?
The "register" button sends users directly to a registration function that works, while the login button opens a form which contains a link to 'create an account'.
The form that opens after clicking that link, does not work. (captcha problem)
If I remove the login-text in vertex, then the entire button disappears and login is no longer available.
I need a work around for this, please.
I would like to either redirect the create an account link to go the same form as the register button, or disable the 'create an account' listing on the related form or better yet, have only one button that does everything that the login/form can do, correctly.

Thanks
http://woodlandsmarketplace.com





: Re: Modify Login Menu
: mikenicoll March 07, 2015, 12:48:44 AM
Hello,

In the Template Manager you can specify URL redirect fields for both Login/Register if you want to use the default forms instead. The only other way to disable this link would be to either

a) Disable User Registration in the Global Configuration
b) Add this to the custom.css which will remove all the links.

:
#login-form ul {display:none}