Posted by scheetzs1 on November 18, 2008 at 10:13pm
I have the "Blogger" module installed on 2 of my websites (both Drupal 5.x). However, 1 user belongs to both websites as the admin. He would like his posts on one of the sites to automatically post on the other site as well (so he doesn't have to repeat his work on both blogs). I was looking for maybe a file that held the posts, but had no luck. Where do these posts get stored? If there is a simple way to do this, or even a tough solution I would appreciate any response. Thanks!
You can email me at: scheetzs1@gmail.com
Comments
=-=
all content in drupal is stored in the database.
A way to get the content from one site to another would be to read up on aggregation.
Thank you, VeryMisunderstood.
I guess all I needed was a little common sense! Thanks a ton. :)