Default permissions for new blog posts not applied

I think there is a bug in /modules/boonex/blogs/classes/BxBlogsModule.php [7.0.9]

                $aAllowView = $this->oPrivacy->getGroupChooser($this->_iVisitorID,
                        'bx_blogs', 'view', array(), _t('_bx_blog_privacy_view'));
                $aAllowRate = $this->oPrivacy->getGroupChooser($this->_iVisitorID,
                        'bx_blogs', 'rate', array(), _t('_bx_blog_privacy_rate'));
                $aAllowComment = $this->oPrivacy->getGroupChooser($this->_iVisitorID,
                        'bx_blogs', 'comment', array(), _t('_bx_blog_privacy_comment'));

These lines of code cannot retrieve the default values correctly because bx_blogs is non-existent in sys_privacy_actions. Replacing bx_blogs with blogs solves the problem.

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 27 Feb 2013

http://www.boonex.com/trac/dolphin/ticket/3049

Rules → http://www.boonex.com/terms
Quote · 28 Feb 2013

LOL 9 days ago fixed and i found this by myself now too.

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 28 Feb 2013
 
 
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.