Shape 5

Joomla Templates => Zoka Transports - Club => : sidearm23 March 28, 2015, 01:34:10 AM



: Redirecting the Create an Account Link
: sidearm23 March 28, 2015, 01:34:10 AM
Hey I have another question regarding the login and registration S5Box.  When you click on the Login button the S5Box pops up and gives the user some options at the bottom as you can see from the picture i attached.  The problem occurs when someone clicks on the Create an account link in this box.  It goes to Joomla's default registration form.  I can make a form using RSForms if I have to redirect it there, but I was hoping there was a way to just redirect that link to the actual create an account S5Box so that everything works uniformly.  If not can you point me in the direction to the code i should delete to remove it so it just isn't available.  I started using firebug and I found the link, but wasn't sure if just deleting it would be ok.

Thanks again.


: Re: Redirecting the Create an Account Link
: jonahh March 31, 2015, 12:53:43 PM
Hello,

This is the default Joomla login module.  You can open this in the admin and there might be an option in there to hide the link.  If not you can remove by opening up the module's php file.

modules\mod_login\tmpl\default.php


: Re: Redirecting the Create an Account Link
: sidearm23 March 31, 2015, 04:54:59 PM
Thanks for your response..I guess I could disable it but I would rather it just close that window and open up the S5Box for creating a login...is there a way to do that instead?

Thanks


: Re: Redirecting the Create an Account Link
: jonahh April 01, 2015, 05:26:14 PM
I'm not sure I follow, you want the create account link to open up the s5box for logging in?


: Re: Redirecting the Create an Account Link
: sidearm23 April 01, 2015, 07:56:08 PM
Yes, instead of the link going to that generic joomla form...i would rather it just evoke the s5box login instead.  I've have been having issues getting the s5box to work with other areas as well.  I was able to add a html link in an article...then when clicked will bring up the box with content i setup.  But I can't figure out how to get the "create an account" link shown in the above image... to basically close the login window and  then open the other create account s5box.

Also wanted to make a menu item go directly to a s5box.  When a user logs in to my site they get a menu item for "make a payment" so they can pay with paypal.  It is a nice form through rsforms i made.  However i would like the user to be able to click that menu bar item and bring up a s5box with the rsform inside it so it looks uniform.  I tried adding a class to the form several ways, i tried adding a class to the module the form uses, and about 1000 other things but am not at a loss.

I appreciate any help you could give on this subject.  I read the tutorial but it just clearly describes the html link method which isn't what I'm going for currently.

Thanks again


: Re: Redirecting the Create an Account Link
: jonahh April 02, 2015, 11:10:57 AM
Oh ok yeah unfortunately with S5 Box you can't open a second S5 Box while a current one is open