I would like to have a new node type almost identical to a "Page" with the only exception in that page title doesn't show up in a body of a page. Any suggestions?
What might I do to make a module that will allow me to make posts to my blog public or private with each post?
What is would do is it will allow you to choose with each post you make to set the entry private or public.
Sometimes you might want to make a post to express an opinion or idea, so you make it public. Othertimes it's a personal log entry like a personal journal that you might want to keep private permanently, and/or later make it public for people to read.
I am designing an "about me" block which will contain the avitar, name, location, and bio. The code for this type of block exists here: http://drupal.org/node/20165
My problem however, is that info in the about me block is based off which user is viewing the page, not off which user created the page. In other words, if I am looking at my friends blog on the site, his page would show an about me block with MY info in it instead of his.
I encounter "Access Denied" for every single page viewing of my own on my Drupal website. I'm the only one who uses the website. It looks like an "Annoymous" user, who is myself after logging in" is accessing forbiden pages.