Hello,

Two problems in one : my block "Latest News" on the homepage Dashboard has a problem in the link of the nid of the feed, the link of the feed is ...feeds/[nid] and it is not showing the right number of the feed.
The second problem is when I try to change if I want the feeds as a list, a graph or a map, only the list is working, for the map and the graph it is remaining white in the block, idem when I try to change the number of feeds in News on the map, if I change anything, the map desappears!

I must add that I made the three critical updates, upgrading from Drupal 6.19 from 6.22, views 6.x-2.12 and spaces 6.x-3.1

my config :
mn 1.2
Drupal 6.22

Many thanks for the help!

Comments

mymy06’s picture

Well,

I found a part of my own questions! It can be resolved in the mn_news, in the display Block:News, (feeds_data_syndication.feed_nid -> node.nid) Node : Nid Feed nid has to be added first.
But I have still problem with the map in "News on the map" when I change the number of feeds to be displayed, the map desapears!

Bye

busla’s picture

Your solution worked like a charm :-)

I want to take the liberty of doing a step by step guide to fix the problem since your post might be confusing to people that have little experience with the Views module.

  1. Go to http://yoursite.com/admin/build/views/edit/mn_news#views-tab-block_3 (obviously substitute "yoursite.com" with the url of your MN installation)
  2. In the Fields column click the + symbol.
  3. In the Groups dropdown list, select Node.
  4. Check the Node: nid item and click Add.
  5. Make sure it´s using the feeds_data_syndication.feed_nid -> node.nid relationship and then check the "Exclude from Display" item.
  6. Scroll down and click Update.
  7. Go back to the Fields column and click the up and down arrows to rearrange the fields.
  8. Drag the new "(feeds_data_syndication.feed_nid -> node.nid) Node: Nid Nid" field. It has to be above the Title field so that it can use the [nid] replacement pattern.

That´s it :-)

busla’s picture

I just realized that this does not work for the custom boxes on the Dashboard. I still get feeds/[nid] in path.