Because drupal uses session id's Google can ban your site. Session ids creates a loop for the googlebot to keep crawling u, which triggers the ban action.
First, my apologies if this is in the wrong forum.
I'm evaluating drupal as a website for a bunch of friends. Mostly, we'll be putting photos on there.
Taxonomies look like a particularly good way to organise the photos. I can have one for 'Parties', one for 'Holidays' and one for each year. By nesting them in different ways, I can navigate the content easily (using taxonomy_menu.module).
A question: why is user 1 specifically treated as special, rather than having drupal preconfigured with an 'administrators' role, and automatically putting the first user in that role?
I've seen that the Height property on book nodes is only granted for users with node administration permission. I think this has not sense. Every node in a book should be in its place, and the first person who knows it is the one who is submitting the node. I think every one who has granted access to send a node for a book should also can decide its height whitout the restriction of having global node administration permission. Did I miss some point?
Hi! I am running a community site that needs lots of interactivity between the users. A good way of doing this is individual guest books, one for every user (with comments enabled). I can't find a drupal module for this, but it sure would be a nice addition!