Social Inviter from Aqb Soft

Hello!

This is a support forum for our Social Inviter module.
If you have some questions or suggestions regarding it, feel free to post them here or contact us directly.
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 28 May 2015

Hello!

Corrections for facebook integration were done. For update you just need to replace modules/aqb/social_inviter/classes/modules/classes/AqbSocInModule.php file with new one from the package.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 9 Jun 2015

Hello,

Is the social inviter compatible with Dolphin 7.2 ? And does it work with "friends only" invite setting ?

Quote · 16 Jul 2015

Hello, !

Yes, it will be compatible with 7.2.

About "friends only": May be you mean - "By invitations only"?

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 16 Jul 2015

HellôAntonLV,

yes I mean by invitations only

Quote · 20 Jul 2015

Hello!

By default, our module doesn't support "by invitation only" mode, but we can send you instructions how to add it without assistance or we can add corrections by ourselves.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 21 Jul 2015

Hello!

 

Module was updated for Dolphin 7.2

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 29 Sep 2015

Hello, I've just bought the module. Can you tell me how to correct it to support "by invitation only". Thank you in advance.

Quote · 12 Oct 2015

Hello!

 

If you have no our Forced Matrix Module, then you need to add to all links (which are sent from Social inviter module) idFriend paramater.

 

a) Edit modules\aqb\social_inviter\classes\AqbSocInTemplate.php file

 

In function getInvitationForm find the next line:


$sLink = $this -> _oDb -> isAffInstalled() && $this -> _oConfig -> isAffSystemAllowd() ? BxDolService::call('aqb_affiliate', 'get_my_ref_link', array($aUser['member_id'])) . "&aqbinfo={$aUser['member_id']},{$aUser['id']}" : BX_DOL_URL_ROOT;

 

and replace it with this line:

 

$sLink = $this -> _oDb -> isAffInstalled() && $this -> _oConfig -> isAffSystemAllowd() ? BxDolService::call('aqb_affiliate', 'get_my_ref_link', array($aUser['member_id'])) . "&aqbinfo={$aUser['member_id']},{$aUser['id']}" : BX_DOL_URL_ROOT  . "?idFriend={$aUser['member_id']}";

 

b) Edit modules\aqb\social_inviter\classes\AqbSocInModule.php file

 

find the next line

 

$sLink = $this -> _oDb -> isAffInstalled() && $this -> _oConfig -> isAffSystemAllowd() ? BxDolService::call('aqb_affiliate', 'get_my_ref_link', array($this -> getUserId())) : BX_DOL_URL_ROOT;

 

and repalce it with this line:

 

$sLink = $this -> _oDb -> isAffInstalled() && $this -> _oConfig -> isAffSystemAllowd() ? BxDolService::call('aqb_affiliate', 'get_my_ref_link', array($this -> getUserId())) : BX_DOL_URL_ROOT . "?idFriend=" . $this -> getUserId();

 

If any problem, please contact us via inbox.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 12 Oct 2015

I purchased and installed the module, I configured Facebook and twitter but that's it, nothing shows up on the platform...   Any thoughts?

Quote · 17 Mar 2016

Hello!

 

Provide us please with your ftp and admin panel access info via inbox, we will check it.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 17 Mar 2016

Hello!

 

Version was updated. There were several corrections performed.

For update you just need to overwrite old files with new without reinstallation.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 13 May 2016

Hello!

 

Version was updated.

For update you just need to overwrite AqbSocInModule.php file with new one, without uninstallation.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 2 Jun 2016

I am getting the following error when attempting to install and activate.

 

Installation of: Social Posting Failed

Any help?



Quote · 1 Dec 2017

Hello!

 

Can you please provide us with ftp and admin panel access info via pm? we will check.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 1 Dec 2017

Hi, 

My version of Dolphin is 7.3.5

I did install the script => Fine

Did create and configure secret key on twitter and Facebook => Fine

 

But when I try to get "my twitter friend" I get an 404  : http://www.gouvinfo.net/IAI/IAI/member.php?twitter_auth=1

What link should I have ?

 

The facebook parts works fine

 

I try to desinstall and reinstall, still the same.

 

Any ideas ?

 

Many thanks,

Jean-Pascal

Quote · 2 Apr 2018

Hello Jean-Pascal,

 

Can you please provide us with ftp and admin panel access info via inbox, we will check where is the problem?

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 3 Apr 2018
 
 
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.