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
Comment #1
monymirzaHi,
before you start, please check your module for errors. use "Coder" module before pushing to Git.
Comment #2
vineet.osscube commentedHi,
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.
Comment #3
abdulqadir028 commentedHave updated the files accordingly
Comment #4
fr3shw3b commentedHello,
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
Comment #5
PA robot commentedClosing 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.