By Jostein Rosenlund on Tuesday, 29 September 2015
Posted in Technical Issues
Replies 7
Likes 0
Views 399
Votes 0
Hello,

the button to disable RSS feed on author pages, were is it?

I have disabled RSS, since I wont be using it atm. and the "Subscribe via RSS" on the author page is giving me one 404 error that is bugging me
Hey Jostein,

Can you edit the file /components/com_easyblog/themes/wireframe/authors/item.php and remove the block of codes below?


<span>
<a href="<?php echo $author->getRssLink();?>" title="<?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_FEEDS'); ?>">
<?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_FEEDS'); ?>
</a>
</span>


This will be fixed in the next release as it should be respecting your RSS settings.
·
Tuesday, 29 September 2015 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,

Tnx for the info but I will try that when I manage to get my Authors page visible again, somehow over night the author page have turned out blank

There is also a bug in the author page script, The META description gets < p > tags in it.

http://bdbear.no/blog/blogger/jostein

Getting an error on the page.

Warning: include(/home/bdbear/public_html/components/com_easyblog/themes/wireframe/authors/item.php): failed to open stream: Permission denied in /home/bdbear/public_html/administrator/components/com_easyblog/includes/themes/themes.php on line 414

Warning: include(): Failed opening '/home/bdbear/public_html/components/com_easyblog/themes/wireframe/authors/item.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/bdbear/public_html/administrator/components/com_easyblog/includes/themes/themes.php on line 414
·
Wednesday, 30 September 2015 08:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jostein,

Can you provide us your FTP access so we can troubleshoot your issue here?
·
Wednesday, 30 September 2015 10:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Its edited into the first post.
·
Wednesday, 30 September 2015 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jostein,

I've checked the file and it seems like you have set file permission for item.php as 0124 which is not accessible. I also not managed to edit the permission as you can see from my screenshot here, http://screencast.com/t/dcW3tirnYY .

Can you try to change the file permission to 0644 and then try again?
·
Wednesday, 30 September 2015 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Worked,

Dreamweaver must have changed the file permissions somehow when I edited the file.
·
Wednesday, 30 September 2015 13:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jostein,

I've checked your blog site and it does load up correctly now.
·
Wednesday, 30 September 2015 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post