User login

Reference

Drupal core in Git

For Drupal core development in Git rather than CVS, git://github.com/mikl/drupal.git is updated every hour from Drupal.org's CVS.

Resolution

Drupal function to give path to files directory

All Agaric wanted was the Drupal function to give the path to files directory (which Drupal core itself should probably use instead of embedding the full filepath in the files database), and finding it was soooooo much harder to find than it should have been.

The Drupal function which we suppose we ought to use is file_create_url().

See http://api.drupal.org/api/function/file_create_url/5

Upgrading Enabled Modules from Drupal 5 to Drupal 6

Reference

Converting 5.x modules to 6.x
http://drupal.org/node/114774

Upgrading your menu system from 5.x to 6.x
http://drupal.org/node/103114

Changes specific to the Enabled Modules module

Description replaced with a serialized info column in system table.

Related to Enabled Modules

There are at least two other modules in a similar space as Agaric's Enabled Modules:

(and this page will list them when i find them!)

A Drupal 4.7 snippet, List all enabled modules for a 'colophon' or 'about' page.

Automatically putting a user's post into an organic group

The final result is in the (as yet unreleased, but if you want the code we'll send it) special treatment module.

Some test ouput and discovery of key function along the way:

Part of the pitch for Agaric training services

Dan says:

We learned web development while learning Drupal

so we haven't had to un-learn the non-Drupal ways of doing things.

Resolution

Figuring out Organic Groups Project module integration: output of project module's link altering hook

See also, for OG/Project integration, Adding and modifying organic group action (create content) links.

Figuring out organic project module

These are the links we have to deal with, from hook_project_page_link_alter().

Syndicate content