News Archive

View: New views
4 Messages — Rating Filter:   Alert me  

News Archive

by Selfprodigy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Is there a way to display all of the news articles in an archive
format... Where people could search previous articles go page page
etc...?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: News Archive

by Sweta_CTI :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I think you need to make your own include which fetch all news from
the database.

On Apr 23, 4:46 am, Selfprodigy <selfprod...@...> wrote:
> Is there a way to display all of the news articles in an archive
> format... Where people could search previous articles go page page
> etc...?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: News Archive

by Blair McKenzie-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The news rule provides all of this functionality. For general searching have a look at the verity plugin.

Blair

On Wed, Apr 30, 2008 at 6:41 PM, Vyas <swetavyas@...> wrote:

I think you need to make your own include which fetch all news from
the database.

On Apr 23, 4:46 am, Selfprodigy <selfprod...@...> wrote:
> Is there a way to display all of the news articles in an archive
> format... Where people could search previous articles go page page
> etc...?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: News Archive

by elAdi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


It depends what excactly we are talking about here. If you don't
expire your news item, then the news rules, as Blair sais, contains
all the functionality to do what you want.
We have a lot of news across many categories and departments and in
order to avoid cluttering the news containers, we expire our news
items pretty quickly. To create a news archive that showed all
(desired) news itmes of the past, I needed to:

- Add a new property ToArchive to the news type
- Extend the FarCry News Administration with the functionality to edit
that property
- Create a new rule that fetched all news items that were expired and
have 'ToArchive' checked (could have done that in the core news rule,
but didn't want to build more functionality into it to keep it simpler
for the contributors)

Hope it helps.
a.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---