Topic-icon v5.1.2 bug?

Active Subscriptions:

None
12 years 8 months ago #37266 by lightstyle
v5.1.2 bug? was created by lightstyle
Hi team,

Had configured JFBConnect v5.1.1 perfectely this week and after manually downloading, installing and running auto tune on JFBConnect v5.1.2 all the green/red buttons disappeared. The text/link remained and while the mouse pointer did not change when placed over a link the yes/no still worked ok. The bad thing is that I couldn't tell the current status of each choice.

Quick solution was to restore a backup and stay with JFBConnect v5.1.1 untill JFBConnect v5.1.2 is ok. Please check attached print screen.

Cheers,
Andre

File Attachment:
The topic has been locked.
Support Specialist
12 years 8 months ago #37272 by alzander
Replied by alzander on topic v5.1.2 bug?
There were some changes in the admin area and front-end that deal with how we load jQuery and other Javascript. However, we haven't heard of this issue before.

If you re-install again, please clear your Joomla cache and your browser cache. Also, you may want to log out of the admin area and back in again, though that shouldn't be necessary.

If that still doesn't work, if possible, please send us a Private Message with admin credentials and we'll gladly investigate further as to what's going wrong. You can PM me by clicking the mail icon under my picture to the left.

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

None
12 years 8 months ago #37298 by haibar
Replied by haibar on topic v5.1.2 bug?
I also upgraded and now Facebook doesn't work. A little window pops up, but nothing happens. Also, autologin (probably from same problem) doesn't work.

Our site is drinkedin.net and you'll find our login right there in the JomSocial hero area.
The topic has been locked.
Support Specialist
12 years 8 months ago #37303 by alzander
Replied by alzander on topic v5.1.2 bug?
Haibar,
The updates in JFBConnect v5.1.2 changed how our jQuery library loads and makes it specific to JFBConnect. That means that there will not be a generic version of jQuery loaded on every page of your site from JFBConnect that other extensions can use.

Looking at your code, you have the following on your JomSocial home page:
<script type="text/javascript" src="http://cdn.drinkedin.net/templates/ireview2/js/template-ck.js"></script>
<script>
(function($) {
	$(document).ready(function() {
						$(".mobile-menu-toggle.mainmenu").mMenu(480, 'Menu');
				$(".mobile-menu-toggle.review-menu").mMenu(480, 'Menu');
				$(".mobile-menu-toggle.misc").mMenu(480, 'Menu');
				$(".mobile-menu-toggle.jomsocial").mMenu(480, 'Menu');
				$(".mobile-menu-toggle.popularcities").mMenu(480, 'Menu');
				$(".mobile-menu-toggle.popular-cities").mMenu(480, 'Menu');
				$(".mobile-menu-toggle.topmenu").mMenu(480, 'Menu');
			});
})(jQuery);
</script>
That code is expecting jQuery to be loaded, but it's not loaded on that page. You'll need to enable jQuery in your template or wherever else is calling the menu Javascript code above to make sure that code executes. Right now, that code is throwing a Javascript error that is preventing other Javascript from functioning.

I hope that explains, but if you have any other questions, just let me know.

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

None
12 years 8 months ago #37398 by lightstyle
Replied by lightstyle on topic v5.1.2 bug?
Hi Alex,

I updated Joomla from 2.5.11 to 2.5.14 and re installed JFB 5.1.2 and its all good now. Maybe the issue was related to Joomla 2.5.11...Awesome component, dealing with Facebook has never been so pleasant.

Thanks,
Andre
The topic has been locked.
Support Specialist
12 years 8 months ago #37400 by alzander
Replied by alzander on topic v5.1.2 bug?
Andre,
Glad to hear you got it going. Really not sure what happened there. Shouldn't be a 2.5.11 thing, honestly. We test on 2.5.5 and above (not all sub-releases, but enough to have a good idea that earlier than the latest shouldn't be a problem). Either way though, it's going, and that's what matters.

As always though, should you have any questions, comments or other suggestions, just let us know. And thanks for the compliments on Facebook integration. We have a lot of good things coming for other social networks and 'ease of social networking' in general coming over the next few months. Should be exciting :)

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, and good luck,
Alex
The topic has been locked.