Skip to Content Skip to Menu

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

[SOLVED] Using CB Triggers or Auto Actions to force users to complete their profile

10 years 11 months ago - 10 years 10 months ago #238008 by hectoritobh
Hi,

I have installed CB Progress Field, so that users are re-directed to the Profile edit page if they haven't completed all fields (besides the basic ones asked at registration).

The problem is that users can navigate away from this page without completing their profile. And it is critical that this doesn't happen in our site.

I found this video tutorial from Joomlapolis showing how to focr users to complete their profile using CB Triggers and CB Progress Field:


However, I simply cannot find CB Triggers. I went through every single plugin in the Developers downloads area and it is not there.

Can you please let me know where I can find it?

If it is not available or not maintained anymore, is there a way I could use CB Auto Actions to force users to complete their profile, before they navigate away from the profile edit page?

Thanks!
Hector
Last edit: 10 years 10 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48475
  • Thanks: 8281
  • Karma: 1443
10 years 11 months ago #238029 by krileon
CB Triggers doesn't exist anymore.

If it is not available or not maintained anymore, is there a way I could use CB Auto Actions to force users to complete their profile, before they navigate away from the profile edit page?

No.


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.

10 years 11 months ago #238033 by hectoritobh
Please add the ability to force a user to complete his /her profile to the wishlist of new features.

It is a really necessary option for community sites. In fact, there have been a number of forum enquiries about this.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48475
  • Thanks: 8281
  • Karma: 1443
10 years 11 months ago #238038 by krileon

Please add the ability to force a user to complete his /her profile to the wishlist of new features.

There is no way to do this properly. It would require site wide hijacking which completely messes up navigation/routing and is the reason CB Triggers and this feature were discontinued. We've no plans to implement it now or in the future.

You're welcome to develop something like this your self though. It requires a Joomla system plugin to act directly after the router before the renderer that checks for incomplete fields then redirects, but there are a lot of situations where this will completely mess up the users experience and lock them out of the site due to infinite access loops.

It is a really necessary option for community sites. In fact, there have been a number of forum enquiries about this.

Ask what you need from a user during registration.


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.

10 years 10 months ago #238049 by hectoritobh
Hi Kyle,

Understood, thank you for explaining the complexities of this.

As a last attempt, would it be possible to hide one menu item if the user's profile is not 100% complete? (In this way, users with an incomplete profile would not be able to browse other users profiles until their is fully complete)

ps. We cannot ask for all the details at the time of user registration, since it would simply put them off.

Thanks,
Hector

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48475
  • Thanks: 8281
  • Karma: 1443
10 years 10 months ago #238077 by krileon

As a last attempt, would it be possible to hide one menu item if the user's profile is not 100% complete? (In this way, users with an incomplete profile would not be able to browse other users profiles until their is fully complete)

No, CB Auto Actions can't stop access to URLs or Joomla menu links. To do anything of the sort requires a Joomla system plugin that acts on the router. I suppose your best option is to try and condition the CB Progress Field in a Redirect after on the after login trigger and redirect them to profile edit. This way they'll be sent to profile edit with every login if CB Progress Field is not equal to 100 ([FIELD_NAME] should give the raw progress value).


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