SAlexson
Results 1 - 1 of 1
bySAlexson, November 4, 2010
This mod is perfect! It adds a nice news display along the top of my site.
I would like to respond to benaam's review concerning a way to change the number of articles retrieved for each feed.
You don't actually need to get a local copy of the js file from Google. You can modify the module code to make this configurable.
Simply...
In mod_gajaxfeeds.xml:
After line 45, add:
In gajaxfeeds.htm:
After line 63, add:
numResults : get('numResults'); ?>
With these 2 simply changes, the number are articles is now configurable through the module.
Hope this helps anyone else that may want to do this.
As I said before, great mod!
I would like to respond to benaam's review concerning a way to change the number of articles retrieved for each feed.
You don't actually need to get a local copy of the js file from Google. You can modify the module code to make this configurable.
Simply...
In mod_gajaxfeeds.xml:
After line 45, add:
In gajaxfeeds.htm:
After line 63, add:
numResults : get('numResults'); ?>
With these 2 simply changes, the number are articles is now configurable through the module.
Hope this helps anyone else that may want to do this.
As I said before, great mod!


