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.
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 |
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 |
Hello, Is the social inviter compatible with Dolphin 7.2 ? And does it work with "friends only" invite setting ? |
Hello, pacifik! 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 |
HellôAntonLV, yes I mean by invitations only |
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 |
Hello!
Module was updated for Dolphin 7.2 Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Hello, I've just bought the module. Can you tell me how to correct it to support "by invitation only". Thank you in advance. |
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 |
I purchased and installed the module, I configured Facebook and twitter but that's it, nothing shows up on the platform... Any thoughts? |
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 |
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 |
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 |
I am getting the following error when attempting to install and activate.
Installation of: Social Posting Failed |
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 |
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 |
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 |