Fans Confirmation Error when Permalinks disabled.

There is a problem with Fans Confirmation when Permalinks disabled for modules such as Groups. See solution below for this problem.

 

In inc/classes/BxDolTwigPageView.php :

 

In the function _blockFansUnconfirmed :

 

Find :

 

        $sActionsUrl = BX_DOL_URL_ROOT . $this->_oMain->_oConfig->getBaseUri() . "view/" . $this->aDataEntry[$this->_oDb->_sFieldUri] . '?ajax_action=';

 

Replace with :

 

        $sActionsUrl = bx_append_url_params(BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . "view/" . $this->aDataEntry[$this->_oDb->_sFieldUri],  'ajax_action=');

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 2 Apr 2017

Thank you for the report and the fix:

https://github.com/boonex/dolphin.pro/issues/567

Rules → http://www.boonex.com/terms
Quote · 10 Apr 2017
 
 
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.