Skip to Content Skip to Menu

[SOLVED] Login Module on sidebar of registration page

  • cjmicro
  • cjmicro
  • OFFLINE
  • Posts: 147
  • Thanks: 11
  • Karma: 1
10 years 5 months ago - 10 years 5 months ago #244817 by cjmicro
I know i can include login on registration page, but it puts it above the registration. I have a nice login module on sidebar which I would like to show up on the registration page, as a default. Is there any way I can revise the default registration page to show this module (some components redirect to registration page so just doing it on a "menu assignment" is not enough).

Thank you,
Cheryl
Last edit: 10 years 5 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 5 months ago #244819 by krileon
Replied by krileon on topic Login Module on sidebar of registration page
It should be directly to the left of the registration display. If it's not there could be a CSS conflict breaking its styling. I suggest right clicking in Chrome or Firefox and inspecting the CSS for the login on registration display to see if there's a conflict. I can't really suggest anything further without a URL to the issue.


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.

  • cjmicro
  • cjmicro
  • OFFLINE
  • Posts: 147
  • Thanks: 11
  • Karma: 1
10 years 5 months ago #244820 by cjmicro
Replied by cjmicro on topic Login Module on sidebar of registration page
www.retiredracehorseproject.org/component/comprofiler/registers

I found some code but couldn't quite figure out where it came from, so if you can look that would be great. Thank you! I'd prefer it's on the right and would prefer module styling from my template, but I guess I can't have everything at the flip of a switch... LOL

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 5 months ago #244822 by krileon
Replied by krileon on topic Login Module on sidebar of registration page
Doesn't seam like login is enabled on registration. This is done within CB > Configuration > Registration. CB has no control over where/how your modules render so if you want it as a module you'll need to assign the login module to your CB registration menu link.


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.

  • cjmicro
  • cjmicro
  • OFFLINE
  • Posts: 147
  • Thanks: 11
  • Karma: 1
10 years 5 months ago #244823 by cjmicro
Replied by cjmicro on topic Login Module on sidebar of registration page
ugh, so sorry, i turned it off, but it's back on now.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 5 months ago #244824 by krileon
Replied by krileon on topic Login Module on sidebar of registration page
Ah, yeah that's a bug in CB Bootstrap (fixed in CB 2.0). It's missing CSS for that display. Add the below CSS to the bottom of your Joomla template CSS file to resolve it.

Code:
#cb_comp_login { display: inline-block; vertical-align: top; width: 200px; } #cb_comp_register { display: inline-block; vertical-align: top; }


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