I've been building websites for a long time.... the hard way. *Almost* every page is a physical page somewhere, and if I want to build a user system, I build it from scratch. I use libraries, template engines etc.. But my sites never get any easier to build. I'm wondering what is possible with Drupal? Here is an example site I did a while ago (not the design) and I'm rebuilding the code now. The link: Art-Care
Is it possible for a site like that to take advantage of what Drupal can do?
Heres the deal,
Within each module type, I want users to be able to define if the data within that module is accessibly to anyone else. For instance:
In the blog, they could set it to "public" or "private". If it's private, they would have the option to "invite" someone to see their blog, OR a Single post of their blog.
I have a RSS feed that requires a username and password. If I enter the feed as: http://user:pass@site.com, I still receive a 401 error. Is there a modification required to the url parser in common.inc to pass the username and password values?