By Christian van Laarhoven on Tuesday, 06 October 2015
Posted in General Issues
Replies 26
Likes 0
Views 1.3K
Votes 0
Hi,

I have a RSS feed on my website.
But in that blog posts there are images and links, how do i get that in the RSS feeds?

Edit:
In the settings > general, i set the option: show all text.
Youtube videos load, only the pictures and url's that wont.
Did I forgot something in the settings?

Thanks!
Hello Christian,

Can you provide us your backend and FTP access so we can have a better look on your issue here?
·
Tuesday, 06 October 2015 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure!

Can you say what you did / or what you are going to do, I got another website and i need to do the same thing there.

Tanx for the fast reaction!
·
Tuesday, 06 October 2015 18:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Christian,

I've added a fix in this file on line 100: ../components/com_easyblog/views/categories/view.feed.php. Please give it another try.
·
Tuesday, 06 October 2015 19:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey thanks for the fast help!

Its excectly what i would love to have!
But if i look in the RSS, but some description texts are now duplicated.
And some of the description posts is disapeared.

http://www.doelakkers.nl/index.php?option=com_easyblog&view=categories&id=16&format=feed&type=rss
(if you look at the rss feed in firefox its really organized)

Can you look at it again, please?

Cheers!
·
Tuesday, 06 October 2015 20:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

I am really sorry for the delay of this reply. I've applied additional fix inside your /components/com_easyblog/views/categories/view.feed.php and it should showing up correctly now. Please have a look.
·
Thursday, 08 October 2015 13:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

Thank all of you for your help! It almost works!
It looks great, but only the download links ( 'Download hier de nieuwsbrief.') in the RSS feed dont work.

Thanx!
·
Monday, 12 October 2015 14:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

This is actually a default behavior where easyblog will stripped out html tag formatting in rss feed to uniform the formatting. I've applied some modification inside /components/com_easyblog/views/categories/view.feed.php to ignore the strip tags formatting and it should displaying correctly now. Please have a look.
·
Monday, 12 October 2015 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ezrul and Nik,

My compliments on your support!
Keep on the good work!

Cheers!
·
Monday, 12 October 2015 18:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

You are most welcome. Since this is a modification, kindly backup the modification file that we have made on your site for each easyblog update on your site since we do not include this in our repository. By the way I have created a backup file name "view.feed.php_modification_backup" on your site in case the file get override during the update of easyblog.
·
Monday, 12 October 2015 19:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

I love the modifaction, and it works 100%! But i just updated easyblog, and the view.feed.php is overided and i had to get the backup file back.
I tried to make a overide on the templates/*My Template*/html/com_easyblog/views/categories but it didnt work.
Am I doing it wrong?

Thanx!
·
Monday, 19 October 2015 17:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

Template overriding is only applicable for theme file, not view file. The file that you are trying to override is a view file where it responsible to generate the output of the raw content before its project into theme file. Unfortunately the only way for you to retain the modification is replace the file back after each update of your easyblog.
·
Monday, 19 October 2015 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ezrul,

Tanx for the fast information !
Its a shame that is not possible

But tanx tho!
·
Monday, 19 October 2015 19:25
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Christian. We'll see what we can do about this in the future (Perhaps a setting for this would be useful)
·
Monday, 19 October 2015 23:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark!

That would be awsome, and I thank you for the fast reply!
Sorry for saying its a shame, didnt meant to say that on that way (english is not my best language).
I really meant to say: I would like to have that in the feature.

Thanks!
Rob
·
Tuesday, 20 October 2015 15:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

No problem at all.
·
Tuesday, 20 October 2015 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I have a question again, is it possible to remove the timestamp of the RSSFeed?
See the attachment

Best regards,
Rob
·
Wednesday, 25 November 2015 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

I just checked in my local but it seems like it is not possible to change the date formatting there as the output of the rss feed page is handled by joomla itself. You can see the algorithm inside /libraries/joomla/document/feed/renderer/rss.php at line 247 where it will always use joomla date format as the final output of the rss feed.

Hope you understand.
·
Wednesday, 25 November 2015 17:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you! I will look in to it
·
Wednesday, 25 November 2015 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you explain in a more detail what sort of adjustment there needs to be done?
I cant find / adjust the function they use :/

Thank you

Rob
·
Wednesday, 25 November 2015 21:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

You can refer to joomla documentation here on how to use jfactory::getDate() correctly, https://docs.joomla.org/How_to_use_JDate . Basically all you need to do is change the date format at line 249 with something that suits your need.
$itemDate->toRFC822(true)
// change to
$itemDate->format('your date format here')


Please note that this is consider as customization and unfortunately we cannot accommodate you with the request as per our support policies here, http://stackideas.com/support .
·
Thursday, 26 November 2015 16:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear stackideas,

since we updated to the latest version we saw that the <img> tag in the rss feed is gone after the update.
is there a possibility to exlcude the rss feed file from updates so the feed will be the same after updates?

In the attachments you can find the difference between easyblog 5.0.37 feed and the easyblog 5.0.40 feed.

Best regards,
Hugo
·
Wednesday, 26 October 2016 21:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

Can you change the Blog Content Taken From setting to fulltext by:
1. Click EasyBlog>Settings>General>Rss Feed>Blog Content Taken From-Fulltext
Refer this: http://screencast.com/t/WvrPpxVslK
·
Thursday, 27 October 2016 11:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

After I changed the settings the page goes blank, I noticed the foreach loop isn't working anymore.
Perhaps some things has changed in the update? See the attachment for the code.

Kind regards,
Kayleigh
·
Wednesday, 02 November 2016 16:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I've try to access your rss feed, seems it display correctly, instead of blank page as you stated http://screencast.com/t/GU6Mcmm3
May I know, which file that as per screenshot above?
·
Wednesday, 02 November 2016 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Wednesday, 02 November 2016 17:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?

You can add the information needed by edit your first post in the Details section or you can just include your site's access once at http://stackideas.com/dashboard/site rather than needing to keep adding them in your replies
Or maybe you can create a new ticket for this, as this ticket you've using the old domain
So, it is easier for us to manage your inquiries.

Thanks for understanding
·
Wednesday, 02 November 2016 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post