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

List of Users with Content

Is there any way (be it in a module or custom PHP code) to display a list of users who have content anywhere on a site? This would kind of be like select every user who has items listed under their "track" - "track posts" list.

References for node_access, please!

Dear everybody,

I am trying to understand Drupal's node access system. Does there exist some documentation of the DB table node_access? Some kind of an intro would be great as I find it hard to understand the Drupal core code. What, for instance, are the meanings of the fields in node_access?

I am thankful for any hints/links!

Kaspar

bootstrap_access Phase

Hi,

I am a newbie currently crunching everything I can lay my hands on about Drupal. Please bear with me if my questions are a tad "green."

when I am learning from how drupal executes, I have noticed that the Bootstrap_access (phase 3) comes after the page cache, and the database abstraction layer.

My question is, is it necessary for the banned IP to go through these 2 phases - the page cache and the database abstraction layer phase? Once the global vars are initiated can't we just banned them right after phase 1?

Great article on the future of XHTML and HTML

Drupal, along with others, has made a decision to go with XHTML as the path to the future. I'm sure a lot of Drupal developers are quite aware of recent developments regarding HTML 5. For the rest of us, I found a great introduction to the goals of HTML 5, contrasting it with XHTML 2 as a future path. Until I read this article, I didn't fully appreciate some of the issues involved.

See www.digital-web.com/articles/html5_xhtml2_and_the_future_of_the_web/

Building a book from any custom content type

I just got to know drupal a while ago and first of all I would like to say that I am very impressed with drupal and its flexibility.

However, during the last week I have been building a web site. I need have several different content types in a single
book and to have the end user the ability easily add any content type to the book. That is, of course, possible with
the outline function of the book, but I don't really like the HMI. Instead of making to user first define the content
and then use to outline function and to choose the right node himself with the outline function, I would like to have same kind of interface the book has: just links on the page of the parent for adding child nodes of each content type.

I searched the forums and couldn't find a solution. So I ended up building a small module which allows for this alternative
way of building books of any content type.

The module uses a specially named vocabulary for the contenthierarchy. For example, vocabulary could be something like this:

- Continent
          - Country
                   - Capital
                   - County
                   - City
          - Lake
          - River

Now, if the user defines content types Continent, Country, Capital...., and starts adding content, then the module will add links

Request: Finnish Date and time

Hello,

I'm configuring a Drupal site with Drupal 5.1 and noticed that I had to tweak the date and time setting myself to the system.module file to get the Finnish conventions working. The Short date format is ok ('d.m.Y'), but:

1) The Medium date format would need to be 'D, d.m.y'
2) The Long date format needs to be 'l, d.m.Y - H:i'

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core