By GM on Wednesday, 18 May 2016
Posted in Technical Issues
Likes 0
Views 387
Votes 0
Hello,

How to remove 'subcribe to this entry' in easyblog 3.8.x
attached screenshot

regds
Hi Gagan Modi,

You can setting on the back end
1. EasyBlog>Settings>Workflow>Subscriptions>Blog Subscription>Disable Allow entry subscriptions
Please give it a try
·
Wednesday, 18 May 2016 13:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks - but its also removing subscription from comment box
Is there any hard code from a file i can remove in the layout of removal of above line itself
GM
·
Wednesday, 18 May 2016 13:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Gagan,

You can go to your /components/com_easyblog/themes/[your current blog theme]/blog.read.php file and remove the following code within the file:
<?php if($system->config->get('main_subscription') && $blog->subscription) { ?>
<li class="blog-email">
<a href="javascript:eblog.subscription.show('<?php echo EBLOG_SUBSCRIPTION_ENTRY;?>' , '<?php echo $blog->id;?>');"><?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_BLOG'); ?></a>
</li>
<?php } ?>


Hope these help.
·
Wednesday, 18 May 2016 14:00
·
0 Likes
·
0 Votes
·
0 Comments
·
thnx
GM
·
Wednesday, 18 May 2016 14:22
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Wednesday, 18 May 2016 15:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post