By rusasadmins on Wednesday, 12 June 2019
Replies 2
Likes 0
Views 1K
Votes 0
I need to be able to add custom fields into the RSS Feed.

I created a module, and turned on the rss feed 'subscribe to rss feed'
The module displays all of my custom fields
When I click on 'subscribe' rss feed the custom fields are not displaying

I've attached the sample feed and an image of what my page looks like.

thanks,
LAura
You will need a template override to do this.

See https://www.jevents.net/docs/jevents/item/customising-the-rss-feed-ouput

There are examples commented out in the code already - and you can access the custom field values via
$row->customfields[$code]["value"] or $row->customfields[$code]["label"]
where $code is the custom field code name
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello rusasadmins

I am just following up. Did you get this resolved?

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post