User login

Need

CCK or CiviCRM for clients in a Drupal project management solution?

How to represent contacts, or clients, in Drupal?

A CCK recipe (and this is a common need so it should be a recipe) or the other obvious solution, CiviCRM?

I suppose it depends on what one wants to do with it.

Our use case is for managing our clients, in a yet-to-be-fully-developed project management system.

See:

Theming views to use imagecache

Agaric needs to make a view, such as a preview of an image gallery for the front page of a site, use imagecache to generate cropped and resized thumbnails.

Resolution

<?php
 print_r($node);
?>

stdClass Object
(
[nid] => 6
[files_filepath] => sites/anjaliforberpratt.com/files/images/137901886019f.jpg
)

So it's saying, I am an object, I am called node, this is what I am made up of.

We want it to print our node, the entire node.

User could not connect to database in making a site with a there-then-missing installation profile

OK, you're not likely to run into this problem.

However, if you do things the Agaric way, and point a domain at a server, and Apache sends it to a valid Drupal installation with a custom installation profile option, and you select that installation profile, and then realize you really want Apache pointing your domain to a different, 5.2 installation.

You may get an error about the user being rejected for the database table. And you can keep trying this page with reset passwords and anything and keep getting the same error. It's weird, but that's what happened to us.

Agaric wants to disable comments for nodes, en masse, retroactively

disable comments for all nodes of a content type (meaning existing nodes)

This guy wanted it for Drupal 4.6...
http://drupal.org/node/161880

These folks only wanted it for specific nodes, which of course is built in:
http://drupal.org/node/87495

Long story short, there does not seem to be much demand for the ability to retroactively disable comments for a large number of nodes.

Syndicate content