Beginning of edit user friend interface.
Change prefix of templates from friendManager to fm.
This commit is contained in:
parent
4626f85026
commit
100b900dd2
4 changed files with 57 additions and 6 deletions
|
|
@ -44,7 +44,8 @@ sub installFriendManagerSettings {
|
|||
my $session = shift;
|
||||
print "Installing FriendManager into settings...";
|
||||
$session->setting->add('groupIdAdminFriends', '3');
|
||||
$session->setting->add('friendManagerViewTemplateId', '64tqS80D53Z0JoAs2cX2VQ');
|
||||
$session->setting->add('fmViewTemplateId', '64tqS80D53Z0JoAs2cX2VQ');
|
||||
$session->setting->add('fmEditTemplateId', '64tqS80D53Z0JoAs2cX2VQ');
|
||||
$session->setting->add('groupsToManageFriends', '2');
|
||||
print "\tDone";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue