ajax registration - numerous issues
- Saka
-
- Offline
- Administrator
-
14 years 7 months ago #5674
by Saka
Emir Sakic
www.sakic.net
Hello,
1. It's because of your template. You can add the fixed width to the divs, add bold line: www.missionenglish.com/components/com_aj...ets/css/validate.css
div.ar_right {
height: 42px;
float: left;
width: 380px;
}
2. You can adjust its size in the same CSS file.
3. Not sure why, In the worst case you can put it outside the div. If that's the big problem send the FTP info to me and I will experiment a bit.
4. You don't access ajax register using its own menu link. You access it with regular Joomla registration link:
www.missionenglish.com/index.php?option=com_user&task=register
Then the language strings are correct.
1. It's because of your template. You can add the fixed width to the divs, add bold line: www.missionenglish.com/components/com_aj...ets/css/validate.css
div.ar_right {
height: 42px;
float: left;
width: 380px;
}
2. You can adjust its size in the same CSS file.
3. Not sure why, In the worst case you can put it outside the div. If that's the big problem send the FTP info to me and I will experiment a bit.
4. You don't access ajax register using its own menu link. You access it with regular Joomla registration link:
www.missionenglish.com/index.php?option=com_user&task=register
Then the language strings are correct.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- simon.mellorclark
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
14 years 7 months ago #5675
by simon.mellorclark
Thanks very much indeed for such a quick reply. I'll try this and let you know.
Please Log in or Create an account to join the conversation.
- simon.mellorclark
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
14 years 7 months ago #5679
by simon.mellorclark
Hi
I've tried increasing the width (first 380 then 500) but the ajax checks still show below the line. Any ideas? It's a shame cause it really doesn't look very good.
I put the regular joomla registration menu link but I still get REGISTER_REQUIRED
I've tried increasing the width (first 380 then 500) but the ajax checks still show below the line. Any ideas? It's a shame cause it really doesn't look very good.
I put the regular joomla registration menu link but I still get REGISTER_REQUIRED
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
14 years 7 months ago - 14 years 7 months ago #5682
by Saka
Emir Sakic
www.sakic.net
Please send the admin password and FTP info to me on mail and I will have a look on that.
You did not! Try this link: www.missionenglish.com/index.php?option=com_user&task=register and you will see there is NO REGISTER_REQUIRED.I put the regular joomla registration menu link but I still get REGISTER_REQUIRED
Emir Sakic
www.sakic.net
Last Edit: 14 years 7 months ago by Saka.
Please Log in or Create an account to join the conversation.
- mark
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
14 years 5 months ago #5806
by mark
Hi,
How did you go about getting your registration form to have a T&C's check box and first & last name on the form please?
www.missionenglish.com/index.php?option=com_user&task=register ?
I'm using AJAX, and trying to do the same, I'd rather use a check box they have to tick to submit than using the disclaimer box.
Registration form on my site: www.g2gcommunities.org/index.php?option=com_user&task=register
Regards,
Mark.
How did you go about getting your registration form to have a T&C's check box and first & last name on the form please?
www.missionenglish.com/index.php?option=com_user&task=register ?
I'm using AJAX, and trying to do the same, I'd rather use a check box they have to tick to submit than using the disclaimer box.
Registration form on my site: www.g2gcommunities.org/index.php?option=com_user&task=register
Regards,
Mark.
Please Log in or Create an account to join the conversation.
- mark
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
14 years 5 months ago #5807
by mark
Forget that, found the default.php page and moving a few things around, hopefully I don't break owt

Please Log in or Create an account to join the conversation.