Hello!
This is a support forum for our Must Love Dogs module.
If you have some questions or suggestions regarding it, feel free to post them here or contact us directly.
Hello! Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Hello!
Version was updated for Dolphin 7.2. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
hi
I see the feature like this: Administration features:
My question:
I have several customization fields:
Native language;
Target language (the language the user is learning).
Can I select the customization fields which member can use for filtration?
thanks
Walter - http://www.ForeignTeacher.com |
You may set filtration by the all fields which are available on edit and join form for members. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Attempting to reinstall, getting "Something went wrong! Please try reloading the page." red text error on white page. uninstalled ALL other plugins. tried again. same error. v. 7.4.2 php 7.3 What else you need or want me to try pls? |
HELLO?!?!?! |
Problem has been resolved. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Problem has been resolved. Will you upload the newest version to the market so others can download it as well? And Thank you! From AntonLV: "I have installed Must love dogs module. |
Yes, modules in market has been updated and available for download now. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Can install, but NOW I get:
This page isn’t workingMYSITENAME.org is currently unable to handle this request.
HTTP ERROR 500
|
Anton,
trying to install to LOCALHOST but erroring at install (Something went wrong! Please try reloading the page.)... your instructions say: 5) Edit file modules\boonex\messenger\classes\BxMsgModule.php
Find function getMessenger($iSndId, $sSndPassword, $iRspId)
and at the beginning of this function add the next code:
/* AQB Must Love Dogs begin */ if (BxDolService::call('aqb_mld', 'check_restriction', array($iRspId)) === false) return MsgBox(_t('_aqb_mdl_dont_allow_to_by_member_privacy')); /* AQB Must Love Dogs end */ What do you mean AT THE BEGINNING? Like this? /* AQB Must Love Dogs begin */ if (BxDolService::call('aqb_mld', 'check_restriction', array($iRspId)) === false) return MsgBox(_t('_aqb_mdl_dont_allow_to_by_member_privacy')); /* AQB Must Love Dogs end */ function getMessenger($iSndId, $sSndPassword, $iRspId) { if(!empty($iSndId) && !empty($sSndPassword) && !empty($iRspId)) { $aResult = checkAction($iSndId, ACTION_ID_USE_MESSENGER, true); if($aResult[CHECK_ACTION_RESULT] == CHECK_ACTION_RESULT_ALLOWED) ...etc
|
Hello!
Sorry, for confusion: It mean that it should be inserted before { symbol. like: function getMessenger($iSndId, $sSndPassword, $iRspId) { // insert code here
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |