By QMAXX on Friday, 07 April 2017
Posted in General Issues
Replies 5
Likes 0
Views 162
Votes 0
I would like to remove in the Stream Module, Blog & Discuss posting.

I do not want to remove the app. It should no longer appear in the stream posting form.

Best regards
Hi there,

You can do some modifications on this path media/com_easysocial/apps/user/discuss/themes/default/story/panel.button.php , media/com_easysocial/apps/user/blog/themes/default/story/panel.button.php and comment out code below and see how it goes

//for Easydiscuss
<span><?php echo JText::_('APP_USER_EASYDISCUSS_STORY');?></span>
//for Easyblog
<span><?php echo JText::_('APP_USER_BLOG_STORY');?></span>


Please give it a try and see how it goes
·
Friday, 07 April 2017 22:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Both are unchanged.
·
Friday, 07 April 2017 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I am sorry for the inconvenience caused.
I have consulted with our developer and it seems like Echo template is using :before to inject the icon. That is why, the icon is still appearing on your site.
Can you try to remove codes below and see how it goes

<i class="fa fa-pencil-square-o" data-story-attachment-icon data-es-provide="tooltip" data-placement="top" data-original-title="<?php echo JText::_('APP_USER_BLOG_PANEL_TOOLTIP');?>" data-story-blog-panel-button></i>
<span><?php echo JText::_('APP_BLOG_STORY_BLOG', true);?></span>


Thanks for your understanding
·
Saturday, 08 April 2017 00:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Had unfortunately not funkt. I have the file first empty. But have a copy as it comes to errors.

Wish a nice weekend.
·
Saturday, 08 April 2017 02:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have checked on your site and it no longer shown. May i know whether you have solved your issues? Please advice.
·
Monday, 10 April 2017 10:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post