By Neel on Saturday, 23 August 2014
Posted in General
Replies 3
Likes 0
Views 875
Votes 0
How do I disable Wall posts block in EasySocial? (the block that allows users to post on wall, urls, etc..)? Do I need to manually remove the code from template php? I couldnt find a setting in back-end that disabled wall posts. I still want to keep Albums, commenting on photo streams, etc.. Its just the wall post, url post and story photos that I want disabled (bascially the textarea block in ES). How can I do that?
Hello Neel,

You will need to edit the file /components/com_easysocial/themes/wireframe/stream/default.php and at line 31 locate the codes below and remove it,


<?php if (!empty($story)) { echo $story->html(); } ?>
·
Sunday, 24 August 2014 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Too easy... Thanks heaps.
·
Sunday, 24 August 2014 00:26
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 24 August 2014 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post