Deanos Google Connect Support Forum

This is the support forum for Deanos Google Connect.

http://www.boonex.com/m/deanos-google-connect

https://www.deanbassett.com
Quote · 26 Aug 2012

Similar to Facebook Connect. You will need to set up a Google apis Project at https://code.google.com/apis/console/

Refer to these screen shots which will help you get that setup.

http://www.deanbassett.com/images/google_connect_screenshots/

https://www.deanbassett.com
Quote · 26 Aug 2012

Hi deano

 

How are u doing? i`m having little problem linking the url to a button this is what i have

http://www.thevortex.co/modules/?r=deanos_google_connect/login_form

but im geting a Error message Error: redirect_uri_mismatch can please let me know why i cenck and re check and i did everything u said maybe i missed something

 

Danny

Quote · 27 Aug 2012

It's very sensitive. Refer to the screenshots in my second post. The uri must be exact.

The uri you use on your side must be the same as the google side including any ending trailing slash.

Example

This

http://www.thevortex.co/modules/?r=deanos_google_connect/login_form

And this

http://www.thevortex.co/modules/?r=deanos_google_connect/login_form/

Both link to the same place, but they do not match.


Oh, and the google side defaults to https:// instead of http:// so watch carefully for that as well.

https://www.deanbassett.com
Quote · 27 Aug 2012

 

It's very sensitive. Refer to the screenshots in my second post. The uri must be exact.

The uri you use on your side must be the same as the google side including any ending trailing slash.

Example

This

http://www.thevortex.co/modules/?r=deanos_google_connect/login_form

And this

http://www.thevortex.co/modules/?r=deanos_google_connect/login_form/

Both link to the same place, but they do not match.


 Okey Ill check that my friend...

 

But why when I try yours

 

http://www.deanbassett.com/modules/?r=deanos_google_connect/login_form

 

it works..

 

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 27 Aug 2012

Because mine match.

There is a mismatch in what is used on the google end vrs the url google connect uses.

It could be the trailing / or http or https or www or no www.

Each side must be 100% exactly the same.

https://www.deanbassett.com
Quote · 27 Aug 2012

 

Hi deano

 

How are u doing? i`m having little problem linking the url to a button this is what i have

http://www.thevortex.co/modules/?r=deanos_google_connect/login_form

but im geting a Error message Error: redirect_uri_mismatch can please let me know why i cenck and re check and i did everything u said maybe i missed something

 

Danny

 

 

OHHHHHHHHHHHHHHH i just realized something.


you have the www in the url you used here. but on thevortex.co dolphin does not use it. So you CANNOT use it as part of the URI because dolphin redirects urls with the www to urls without the www.

https://www.deanbassett.com
Quote · 27 Aug 2012

And to try and make if more clear. The URL that my google connect uses is formed like this.

 BX_DOL_URL_ROOT . 'modules/?r=deanos_google_connect/login_form/

So it's a combination of the URL as configured in inc/header.inc.php and modules/?r=deanos_google_connect/login_form/

Note there is a trailing / at the end.

The proper URI to use on the google side is shown in the information section in the modules admin panel.


https://www.deanbassett.com
Quote · 27 Aug 2012

Hi deano i just remove the www and its working great now :) thank you

Quote · 27 Aug 2012

I suspected that was the problem.

https://www.deanbassett.com
Quote · 27 Aug 2012

For any that are interested.

If you do not want to bother to set up a project on google for this, i have a generic unbranded one i created i can let others use. Contact me with your sites url, and i will send you the keys you need to use.

https://www.deanbassett.com
Quote · 27 Aug 2012

Version 1.0.1 of my Google Connect module has been released.

This version fixes a couple of bugs where settings were shared with my facebook connect module.

This versions also have been updated for the upcoming Dolphin version 7.1.0

https://www.deanbassett.com
Quote · 7 Sep 2012

Deano I have your facebook connect module. Does this module have the button up next to the big images that transition like a slideshow the way your FB connect module offers? Or will I need to create my own?

