Maybe it would be a good idea to not display the 'Aggregator Categories' label if no categories have been defined in aggregator module. So we would only have
feed title: My Feed Title
feed type: select one
feed url: example.com/myfeed
no 'Aggregator Categories' label

Also, when using a localhost feed for testing purposes the URL was rejected by the validating function
function feedfield_validate_link($text) [@ line 377]. It was accepted in the aggregator and works.
I added a quich check for this, which solved my local feed problem.

if (!stristr($text,'http://localhost')){
if (!preg_match( whatever
}//end localhost test
else { etc...

Comments

YaxBalamAhaw’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.