Hi I apologise if there is a really obvious answer to my question or I've missed something when I've searched the forums but I have looked all over my admin panel on drupal and I can't solve this problem.

Basically I can't get the site feed at http://www.lifepost.info/rss.xml to update. When I look at it it only shows the "Welcome" page, and it should be displaying the "Charities" "Participating" "Background" and "Supporting" pages as well. It was doing this initially with the Charities and Background page when I created them earlier this month but now they have disappeared off of the file and the 2 pages I created this week (one of them today) do not show at all.

I even created a "test" blog entry and that didn't appear either.

I admit I'm a Drupal newb... what am I missing?

Vert.

Comments

catch’s picture

Do anonymous users have access to nodes in access control?

Have you tried example.com/node/feed?

Do you have any nodes "promoted to front page"?

vertilly’s picture

Ok promoting the pages to front page gets them back on the feed. Does that mean I have to do that with all the content I create?? I really want it to just show the welcome page on the "front" page and have any other content as links at the side.. or just showing up on the feed if they aren't static pages..

Sorry if these are stupid questions.

stevenpatz’s picture

You could try using the front_page module, and create a custom page with the info you want to display. I think that would work for what you want to do.

vertilly’s picture

I'll give that a go. Thanks for both of your help! Hopefully I won't need to ask anything else! *fingers crossed* LOL

catch’s picture

If you use the taxonomy module you also get feeds generated for each term. i.e. http://drupal.org/taxonomy/term/1/0/feed

So if you put the posts you want to appear in your feed in that taxonomy term, you can use that instead/as well.

Sounds like front_page.module is your best bet though.

vertilly’s picture

The front_page module did exactly what I wanted - Thanks to all who contributed to help me solve my problem(s) :-)