-
AuthorPosts
-
eddierio Friend
eddierio
- Join date:
- February 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 10
- Thanked:
- 1 times in 1 posts
February 11, 2011 at 10:10 pm #160070Do I need to make any changes on this module in order to work properly? After typing the new user information and clicking on “create an account” button, the page changes to the login page instead of showing the default message (please verified your email, bla bla bla), also after checking in the admin backend, no account has been created.
Thanks.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 12, 2011 at 8:20 am #376326I ve checked, the account is created, and you must enable it in admin. Please check.
eddierio Friendeddierio
- Join date:
- February 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 10
- Thanked:
- 1 times in 1 posts
February 12, 2011 at 1:10 pm #376379Hi Hungnd,
If I use the create an account from create1.jpg, it work fine because is using the default joomla registration form.
But the create an accoount from create2.jpg (that is using your custom form) doesn’t work, I believe the code is not right.-
Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 12, 2011 at 1:12 pm #376380Are you using Joomla 1.6 or 1.5?
eddierio Friendeddierio
- Join date:
- February 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 10
- Thanked:
- 1 times in 1 posts
February 12, 2011 at 1:40 pm #376382Joomla 1.6
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 12, 2011 at 2:02 pm #376387It seems you are correct, on my system no user is created in J1.6 when using the JA Login module. I have checked all the permissions but the standard create an account works, it is just this module that does not appear to function. I will create a bug report.
eddierio Friendeddierio
- Join date:
- February 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 10
- Thanked:
- 1 times in 1 posts
February 15, 2011 at 4:13 am #376721Any news about this problem?
ThanksNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 15, 2011 at 7:16 am #376737ok I thought it was j.15. I confirm this bug and have created a report to our devs, you can track at this link:
http://pm.joomlart.com/browse/JATCCOMMUNITYPLUSJIVI-401 user says Thank You to Ninja Lead for this useful post
eddierio Friendeddierio
- Join date:
- February 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 10
- Thanked:
- 1 times in 1 posts
February 17, 2011 at 5:29 pm #377192bump
Any news?Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 17, 2011 at 6:15 pm #377194Please keep an eye on the link above and you will be able to see when it has been fixed.
eddierio Friendeddierio
- Join date:
- February 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 10
- Thanked:
- 1 times in 1 posts
February 17, 2011 at 10:34 pm #377223It has been a couple of days and there aren’t any activities. How long you guys normally take to fix a bug?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 17, 2011 at 11:02 pm #377227Some bugs are fixed very quickly by JA while others can take a while. I think it is particularly busy at JA at the moment what with them recently returning from holiday and the huge workload bought about by the recent J1.6 release and all that entails.
February 18, 2011 at 3:49 pm #377390It also appears to me that the JA login module for 1.6 does not remove the “Create an Account” button when joomla has “Allow User Registration” set to No.
eddierio Friendeddierio
- Join date:
- February 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 10
- Thanked:
- 1 times in 1 posts
February 19, 2011 at 5:57 pm #377485Maybe this is the reason?
Joomla Register Button code = <button class=”validate” type=”submit”>Register</button>
Ja Community Create an Account code = <button type=”submit” class=”button validate”>Create an account</button>
However, I edit all php files and was unable to change the code.
How can I edit the main page? When I go to the back end, unlike the default joomla templates, it’s not possible to edit this template (see attachments).
Thanks-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 21, 2011 at 4:23 am #377644<em>@eddierio 222540 wrote:</em><blockquote>Maybe this is the reason?
Joomla Register Button code = <button class=”validate” type=”submit”>Register</button>
Ja Community Create an Account code = <button type=”submit” class=”button validate”>Create an account</button>
However, I edit all php files and was unable to change the code.
How can I edit the main page? When I go to the back end, unlike the default joomla templates, it’s not possible to edit this template (see attachments).
Thanks</blockquote>Yes, it is different from default joomla templates, jat3 templates have different structure, the file you need to edit is:
templatesja_community_plushtmlmod_jalogindefault.php -
AuthorPosts
This topic contains 20 replies, has 8 voices, and was last updated by magicworks 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum