By Ignacio on Wednesday, 01 October 2014
Likes 0
Views 707
Votes 0
Hello,

Is it posible to control who can delete files in group?

In a group, in files, anyone can delete the files, I would like to assign that privilege only to SuperUsers.

Thank You!
hello Ignacio,

Sorry for late reply to this,
Unfortunately that was not possible to do this at point of time, but you download my attachment file and replace in
JoomlaFolder\components\com_easysocial\themes\wireframe\explorer\default.php
JoomlaFolder\components\com_easysocial\themes\wireframe\explorer\file.php

After that, open this 2 file then

// default.php LINE 76 modify the user id 735 to your superuser id
<?php if ($user->id == 735){ ?>

// file.php LINE 17
<?php if ($user->id == 735){ ?>


By the way, you can request this feature from our voice page http://stackideas.com/voices/easysocial and see how it goes.
·
Wednesday, 01 October 2014 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank You very much!!!

Excellent support, excellent product!
·
Wednesday, 01 October 2014 18:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ignacio,

You're welcome, glad to heard your issues resolved.
·
Wednesday, 01 October 2014 19:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post