RSS Issues

ericdavisosu

New Member
First off, I just want to thank the developers of this project because I have tried most/all CCKs for Joomla and Fabrik seems to be the only one with the flexibility to do what I want to do.

Now to my RSS issues...

Configuration information: I am using the most recent version of Joomla/Fabrik (not updated from Github), and I have tried the standard bootstrap and div templates.

(1) I can only get the Title, Link, and pubDate RSS fields to work. I have set other elements to publish as RSS, but only the labels seem to publish to the RSS description field.

(2) I also wanted to get GEORSS running. I have set up a Google Map element, displayed it in the list, and set it to publish on RSS on the element settings. The element label publishes to the description RSS field rather than creating a GEORSS field.

(3) The RSS feed is not applying filters

Thanks for your time.

Sincerely,
Eric
 
I fixed a couple of issues ...

https://github.com/Fabrik/fabrik/commit/9b6f79668c35eb3e1b1cfac9592426ed4a95440e

That should solve 1).

Not sure about 2). My map elements correctly render as georss ...

Code:
<item>
<title><![CDATA[A Test]]></title>
<link>http://localhost/joomla34/index.php/fabrik/trip-pics/details/1/3</link>
<description><![CDATA[<table style="margin-top:10px;padding-top:10px;"><tr><td>Pic:</td><td> <a href="http://localhost/joomla34/images/stories/trip_pics/bill_benghazi.png" rel="lightbox[]" title="bill_benghazi.png">
<img class="fabrikLightBoxImage" height="100px" src="http://localhost/joomla34/images/stories/trip_pics/thumbs/bill_benghazi.png" alt="bill_benghazi.png" /> </a>
</td></tr>
<tr><td>address:</td><td>123 test street</td></tr>
</table>]]></description>
<pubDate>Mon, 19 Oct 2015 23:34:34 +0000</pubDate>
<guid>http://localhost/joomla34/index.php?option=com_fabrik&amp;view=details&amp;listid=1&amp;formid=1&amp;rowid=3</guid>
<georss:point>40.4288453,-104.99344780000001</georss:point>
</item>
 
I do need to tweak the upload element rendering for images though, so it doesn't insert the lightbox rendering in feeds, just the img.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top