Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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!
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?
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?
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":
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.