I use Drupal 4.6 and I have this error in /var/log/httpd/error_log:
[client 201.0.4.148] PHP Warning: main(): Failed opening 'sites/default/settings.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/portal/includes/bootstrap.inc on line 646
So I am using user_profile.tpl.php to create a custom profile page for my users. For the snippets that are available, it's great b/c I'm organizing w/ css and html and alls well. However, I run into a problem when I want certain blocks to show up on the profile page. I am unsure of how to specify how and where I want them to show up. I know it has a weight system and all that crap, but that just puts things above and below each other. Hope you can help. Thanks :)
I have just a simple question that didn't manage to find an answer to.
Is it possible to make the email field not mandatory when a new user registers? So that just the Username and password are mandatory. I am developing a website for kids and I feel not all have an email.
I've taken a look a LoginToboggan and profile modules, but couldn't find something.
Thanks everyone for your support! I've been in love with Drupal since I found it a month ago!
I am trying to have an about the author section displayed at the bottom of stories, so I have created a custom clock that will display Author Information in it, if it is a story, I have created several fields, bio, first name, last name, and I have configured the Author Information to display these fields, which are all public. However I am unable to see any of the information on the page. It is as if the Author Information block is empty of content. How do I get the Author Informatio block data to display? Thanks in advance!