Shape 5

Joomla Templates => Risen Hope - Club => : gallagtj September 20, 2016, 11:15:44 AM



: s5_Register & box Popup
: gallagtj September 20, 2016, 11:15:44 AM
I have set up an article with text and inserted the S5_Register module as an alternative to a box popup.  This works fine.

If I use the template Login, Logout and Register setting. This works fine.

What I would like to have is pre text to tell people what to do when registering i.e. how many characters and form of password etc. but to do This I seem to understand I would need to modify the Joomla login module, so I took the embedded module in an article route.

Article pretext
{loadmodule mod_s5_register,Register}

I have tried publishing the s5_register module to the s5_box9 position but this seems wrong as well

However what I would really like is for the s5_box to popup from a link in the article when pressing a "register button" or an easy way of adding pretext before registration telling people what to do.

Can you please let me know if this is possible and give a brief explanation to point me in the right direction.

Many thanks


: Re: s5_Register & box Popup
: mikek September 20, 2016, 06:34:29 PM
Hello,

I am sorry I am not totally sure what you are trying to do. This {loadmodule mod_s5_register,Register} would not load the register module or the s5 box popup. That's for calling modules in an article; which I highly recommend not doing as that method has a history of issues.

If you just want a link in an article that opens the s5box with the register position open this would do that:

<a class="s5box_register">Click Me[/url]


: Re: s5_Register & box Popup
: gallagtj September 21, 2016, 04:43:49 PM
I have the popup working OK without a Capture, when the Capture is set in the module options it does not show a box just a blue symbol with a ? and a data entry field.

The only other capture on the site is a breezing form send message form with a ReCapture using public/private keys which works OK.

I have tried the Global config capture on and off but it makes no difference.

So I am not sure if there is a conflict here. 

Thanks


: Re: s5_Register & box Popup
: mikek September 21, 2016, 06:23:43 PM
Hello,

Please post a url.


: Re: s5_Register & box Popup
: gallagtj September 22, 2016, 02:46:42 AM
http://www.lodgeofunity69.org.uk/index.php?option=com_content&view=article&id=57

This is with Captcha turn on in Register


: Re: s5_Register & box Popup
: mikek September 22, 2016, 06:18:03 PM
Hello,

Your site is producing a forbidden error when trying to access the security image. You can see that by loading the following url:

http://www.lodgeofunity69.org.uk/modules/mod_s5_register/captcha/CaptchaSecurityImages.php

That file must be able to run. Do you have any kind of custom htaccess settings or anything on the server that would prevent access to the "modules" folder?


: Re: s5_Register & box Popup
: gallagtj September 23, 2016, 03:22:57 AM
I have fixed the problem by allowing access to the .php in my .htaccess

Is it possible to change the link <a class="s5box_register">Click Here To Register[/url]

Into an S5_Register register button.

Many thanks