Topic-icon Predefined text for Facebook Share and Twitter Tweet.

Active Subscriptions:

None
12 years 4 months ago - 12 years 4 months ago #40452 by none
It is put into a CB field (by JFBconnect) and after we have a custom script which reads the data (date) out and decides on the member's subscription level.
To be honest I would be happy with a simple format like "07/06/13" (dd/mm/yy - UK format) and that's it.
Last edit: 12 years 4 months ago by none.
The topic has been locked.
Support Specialist
12 years 4 months ago #40457 by alzander
Thanks for the feedback. My guess is that we'd use the standard Joomla date string formatting for that value. It allows us to get a localized format. Once we have that, it should also be import-able into any of the 3rd party profile extensions (CB, JomSocial, etc) that support date fields as well.

Glad we could get you going with this. Should you need anything else, just let me know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

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

None
12 years 4 months ago #40459 by none
Thanks Alex, that's all. I cant wait for the new version of jfbconnect. I already posted my 5 star feedback on JED.
The topic has been locked.
Active Subscriptions:

None
12 years 4 months ago #40460 by none
Sorry Alex. One more thing you can do. The "Registration" button in JFBconnect module is broken. I dont know why. Do you have any idea why?
Please check my test website: reloaded.vinnumber.info/en/

Thanks
The topic has been locked.
Support Specialist
12 years 4 months ago #40467 by alzander
Can you explain what you mean by the Registration button is broken? On the page you linked to, I clicked the Register button in the SCLogin module and was brought to:
reloaded.vinnumber.info/en/component/comprofiler/registers.html

That seems correct to me. What is happening for you?

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

None
12 years 4 months ago #40482 by none
Hi Alex. I meant the button itself not the link. It should be blue or grey? It is white now. How can I change this in the css?

Thanks
The topic has been locked.
Support Specialist
12 years 4 months ago #40511 by alzander
The button text color is white because of this line in your reloaded.vinnumber.info/templates/rt_fresco/css/games-a.css file:
.button, .readon, .readmore, .validate, .box1 a.readon:hover, #member-profile a, #member-registration a, .formelm-buttons button, body .btn-primary, body .btn {
background-color: #6289FC;
color: #fff !important;
That's forcing the color to be white.

I'd recommend removing the !important part of that statement. Otherwise, you can add a new style to your CSS to override that, like:
.sourcecoast a.btn {
color: black !important;
}
That starts to get confusing as far as which style will be used though.

I hope that helps,
Alex
The topic has been locked.