want to publish new posts of past 24 hours
arpan - April 2, 2009 - 13:43
Hi Guys,
IN our local intranet site (i.e drupal site) we have somewhere like 20 new posts in blogs of various users.
We want to aggregate new blog entry title (and possibly some 100 characters of each post). For all new blog entries we want to do this and publish in a mail to all users what all new things got posted in previousday.
Can any one help me how to do this?
Warm Regards,
- Arpan

=-=
investigate the views.module
Hi, Thanks for always coming
Hi,
Thanks for always coming ahead to help. :-)
I checked in views. I am able to see the recent posts. by tracker but...
I want to publish them. Can you please tell how to go about this?
Thanks again.
=-=
I don't understand the request.
views doesn't publish content it creates lists of content. there are some default lists and any other lists you can create on your own. get the advanced help.module and read the documentation with regards to views.
There are also quite a few video casts floating around that help a great deal with coming to grips with views.
Yes, thats what I am thinking
Yes, thats what I am thinking views don't publish.
Here the requirement is :
Some of the team members are posting on the blog daily. (Say 15 new blog entries) we want to send these new blog title names to all the users in a mail. So that who ever is interested can see it.
Hope you got the scenario.
=-=
you will have to investigate one of the emailing modules like simplenews.module with the simplenews_digest.module
The content is published when the users create the blog entries. If they are not, then that is yet another issue to overcome. I don't know if simplenews will deal with unpublished content as anon user roles won't see unpublished content and anyone not logged into your site clicking on a link in an email will get a page not found or access denied message.
Hi, I understood the point.
Hi,
I understood the point. We can publish the news teller at perticular time etc. but the thing is : how to aggeregate the items for the news teller ?
=-=
investigate the simplenews.module and the simplenews_digest.module