I am having a problem with the following code from the mod_cblogin.php. Everything operates fine , however, when the output is displayed, the "Remember me" text and the checkbox are on separate lines
Starting at line 815.
if ( $jVersion == 2 ) {
if ( ! $horizontal ) {
echo '<p id="form-login-remember">';
}
echo $remLabel;
echo $remInput;
if ( ! $horizontal ) {
echo '</p>';
}
I have Joomla 3.1x
Community Builder 1.9
Flexistrap 1.0 Template
I have tried various fixes that have not worked.
This happened when I selected the CBLogin Module Option Tab setting of "Horizontal" for the "Module Orientation".
The same thing does not happen with the "Vetical" setting.
The selection of the "Displey type" setting of "Compact" or "Default" did not have an effect.
Using Chrome or Firefox with Firebug right click and inspect the checkbox or the Remember me text. You likely have some CSS conflicting and causing the checkbox or the text to display as a block element. The login module has been completely rewritten to Joomla MVC with next release so any HTML changes you make now will be irrelevant in next release.
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.