This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

DrupalDocs Dashboard Widget

Module developers working in Mac OS X 10.4 (Tiger) might be interested in the Dashboard widget I cobbled together for searching the DrupalDocs API reference. I put it together as a learning exercise, but you might find it useful for quick function lookup. Enjoy!

suggestions on team module

hi

I am new to drupal and I try to build a page for my sports club. After themeing and building a plan I am no looking into module development to build some special node types as a team module.

This team module should contain teams and players that belong to a team. I would like to add a picture to each, the team and to all players. That is where I need suggestions from experienced drupal guys: Shall I use the existing image module or should I implement everything by my own? If I should use the image module, what is the best way to accomplish this?

Aggbug, clickthrough and html notification mail

Hi!

I would like to ask whether has anybody already implemented this features?
Because than I won't put effort making them :)

To be clear and clarify what I'm missing:

get a list of user-"objects"

Hi,

is there a way to retrieve a list of users (e.g. an array filled with things like the global $user, but one entry for every user available in the database?

i could use plain sql queries on the user and profile tables, but i would prefer a more portable way to accomplish this. Any ideas?

luksedj

PHP Block Module

Hi,

I add a php block in the admin menu and It works. How can I create a local module (for downloading)?
The below-mentioned php code generate an error "Parse error: parse error, unexpected T_STRING in" in the admin section "modules":

$block['content'] .= '
<?php
... PHP block content ...
?>

Multiple User Types In Drupal

Hi all,

I am currently facing a minor problem in my website development and I was hoping someone on this forum could provide some guidance.

I would like to have two distinct types of users on my website: members and publishers. These two user types will need to fill in different information on their user profiles - in addition to being assigned different roles. For example, for members I would be interested in their age, but for publishers, I would be interested in their Company Name.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions