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
Comment #1
alex_b commented- 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.
Comment #2
orces commentedthanks 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?
Comment #3
alex_b commented#2: you'll have to reconfigure most views under admin/build/views