Quote · 19 Oct 2012

 

Deano I have your facebook connect module. Does this module have the button up next to the big images that transition like a slideshow the way your FB connect module offers? Or will I need to create my own?

 Yes. And in the modules install instructions you will also find the instructions on how to install that button.


https://www.deanbassett.com
Quote · 19 Oct 2012

 

Deano I have your facebook connect module. Does this module have the button up next to the big images that transition like a slideshow the way your FB connect module offers? Or will I need to create my own?

Oh, wait. Sorry. Got my modules confused.

No. The google connect mod does not have a button for that area. It does not on my site either. I have not made one yet. So yea, if you want one, you will need to create your own.


https://www.deanbassett.com
Quote · 19 Oct 2012

Ok thanks Deano. I might do that.

Quote · 23 Oct 2012

How do I put both the the Google connect and Facebook conect buttons in the login box just like on your site

Quote · 15 Nov 2012

Basically combining the image link from one set of instructions with the other.

Here is the code to have the google button on top of the facebook button.

    //$sFormCode = $oForm->getCode();
    $sFormCode = '
        <style>
            .boxContent .form_advanced_wrapper {margin: 9px;}
        </style>
        <div style="text-align: center; margin-top: 8px;"><a href="modules/?r=deanos_google_connect/login_form"><img border="0" src="' . BX_DOL_URL_ROOT . 'modules/deano/deanos_google_connect/templates/base/images/google_connect.png"></a></div>
        <div style="text-align: center; margin-top: 8px;"><a href="modules/?r=deanos_facebook_connect/login_form"><img border="0" src="' . BX_DOL_URL_ROOT . 'modules/deano/deanos_facebook_connect/templates/base/images/facebook_connect.png"></a></div>      
    ' . $oForm->getCode();

I marked the code for the google button image div in red and the facebook button image div in green. If you want the google button on the bottom instead of on top then just switch the red and green code sections around.

https://www.deanbassett.com
Quote · 15 Nov 2012

Deano, what happens if Firstname, Lastname AND Firstname_Lastname combinations of usernames have already been taken? I've seen this happen before with the Facebook connect module before you added the ability for a user to specify their own username/password. Is creating a username/password for direct login to the site allowed with this module too?

Quote · 26 Feb 2013

If they are all taken the new account will fail.

Although the feature is in my FB connect, it is not 100% bug free. So until i perfect it, it was not added to this module.

https://www.deanbassett.com
Quote · 26 Feb 2013

Version 1.0.4 released. Bug with storage of long google id's fixed.

https://www.deanbassett.com
Quote · 2 Apr 2013

Hi Deano,

I have all your 'connect modules' and all work great. Is there a way to remove the default login (Boonex) so that you only have the three Facebook, LinkedIn, and Google logins, this ensures at least the users are verified by those SM sites.

Please feel free to join TheTrustedWeb to see your modules in action.

www.thetrustedweb.com

Quote · 9 Sep 2013

Not entirely.

If the logon box is on the home page, then can be removed by dragging it out. You will need to put the buttons in a html block if you remove that.

The logon in the top service menu can be removed in the service menu builder.

I do not know how to deal with the login that appears when you go to member.php

https://www.deanbassett.com
Quote · 9 Sep 2013

New version of google connect currently being tested on my site. These are the changes.

