contao / core

Contao 3 → see contao/contao for Contao 4
GNU Lesser General Public License v3.0
490 stars 214 forks source link

Feeds.php addition to allow custom tags #1668

Closed ghost closed 6 years ago

ghost commented 12 years ago

Feeds.php, line 127:

// Custom Feed Objects
            if(is_array($objItem->customitems)){
                foreach ($objItem->customitems as $custom_key=>$custom_value){
                    $xml .= '<'.$custom_key.'>'.$custom_value.'</'.$custom_key.">\n";
                }
            }

would be cool if this could be added, as its hard to add it manually every time :) It would allow me to add custom rss tags. think its usefull to have :)

Download the attachments

--- Originally created by wallenium on March 5th, 2010, at 06:31pm (ID 1668)

ghost commented 12 years ago

sorry, code is broken, hope you'll get it, i can attach the feed.php if required :)

--- Originally created by wallenium on March 5th, 2010, at 06:32pm

leofeyer commented 12 years ago

Please upload a diff of your modifications.

--- Originally created on May 30th, 2010, at 02:52pm

ghost commented 12 years ago

sorry, email was in spam folder. hope you could add it to 2.9.1 regards simon

PS: patch is based on 2.9.0

--- Originally created by wallenium on July 10th, 2010, at 01:01pm

ghost commented 12 years ago

any news on this one?

--- Originally created by wallenium on August 9th, 2010, at 10:27pm

leofeyer commented 12 years ago

--- Originally closed on June 14th, 2010, at 05:53pm

fritzmg commented 6 years ago

Can be closed in favor of https://github.com/contao/core-bundle/issues/1243 imho.