Drupal - Home page content module

Discussion in 'Drupal' started by daringtakers, Feb 5, 2008.

  1. #1
    Hi,

    Currently I am using 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
     
    daringtakers, Feb 5, 2008 IP
  2. archard

    archard Peon

    Messages:
    221
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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"
     
    archard, Feb 5, 2008 IP
  3. hitboy

    hitboy Well-Known Member

    Messages:
    2,939
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    170
    #3
    are you trying to put the latest feeds on your homepage?
     
    hitboy, Feb 5, 2008 IP
  4. daringtakers

    daringtakers Well-Known Member

    Messages:
    808
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #4
    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.
     
    daringtakers, Feb 6, 2008 IP