Share Prices - Mobile Phones - Debt Help - Mortgages - Remortgages

PDA

View Full Version : Drupal - Home page content module


daringtakers
Feb 5th 2008, 3:09 am
Hi,

Currently I am using aggregator_summary (http://drupal.org/project/aggregator_summary) module.

Now I want to slightly bend this module to meet my needs. I dont have in depth knowledge of drupal api,
but I can do it based on suggestions.

1) Currently this module displays feeds under path /aggregator_summary, I wants to display it on home page, I want to know how can I generate content for home page? which functions/hooks to implement.
link to any example?

2) I want to modify it, so if he/she is an returning user, it will display only new feeds since his/her last visit.
I think i will need to create a cookie on client, how can I?

thnx

archard
Feb 5th 2008, 2:45 pm
Check out the Panels modules http://drupal.org/project/panels

You can get almost any content you want on the home page by creating a panel and giving it a URL of "node"

hitboy
Feb 6th 2008, 12:22 am
are you trying to put the latest feeds on your homepage?

daringtakers
Feb 6th 2008, 3:42 am
are you trying to put the latest feeds on your homepage?

may b, but not just few blocks, I want that feeds to be displayed in content area not sidebars, I want to display selected feeds on the front page (latest items) and its going to be 15 to 20 feeds.