Hi Ace 1
the below code from you in another topic, it 's working fine to hide posts from specific member but guests still see it , is any way tho hide from guests too .. Thanks
$(function() {
$('a[href="/u1"]').parents("div.post").css("display", "none");
});
u1 is the URL of the user that you want to hide their posts.
the below code from you in another topic, it 's working fine to hide posts from specific member but guests still see it , is any way tho hide from guests too .. Thanks
$(function() {
$('a[href="/u1"]').parents("div.post").css("display", "none");
});
u1 is the URL of the user that you want to hide their posts.
Last edited by TamDonCo on July 18th 2016, 3:37 pm; edited 1 time in total