Hi, first of all congratulations this is a great installation profile.

I am using the feature to fetch articles sort them and place the creme de la creme into channels for subscriber's to read.

Here is what I need to achieve.

-The fetched articles shouldn't be visible to the general public. So I would like to un-publish them until they end up in a channel.
-I am mainly fetching articles in other languages e.g.: Italian, German etc. Before sending each article to a channel it needs to be translated into English. For that I would need to see the whole article and create another node for the English version.

Any help how to achieve that is highly appreciated.

My best to all Drupalers

Comments

alex_b’s picture

Status: Active » Fixed

- First, you cannot unpublish/publish single items in Managing News. This has to do with the fact that MN does not use node module to store items.
- That said, you can deny anonymous user access to all content by simply pulling the 'access content' flag from the anonymous user (admin/user/permissions).
- In order to make items show up in channels no matter what your permission is, you can modify the View that generates channel listings and RSS feeds and remove any access checks from it (admin/build/views).

Hope that helps.

orces’s picture

thanks for getting back!

i created a content type articles and outputting the RSS feed as a node to that content type. that works beautiful and that's what i needed. however i could not figure out how to make that content type article on the feeds page to show. or if you could tell me how to clone that feeds page and make it to a page where all the articles show up would be great. and also how would i make the articles show up in the channels instead of the feeds?

alex_b’s picture

#2: you'll have to reconfigure most views under admin/build/views

Status: Fixed » Closed (fixed)
Issue tags: -content translate, -fetch whole text from RSS

Automatically closed -- issue fixed for 2 weeks with no activity.