I might add one suggestion, all the other values on this plugin, the defaut really does not matter, but for the birthday default value it really should default to only_for_me, this can be an issue if we change it and then the plug is updated and we forget to change it again..
The birthday really should be only_for_me by default on this one item for safety and privacy issues. The rest is ok but would be nice to have the birthday set for only_for_me by default right out of the box.
Thanks..
I would like this plugin is based on "friends only", how ??
Sorry i'm french and my english is bad ^^
* @param BASE_CLASS_EventCollector $event
*/
public function addPrivacyAction( BASE_CLASS_EventCollector $event )
{
$language = OW::getLanguage();
$action = array(
'key' => 'photo_view_album',
'pluginKey' => 'photo',
'label' => $language->text('photo', 'privacy_action_view_album'),
'description' => '',
'defaultValue' => 'friends_only'
);
$event->add($action);
}
Hi guys,
I believe by default all plugins should be set as "friends_only"... Then if you want to change, do it, but you don't play with so important aspect as privacy is.
Additionally each updated pluging asks for the webmaster to change the setting, so it can be a nighmare.
Regards,
UrbAn
I was searching on "classes/event_handler.php" to set friends_only for the newfeed plugin but it has not the same structure, any suggestion?
Thanks!
UrbAn
Hi,
I was searching on "classes/event_handler.php" to set friends_only for the newfeed plugin but it has not the same structure, any suggestion?
Thanks!
UrbAn