Skip to Content Skip to Menu

CB Login - Attributes error not valid

  • brimberry
  • brimberry
  • OFFLINE
  • Posts: 14
  • Thanks: 0
  • Karma: 0
13 years 6 months ago - 13 years 6 months ago #159788 by brimberry
CB Login - Attributes error not valid was created by brimberry
Hi guys,

in CB Login I have found an attribute error that is not w3c valid html.

In Line:
1403 - 1405
Code:
echo '<form action="'.$loginPost.'" method="post" id="' . $idFormLogin . '" class="cbLoginForm"'; echo 'style="margin:0px;">'."\n";

Must change into:
Code:
echo '<form action="'.$loginPost.'" method="post" id="' . $idFormLogin . '" class="cbLoginForm"'; echo ' style="margin:0px;">'."\n";

In the line with the style attribute is missing before a space.

brimberry
Last edit: 13 years 6 months ago by brimberry.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
13 years 6 months ago #159868 by krileon
Replied by krileon on topic Re: CB Login - Attributes error not valid
Please ensure are using CB 1.4s login module. Lines 1403-1405 do not exist.


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.

  • brimberry
  • brimberry
  • OFFLINE
  • Posts: 14
  • Thanks: 0
  • Karma: 0
13 years 6 months ago #159906 by brimberry
Replied by brimberry on topic Re: CB Login - Attributes error not valid
I dont know why, but every two lines has my file code

i mean line 709-710

brimberry

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
13 years 6 months ago #159907 by krileon
Replied by krileon on topic Re: CB Login - Attributes error not valid
Confirmed fixed already in CB 1.4, please ensure have upgraded to CB 1.4 and if so please ensure you also upgraded its modules.


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.

  • brimberry
  • brimberry
  • OFFLINE
  • Posts: 14
  • Thanks: 0
  • Karma: 0
13 years 6 months ago - 13 years 6 months ago #159927 by brimberry
Replied by brimberry on topic Re: CB Login - Attributes error not valid
On my Joomla is running CB 1.4. In the current package from this page are in the File mod_cblogin.php following Information:
Code:
/** * Community builder Login Module 1.2 RC 3 * $Id: mod_cblogin.php 1452 2011-02-13 19:58:25Z beat $ * * @version 1.2 * @package Community Builder 1.2 extensions * @copyright (C) 2004-2011 Beat & JoomlaJoe & parts 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2 * * Credits to: Jeffrey Randall for initial implementation of avatar, and * to Antony Ventouris for the PMS integration (he also added the cool animated image) */

Is the file in the package maybe not updated?

brimberry
Last edit: 13 years 6 months ago by brimberry.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
13 years 6 months ago #159996 by krileon
Replied by krileon on topic Re: CB Login - Attributes error not valid
I see, this is resolved already on SVN for next release. I was reviewing SVN release and not 1.4. :blush:


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