Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

JomSocial - JFBConnect Integration - Login

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Andrew,

Just for yout info, we are using scrum methology right now, every bugs will be fixed in 2 weeks... for this issue we already assigned this to our next sprint scrum, which can be done in 2 weeks, but I will give you the patch if the dev solve this issue before 2 weeks.

thank you

10 years 1 month ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi Dimas,

How did it go? Can you give me a fix or an update on this?

Thanks,

Andrew

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Andrew,

I am sorry, this is not fixed yet.. the resolution of this bug still "pending" I will discuss this with the dev.

thank you

10 years 1 month ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi Dimas,

Thanks for that...

I'd like to mention again that this is crucial for us. It has caused a number of cases where we have lost out on gaining new users and registrations for that matter.

This is a serious concern for us.

Thanks,


Andrew

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

The dev said we will try fix this next week... because this week we have lof of important bugs for the newest version.. (bow)

10 years 1 month ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi Dimas,

Any news on this?

Thanks,


Andrew

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Andrew,

Please you update to the latest version first.. if still not solved, follow my steps below :

1. open this file components/com_community/controllers/controller.php
2. find this code :

if( $config->get('fbconnectkey') && $config->get('fbconnectsecret') )
		{
			$facebook	= new CFacebook();
			$fbHtml		= $facebook->getLoginHTML();
		}

and
if( $config->get('fbconnectkey') && $config->get('fbconnectsecret') )
			{
				//CFactory::load( 'libraries' , 'facebook' );
Add a comment to this line
				$facebook	= new CFacebook( FACEBOOK_LOGIN_NOT_REQUIRED );
				$fbHtml		= $facebook->getLoginHTML();
			}
3. replace them (the 2 blocks code) to :
if ($config->get('fbconnectkey') && $config->get('fbconnectsecret') && !$config->get('usejfbc')) {
            $facebook = new CFacebook();
            $fbHtml = $facebook->getLoginHTML();
        }

        if ($config->get('usejfbc')) {
            if (class_exists('JFBConnectFacebookLibrary')) {
                $fbHtml = JFBConnectFacebookLibrary::getInstance()->getLoginButton();
            }
        }

10 years 1 month ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Dimas,

Thanks for that, however it would've been great if you tested it yourself first using the link I provided in the ticket:

www.opgroeigids.nl/community/inbox/read?msgid=63

You would then have noticed that it still does not work, it is exactly as it was.

Secondly, you would also have been able to check my JomSocial current version, which was already on 3.1.1.

Why was the fix not included in the update? It is quite an important issue.


Thanks

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Andrew,

Would you mind provide me the FTP access,please? I will check the code directly.

thank you

10 years 1 month ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

added FTP details.

Thanks Dimas.

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Andrew,

please you check again www.opgroeigids.nl/community/inbox/read?msgid=63 it should work fine.

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Just anote : we will fix this in version 3.2, actually my patch above is correct, but you didnt set it well.. so I fix it ;)

10 years 1 month ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Thanks Dimas, so it is now fixed?

Did you use 'overrides' or not?

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

yes it fixed.. not i am not sure override.. I use this patch www.jomsocial.com/forum/facebook-connect...login?start=14#72598

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW