Skip to Content Skip to Menu

[#5288] Please enter the same value again

  • statstaff
  • statstaff
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
9 years 5 months ago #264641 by statstaff
Replied by statstaff on topic Please enter the same value again
Hello,
I am not a IT person, but a doctor, so sometimes I cannot understand something, Sorry.
I already turned off Joomla registration as Nick said in tutorials. Can you explains step by step how can I turn off inline registration? And fix JQuery? Thank you.

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

  • statstaff
  • statstaff
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
9 years 5 months ago #264647 by statstaff
Replied by statstaff on topic Please enter the same value again
Hi Nick, did you get screenshots? Thank you.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 5 months ago #264656 by krileon
Replied by krileon on topic Please enter the same value again
I don't know how to turn off the inline Joomla registration as I don't know where it's coming from. My best guess is it's a feature in your Joomla template. Try asking your template developer about it as they may know where it's coming from.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

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

  • statstaff
  • statstaff
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
9 years 5 months ago #264692 by statstaff
Replied by statstaff on topic Please enter the same value again
Hello Kyle,
I put my question on Forum about template.
I found this in Google, what do you think:
Please Enter the same Value again "verify password Issue"





This issue because of J Query Validation issue in Joomla Community plus template with Community builder
Step To Fix the issue

•we have to check the Jquery valiadation using Java script
•Open the Cb.validator.php file in Joomla
•File Location ==>administrator/components/com_comprofiler/library/cb
•File Name ==>Cb.validator.php
•Add the Following script in top of the cb.validator.php File

<script>


$(document).ready(function() {

// Override default error message

jQuery.validator.messages.required = "";




// Override generation of error label

$("#form").validate({

errorPlacement: function(error, element) {},

});

}

</script>







•Save the changes and test.

That's it . Now check with that Registration . Enjoyyyyy

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 5 months ago #264696 by krileon
Replied by krileon on topic Please enter the same value again
The issue is not the validation code. The issue is you have 2 registration forms with the same input IDs rendering on the same page. Don't alter the validation code; you need to fix the cause not the symptom of the problem.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

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

  • statstaff
  • statstaff
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
9 years 5 months ago #264698 by statstaff
Replied by statstaff on topic Please enter the same value again
Ok,
I turned off any possible registration forms from my site. Still not working. If I turned off password Walid at ion from password field, I can register, but...

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

Moderators: beatnantkrileon
Powered by Kunena Forum