This Module was build using the Drupal Core Aggregator Module. This Module will create a new keyword field for all content types that exist. Once you enter a keyword the module will create an google news feed link for that keyword and grab all the news feeds related to that keyword which will be related to the node that created the keyword.

In addition the comments that are placed for this node will also be considered as feeds for this keyword and will be displayed in the feeds block for this node.

This module differs from the Default Aggregator module because of the automates Aggregator Feeds created using the keywords and with the help of Ultimate Cron we can get Aggregator Feeds without involving an administrator. This will be ideal for a community site or news site where the related content from the google can be fetched according to the keyword.

The module requires comment, views_ui and ultimate_cron to work.

http://drupal.org/sandbox/abdulqadir028/1876888

GIT Clone link
git clone http://git.drupal.org/sandbox/abdulqadir028/1876888.git feed_loader

This is Module is created for Drupal 7

Comments

monymirza’s picture

Status: Needs review » Needs work

Hi,

before you start, please check your module for errors. use "Coder" module before pushing to Git.

vineet.osscube’s picture

Hi,
I suggest you to take a look at this page:

http://ventral.org/pareview/httpgitdrupalorgsandboxabdulqadir0281876888git

Here you can check source code whether it meets drupal coding standards or not, and advise you what to change in your code. You can repeat review after your commits, and can fix those errors.

abdulqadir028’s picture

Status: Needs work » Needs review

Have updated the files accordingly

fr3shw3b’s picture

Status: Needs review » Needs work

Hello,

Firstly which branch do you want to be removed and remove 7.x branch as you should only use version branches like 7.x-2.x and 7.x-1.x. Is the version 2 branch significantly different from 7.x-1.x?

You can find there are lots of errors as well as warnings on coding standards (I wouldn't mention it if there wasn't so many errors found, If it was just a few warnings I probably wouldn't have mentioned it but there's quite a lot to sort out):
http://ventral.org/pareview/httpgitdrupalorgsandboxabdulqadir0281876888git

I'm basing my review on the 7.x-2.x branch as it seems the most recent:

You need to remove the nested feed_loader folder.
You ought to tidy up the module as well by creating a structure which is something like this:
-- css
---- CSS files in here...
-- templates
---- Template files in here...
-- includes
---- All inc files in here...
-- images
-- feed_loader.module
-- feed_loader.info
-- feed_loader.install
-- feed_loader.api.php
-- README.txt

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

I'm a robot and this is an automated message from Project Applications Scraper.