Hello,
I work with joomla 5.4.1 and CB 2.11.
When a user try to register, CB tries to go load /component/comprofiler/saveregisters which doesn't exist, so the home page of my website is displayed.
On the CB Login module, I can set the redirection for a user who succeed in logging in, but in the other case, I don't understand how to set the redirection, and how to display some messages like “Your password is incorrect. Please try again.”
“Your email address has been validated. You will soon receive an email to log in.”
“A validation email has been sent to you. Please check your inbox.”
That page does exist so no you should not be being redirected to your home page. It has no menu item associated with it because you're not meeting the requirement of having a published and public Joomla menu item to CBs profile page, which is used as a fallback menu item for any internal endpoint. Once you've fixed that it should display fine.
This should've already been created for you on first install of CB under the Community Builder menu type and should be named "CB Profile", which you can of course rename, but it still must exist as public and published. Profile access itself is configured in CB > Configuration > User Profile.
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.
I wanted the access to the CB profile item menu to be possible only for registered, authors and admins but not for guests, under a "My Account" menu parent => that was the origin of my problem.
So, I moved the CB profile item menu to a hidden menu, set it for Public access, and created an alias below "My Account", keeping it visible for registered, authors and admins.
Now it perfectly works, thanks to you !!