Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

T&C open in the same browser window

  • carin
  • carin
  • OFFLINE
  • Posts: 417
  • Thanks: 18
  • Karma: 0
11 years 1 month ago - 11 years 1 month ago #233765 by carin
Is this a bug? When a user clicks T&C on my registration form it opens in the same browser window and therefore the user dont know where his form is gone ... this is at first really bad usability and second when the user is clever and patient enough to hit the back button the password and captche entries are gone.

Is there a solution to this problem like Joomlas modal popup?

Cheers

CB 2.0
Last edit: 11 years 1 month ago by carin.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago - 11 years 1 month ago #233781 by krileon
Replied by krileon on topic T&C open in the same browser window
It should be opening in a different window. Using Chrome or Firebug for Firefox right click and inspect the link. It should have target="_blank" on it. However, your issue could be due to the below bug.

forge.joomlapolis.com/issues/4232

Quickfix for the above bug can be found in the below topic.

www.joomlapolis.com/forum/153-professional-member-support/222572-popup-the-termsnutzungsbedingungen-during-registration#233393

The above topic also mentions an extension you can use to make it popup in a modal window (modals feature from nonumbers? never tried it, but use above is using it fine after the fix).


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.
Last edit: 11 years 1 month ago by krileon.

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

  • carin
  • carin
  • OFFLINE
  • Posts: 417
  • Thanks: 18
  • Karma: 0
11 years 1 month ago #233823 by carin
Replied by carin on topic T&C open in the same browser window
Thanks. In the meantime I added some fields to my reg form and now the terms come with target="_BLANK" - very strange. That _BLANK is not ideal but works for now.

The Nonumber extension does not work because I am not able to add a CSS class to the T&C link. Hence a Feature Request: additional field in the CB options: CSS class for the T&C link

IMHO it is a bug that CB makes the T&C link an external one by adding http://domain in front of it. That link should stay an internal one I'd say.

CB 2.0

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago #233825 by krileon
Replied by krileon on topic T&C open in the same browser window
You don't have to add http. Just make it relative and begin your URL with index.php. There's no bug in CB regarding terms and conditions aside from bad HTML format. The terms and conditions string is a language string so you can replace its entire usage and add whatever you like. Example as follows.

Original:
Code:
DEFINE('_UE_TOC_LINK','Accept %sTerms and Conditions%s');

Modified:
Code:
DEFINE('_UE_TOC_LINK','Accept <a href="MY_URL_HERE" class="popup">Terms and Conditions</a>');


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.

  • carin
  • carin
  • OFFLINE
  • Posts: 417
  • Thanks: 18
  • Karma: 0
11 years 1 month ago #233835 by carin
Replied by carin on topic T&C open in the same browser window
That looks good, I just cant find the CB language files nor does the Joomla "language override search" find any lang string of CB. So I cant use the native Joomla "language override". How does the language override work with CB?

CB 2.0

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago #233895 by krileon
Replied by krileon on topic T&C open in the same browser window
Please see your documentation available for download in the Advanced downloads section for CB language string usage.


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.

Moderators: beatnantkrileon
Powered by Kunena Forum