Module Repost

OK, so I noticed something with 7.3. Using the Groups module as an example - because it is a default Dolphin module - if you do not have the timeline module installed - then the repost button text does not display properly. Installing the timeline presents the text as it should be.

 

 

no timeline.png · 312.7K · 508 views
with timeline.jpg · 62.7K · 486 views
caredesign.net
Quote · 5 May 2016

and just for its and giggles - I uninstalled the timeline module on the boonex demo site - and the issue is present there as well:

 

 

caredesign.net
Quote · 5 May 2016

to fix - look in BxGroupsPageView.php for the section:

 

 if(BxDolRequest::serviceExists('wall', 'get_repost_js_click')) {
                $sCode .= BxDolService::call('wall', 'get_repost_js_script');

                $aInfo['repostCpt'] = _t('_Repost');
                $aInfo['repostScript'] = BxDolService::call('wall', 'get_repost_js_click', array($this->_oMain->_iProfileId, 'cf_stores', 'add', (int)$this->aDataEntry['id']));
            }

 

ad this to the end of it:


            else
            {
                $aInfo['repostCpt'] = '';
            }

 

The unfortunate part - is you have to do this to just about all of the modules to fix the text issue.

caredesign.net
Quote · 5 May 2016

Thank you for the report:

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

Rules → http://www.boonex.com/terms
Quote · 5 May 2016

Hello

The issue was fixed.

https://github.com/boonex/dolphin.pro/commit/390b5b20e788413967c3720213abef3861fded25

Quote · 23 Jun 2016
 
 
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.