Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Feeds.php addition to allow custom tags #1668

Closed
ghost opened this issue Nov 29, 2011 · 6 comments
Closed

Feeds.php addition to allow custom tags #1668

ghost opened this issue Nov 29, 2011 · 6 comments
Labels

Comments

@ghost
Copy link

ghost commented Nov 29, 2011

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
Copy link
Author

ghost commented Nov 29, 2011

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
Copy link
Member

Please upload a diff of your modifications.

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

@ghost
Copy link
Author

ghost commented Nov 29, 2011

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
Copy link
Author

ghost commented Nov 29, 2011

any news on this one?

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

@leofeyer
Copy link
Member

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

@leofeyer leofeyer reopened this Dec 14, 2011
@leofeyer leofeyer modified the milestone: x.x.x Apr 15, 2016
@fritzmg
Copy link
Contributor

fritzmg commented Mar 20, 2018

Can be closed in favor of contao/core-bundle#1243 imho.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants