Всем здравствуйте, установил модуль Flag и Flag Friends. В модуле Flag (Флаги) на страние модуля имеются выключённые флаги и чтобы их включить требуется обновить код каждого. «Some flags provided by modules need to be updated to a new format before they can be used with this version of Flag. See the disabled flags for a list of flags that need updating.»
Возьмём к примеру флаг "friend" Вот что он мне пишет когда я нажимаю обновить
The flag friend is currently using the Flag API version 1, which is not compatible with the current version of Flag. You can upgrade this flag by pasting the below code into flag_friend_flag_default_flags() function in the flag_friend.module file.
Сам код флага друзья:
$flags =
array();
// Exported flag: "Друг".
$flags['friend'] =
array (
'content_type' =
> 'user',
'title' =
> 'Friend',
'global' =
> false,
'types' =
>
array (
),
'flag_short' =
> 'Add friend',
'flag_long' =
> 'Add this user to your list of friends.',
'flag_message' =
> '',
'unflag_short' =
> 'Remove friend',
'unflag_long' =
> 'Remove this user from your list of friends.',
'unflag_message' =
> '',
'unflag_denied_text' =
> '',
'link_type' =
> 'confirm',
'roles' =
>
array (
'flag' =
>
array (
0 =
> '2',
),
'unflag' =
>
array (
0 =
> '2',
),
),
'show_on_profile' =
> true,
'access_uid' =
> '',
'flag_confirmation' =
> 'Are you sure you want to add [user] to your list of friends?',