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.
everythign went pretty smoothly and I think I have set everything correctly. Whenever I try to create new content it goes through the creation process, accepts the story but never shows it. There is no moderation queue online and 'promote to front page is checked'. You could even log in as a suser and try yourself. Because Ia m seeing no errors, I am a bit confused, could you point me toward a possible cause?
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?