By Vincent Robert on Saturday, 22 April 2017
Posted in General
Replies 7
Likes 0
Views 162
Votes 0
Can someone tell me where the old layout settings for tags/categories/single posts/ etc are located now in latest easyblog version? It's not under "layout" from what I can see. I want to disable "subscribe to rss feed" in category views.
Hello Urzh,

The new settings are located under Settings > Views
·
Sunday, 23 April 2017 01:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah, thanks so much. So, I don't have a category menu item published, but you can browse to http://becomethesolution.com/categories/tinder and you see the RSS feed showing up. I have this disabled in screenshot below
·
Sunday, 23 April 2017 02:15
·
0 Likes
·
0 Votes
·
0 Comments
·
1. I am unable to access http://becomethesolution.com/administrator/

2. I have tried to mimic similar configuration on my local instance and the subscribe to feed isn't showing up which is correct.

3. Please edit your post to include the FTP access. If you are unable to provide us with the FTP access, it will only slow us down from helping you troubleshoot this.
·
Sunday, 23 April 2017 14:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark, I just enabled the support user backend and you should be able to navigate now. By default, it's disabled unless I know you will be accessing it so I apologize for that. Thanks

I cannot grant FTP access at this time
·
Sunday, 23 April 2017 20:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, I see the problem now and I am able to reproduce this issue locally as well. It has something to do with your current "Home" menu setup. It is causing the category to not inherit the values correctly. I have logged this into our issue tracker.

Temporarily, what you could do to get rid of this is to edit the file /components/com_easyblog/themes/wireframe/blogs/categories/item.php and remove the codes at line 46 - 52,

[gist]
<?php if ($this->params->get('category_subscribe_rss', true) && $this->config->get('main_rss') && $privacy->allowed) { ?>
<span class="eb-category-rss">
<a href="<?php echo $category->getRSS();?>" title="<?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_FEEDS'); ?>" class="link-rss">
<?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_FEEDS'); ?>
</a>
</span>
<?php } ?>
[/gist]
·
Monday, 24 April 2017 02:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah, ok. Thanks, it works fine now.
·
Monday, 24 April 2017 20:52
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem urzh, just for your information, I have already fixed this issue internally and 5.1.5 will be a great update.
·
Monday, 24 April 2017 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post