RC4 Bug - No Option to Translate in Blog

Hello,

We are translating our site, but when we got to the blog configuration to set who can view it, these options are in english they are not available in the language settings to be translated. How do I go about translating them. These should be done through the language file as the rest. In especific I am looking for Default, Me Only, Public, Members, Friends. See image bellow.

Quote · 24 Dec 2009

Check, are you have this issue only in blogs or anywhere? (in all another modules).

Dolphin7 have new privacy feature. Which allow to detereminate which provacy groups will have access to some specific unit.

So try to explain each your issue in details please.

Quote · 24 Dec 2009

Hi Andrey,

Thanks for your reply. I do not know why my attached image disappeared anyways.

I have check and this problem is for any of the privacy settings. The problem that I am reporting is that the words (Default, Me Only, Public, Members, Friends) from the privacy setting cannot be translated as they are not part of the language file. I need to have them available in a different language as well. Hopefully you understand my point.

Let me know if you need anything else.

Thanks

Quote · 24 Dec 2009

you can name them as you want in Admin -> settings -> privacy settings

Rules → http://www.boonex.com/terms
Quote · 24 Dec 2009

Ticket added: http://www.boonex.com/trac/dolphin/ticket/1657

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 24 Dec 2009

You can do this personaly.
Change in file '\inc\classes\BxDolPrivacy.php' on line 110

from this:
$aValues[] = array('key' => $aGroup['id'], 'value' => ((int)$aGroup['owner_id'] == 0 ? $this->_oDb->getParam('sys_ps_group_' . $aGroup['id'] . '_title') : $aGroup['title']));
to this:
$aValues[] = array('key' => $aGroup['id'], 'value' => _t(((int)$aGroup['owner_id'] == 0 ? $this->_oDb->getParam('sys_ps_group_' . $aGroup['id'] . '_title') : $aGroup['title'])));

After that in Admin -> settings -> privacy settings you must write titles for example _Privacy , _Me Only.

You must have captions named _Privacy and etc ..

This works for me on dolphine 7.0.3

Quote · 8 Feb 2011
 
 
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.