I´ve got a menu item: Login form. After login I would like to be redirected to another page with another style and there will be another menu on the site. I read that i have to create a new module (CB LOGIN) and there I can indicate which page to be redirected but I have this problem:
where can i put the CB Login? If i put in a position i see twice the cb login and I just want one.i see the one for the menu item type (CB Login).
Should i hide? IS there another method to indicate the url to be redirected?
First login redirect can be configured in CB > Configuration > Registration using "First Login Redirect". This only applies to first login. After that all login redirects will use whatever you've supplied in your CB Login module in Content > Site Modules under its "Login Options" tab in "Login Redirection URL".
CBs login page just renders the first accessible CB Login Module so it'll use whatever parameters you've configured in your login module. As for having login module and login page bother rendering that's up to you. You can simply exclude the module from your login menu item if you like.
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.
So I imagine that the solution is creating a page of type: Login form. and in this page I must put a module CB Login and display: none. I thougth it would be possible to have a redirect in the Login form page without the module(it won´t be displayed).
Yes, if you want the login page to have a different redirect behavior from your regular login module. The login page will always pick the first available login module though so that's generally the first login module you've created.
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.