Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I am developing a module that is controlling access to content. However, at the moment, despite having given what I think is access to a given node to the anonymous user the front page is empty (or at least it asks him to create the first admin account). I want to track down what is happening. Can anyone tell me in which module the contents of the front page are constructed
Currently I'm trying to update the guestbook module for drupal 4.4 (http://drupal.org/node/7673) to 4.5.
Within the entries I want to display the user picture of registred users with an uploaded picture in their profile using the theme_user_picture($account) function.
Unfortunately this function returns nothing, although user pictures are enabled an the user has an uploaded picture.
What I'm doing wrong, or is there an other (better) way to display the picture?
I'm in the process of migrating from phpBB2 to drupal. I'll post my migration script soon. (If I had a nickel for everytime I've seen that sentence on the drupal.org website).
I worked up a theme to make phpBB2 work more like the joelonsoftware discussion pages. I'm thinking that somewhere between the graphical clutter of the basic phpBB install and the stripped down joelonsoftware forums is a good middle ground.