Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi,
I need a brief explanation of what new aggregation is all about. Judging by the name, it would seem that I can "pull" news articles from the www and have them be gathered on my site (which I am in the process of beginning). How does this work? And can I "pull" site specific news, or will it just be any news that comes up?
I know I could probably find the answer to this with some research, but I thought it may help other newbies as well.
[I'm not sure if this is the best place for this -- it's my first post to the forum, please let me know if there's a better place.]
I'm developing a site with some custom data-types which are interrelated. I've built some of the data-types in CCK, and the results are more or less acceptable. However, because of the way the different data-types are related, there are some heavy issues with authoring workflows, that won't work for the non-technical content creators. Is it possible to modify the workflows without devling into the core of CCK, or do I need to create my own module for these data types?
I'm in a situation where I'm using drupal for an Intranet site in which different users are coming from 4 different IP addresses. I need to be able to assign an 'internal user' role based upon these users coming from these addresses. Any other address will have to first log in for validation.
Does anyone know of a module that does something like this? If not, what hooks would I need to use to program my own module?
I had a hack in the user.module, but that is not too kosher...