By User on Saturday, 02 February 2019
Replies 5
Likes 0
Views 671
Votes 0
Hello.

Uses don't like "Repost" feature because this situation:
1) UserA created "original post".
2) Other users miss "original post" and doesn't post any comment to it.
3) UserB Repost "original post" ("re-repost" is created)
4) Other users see "re-repost" and comment it.

Result: "original post" doesn't get any comments and UserA feel bad.
If somebody want to give attention to "original post" he can Like it or comment and it will be BUMPed in stream. "Repost" feature not good for some small sites.

Can you please add option to disable it (for photos, albums, videos, wall post, etc.)?

Or may be you can add extra class for "Repost" link and "repost icon" so I can hide it by CSS (but this is not a good solution)?

Thanks.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can apply this following custom css from your site backend > Easysocial > theme > custom css


body #es .es-actions__item-action .action-title-repost {
display: none;
}
·
Sunday, 03 February 2019 10:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello. Thanks, but this code doesn't help to hide "repost" at:
1) album page
2) photo in popup
because 'repost" button and stat icon doesn't has any unique css-style
·
Sunday, 03 February 2019 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dmitry,

You can customize in the file:
.../components/com_easysocial/themes/wireframe/albums/layouts/response.php
.../components/com_easysocial/themes/wireframe/photos/response.php

And comment out/delete the code shown: http://take.ms/5xsTv
·
Monday, 04 February 2019 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello User,

Here is a feature request to globally disable the Repost function :
https://stackideas.com/voices/easysocial/item/500-disable-repost-function

Philippe
·
Friday, 29 January 2021 16:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Thks Philippe! +1
·
Friday, 29 January 2021 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post