By WU on Monday, 05 February 2018
Posted in Technical Issues
Replies 5
Likes 0
Views 523
Votes 0
The Position of privacy icon of blog is disordered.
I can't seem to modify the file using ftp, can you replace the codes in the file /media/com_easysocial/apps/user/blog/blog.php and at line 317, locate the codes below:

[gist]
$item->privacy = $privacy->form($uid, $element, $item->actor->id, 'easyblog.blog.view');
[/gist]

Replace it with,

[gist]
$item->privacy = $privacy->form($uid, $element, $item->actor->id, 'easyblog.blog.view', false, $item->uid, array(), array('iconOnly' => true));
[/gist]
·
Monday, 05 February 2018 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I can't seem to modify the file using ftp, can you replace the codes in the file /media/com_easysocial/apps/user/blog/blog.php and at line 317, locate the codes below:

[gist]
$item->privacy = $privacy->form($uid, $element, $item->actor->id, 'easyblog.blog.view');
[/gist]

Replace it with,

[gist]
$item->privacy = $privacy->form($uid, $element, $item->actor->id, 'easyblog.blog.view', false, $item->uid, array(), array('iconOnly' => true));
[/gist]




I did it, it gets the result like as image4.

Thank Mark for your efforts.
WU
·
Tuesday, 06 February 2018 08:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi WU,

The position of 'privacy dropdown' and 'hide/delete dropdown' was by default is side by side, which is it is a certainly not a bug.
This layout is already like that from EasySocial 2.0 http://take.ms/Qe3iXM
·
Tuesday, 06 February 2018 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post