See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

Change to book.module allows you to define some books as protected

Hi all

Yesterday I posted a patch to the book module that allows site admins to mark some books as "protected". Whereas users with appropriate permissions can edit, outline... normal books, only users with an additional "edit protected books" permission can work with protected books.

I've seen many people asking for something like this, I hope this can help someone. Please review and give feedback.

henrik

Boolean fields in database

I've noticed that some boolean fields in the database are defined as 2-digit integers (e.g. node.stiky, node.promote, node.moderate...)

Why aren't they defined as 1-digit integers?

When I create my own table, how should I define my boolean fields?

Fix for 4.7.2 custom logo path in theme.inc

I don't know if this is submission-worthy for a bug fix or anything, so if any people who do that kind of thing want to submit this code feel free:

Why are comments not nodes?

A very simple, but to me puzzling question: why are comments stored in a seperate table instead of in the "node" table? It would make, for instance, tracking posts of a user much easier.

Want to add Tagadelic Module cloud on frontpage

Hi all:

I would like to add the tag cloud from my tagadelic module to my frontpage. Is there any php code or snippet that can help me add that?

Thanks,
dkaps
Drishtikone.com

User picture in Profile Page

Hello,

This must be very simple (for the Drupal experts at least).

Is there a clear explanation of
how to show the picture of the user in the USERS summary list page
and the User Profile Page in Drupal 4.7 ?

The default profile page outputs various info except the picture.

The standard explanation is to create a template.php and user_profile.tpl.php
and place this code in the user_profile.tpl.php.


if($user->picture):

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core