Topic-icon SCLogin integrated with JFBConnect & Community Builder

Support Specialist
That's great to hear! If you need anything else, let us know, and we'll help how we can.

Alex
The topic has been locked.
Active Subscriptions:

None
Mistery.....

I have inserted this code with a text, and it worked for a time...

echo "{JFBCLogin text=También te puedes registrate usando:}"; //linea añadida por JACOBO segun www.sourcecoast.com/jfbconnect/docs/thir...or-community-builder
echo HTML_comprofiler::_cbTemplateRender( $cbTemplate, $user, 'RegisterForm', 'drawProfile', array( &$user, $tabcontent, $regFormTag, $introMessage, _LOGIN_REGISTER_TITLE, _REGISTER_TITLE, _UE_REGISTER, $moduleContent, $topIcons, $bottomIcons, $conclusionMessage, $formatting ), $output );

, and then.... the text doesn't shows but the logos are still shown:
www.cnomys.es/component/comprofiler/registers

Any idea?
The topic has been locked.
Support Specialist
I'm not sure why the text wouldn't be displaying. The only thing I can think to recommend is updating the string to something without any 'special' characters (UTF-8) or even the colon, just to test, like:
{JFBCLogin text=Test}
If that works, try to build it up from there and see where it breaks. Just let us know, and we'll go from there to help get things fixed.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
And that's an example of what I call "Instinct"!!!! It looks that yes, it is a UTF-8 problem somewhere.
And I am afraid that can be related with the problems I am having with the CBJUICE to upload some users with accents. But what I still don't know is where to change/solve this!
The topic has been locked.
Support Specialist
If you're seeing the issue in multiple extensions, it's likely your database's character encoding. There are multiple ways to update the tables in your database to UTF8 ranging from using the command line MySql tool to something like Akeeba Admin Tools (I think maybe only the pro version does this).

I hope that helps get you started, but if not, or you have any other questions, just let me know.

Thanks,
Alex
The topic has been locked.