-------------
VERSION 1.0.6
-------------
Jul 26, 2013 - Fixed page width problem on profile info required page.
Nov 30, 2013 - Fixed a problem with $_SESSION['token'] sometimes not being cleared.
Nov 30, 2013 - Changed default nag time to 0(disabled).
Nov 30, 2013 - Fixed bug that allowed nickname check to pass if google first and last name fields were empty.
Dec 06, 2013 - Added prompting system.
Dec 06, 2013 - Added auto prompt for nickname if free nick was not found.
Dec 06, 2013 - Added auto prompt for email if email from google is not valid.
Dec 06, 2013 - Added auto prompt for date of birth if DOB from google is not valid.
Dec 06, 2013 - Added prompt for password.
Dec 06, 2013 - Added prompt nickname.
Dec 06, 2013 - Added prompt email.
Dec 06, 2013 - Added prompt for date of birth.
Dec 06, 2013 - Added prompt for sex.
Dec 06, 2013 - Added prompt for country.
Dec 06, 2013 - Added prompt for city.
Dec 06, 2013 - Added prompt for zip.
Dec 08, 2013 - Added option to prompt for profile type if AQB Softs Profile Type Splitter is installed.
Dec 08, 2013 - Added a signup finish page.
Dec 08, 2013 - Added option to show email address for login id instead of nick name on finish page and welcome email.


Should be released in a day to two. Testing on my site. http://www.deanbassett.com

Feel free to give it a good workout so i can make sure there are no bugs.

https://www.deanbassett.com
Quote · 9 Dec 2013

Version 1.0.6 released. Fixes and enhancements listed.

-------------
VERSION 1.0.6
-------------
Jul 26, 2013 - Fixed page width problem on profile info required page.
Nov 30, 2013 - Fixed a problem with $_SESSION['token'] sometimes not being cleared.
Nov 30, 2013 - Changed default nag time to 0(disabled).
Nov 30, 2013 - Fixed bug that allowed nickname check to pass if google first and last name fields were empty.
Dec 06, 2013 - Added prompting system.
Dec 06, 2013 - Added auto prompt for nickname if free nick was not found.
Dec 06, 2013 - Added auto prompt for email if email from google is not valid.
Dec 06, 2013 - Added auto prompt for date of birth if DOB from google is not valid.
Dec 06, 2013 - Added prompt for password.
Dec 06, 2013 - Added prompt nickname.
Dec 06, 2013 - Added prompt email.
Dec 06, 2013 - Added prompt for date of birth.
Dec 06, 2013 - Added prompt for sex.
Dec 06, 2013 - Added prompt for country.
Dec 06, 2013 - Added prompt for city.
Dec 06, 2013 - Added prompt for zip.
Dec 08, 2013 - Added option to prompt for profile type if AQB Softs Profile Type Splitter is installed.
Dec 08, 2013 - Added a signup finish page.
Dec 08, 2013 - Added option to show email address for login id instead of nick name on finish page and welcome email.

https://www.deanbassett.com
Quote · 12 Dec 2013

Version 1.0.7 Released.

This is a critical bug fix release.

Bug fixed that could result in the creation of accounts with no information.

https://www.deanbassett.com
Quote · 29 Dec 2013

Version 1.0.8 released.

-------------
VERSION 1.0.8
-------------
Apr 19, 2013 - Add setting of imported photo as profile photo.
Apr 19, 2013 - Fixed bug that was not pulling proper nickname for dolphin 7.1.
Apr 20, 2013 - Added default membership option.
Apr 20, 2013 - Fixed bug that prevented proper removal of one option during uninstall.
Apr 21, 2013 - Fixed bug setting country.
Apr 21, 2013 - Added google+ pulls for tagline and aboutme.
Apr 21, 2013 - Switched from geoip DB lookup to Online lookup. To eliminate cannot re-declare function errors.
Apr 21, 2013 - Added support for invite only with AntonLV's Forced matrix with Affiliate\Referrals module.
Apr 21, 2013 - Fixed email templates so there is now a 7.0.x and 7.1.x versions.

https://www.deanbassett.com
Quote · 21 Apr 2014

NOTE: If you downloaded the 1.0.8 version within the last two hours of this post, then please download it again. A minor problem was discovered that needed to be fixed. If you had already upgraded to the 1.0.8 version then you just need to replace the main module class with the current one. Sorry about that. It was not discovered during normal testing because it only shows up as a problem when no additional prompting occurs.

https://www.deanbassett.com
Quote · 21 Apr 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.