CRM Core Profile

Component type

module

Maintenance status

Development status

Downloads

21369

Component created

Component changed

CRM Core Profile is a form builder for CRM Core. It provides a drag-and-drop interface for authoring forms that collect information about contacts and activities. It includes controls for controlling how forms display, prepopulating form values, enabling / disabling matching engines, permissions for accessing the forms, and more.

Related Modules

View profiles permissions

Component type

module

Maintenance status

Development status

Downloads

8421

Component created

Component changed

This module provides permissions to view user profiles depending on what
roles the profile requested to be viewed
has.

Important:

Note that in Drupal 6, roles have no machine names, so if you change the
role name of a role, you will have to reassign these permissions.

Cross-Browser CSS

Component type

module

Maintenance status

Development status

Component created

Component changed

Cross-Browser CSS is a simple module that adds the user's OS, browser and browser's version into your body tag as classes. For example, on a Google Chrome Apple user, the result will be:

<body class="apple chrome chrome17">

So you can easily do your CSS like this:

body.apple.chrome17 #block-block-2 {
  background-color: red;
}

And on a Internet Explorer 6 Windows user, the result will be:

<body class="windows ie ie6">

Quickcron

Component type

module

Maintenance status

Development status

Component created

Component changed

You don't need this module unless another module requires you to install it, or you wish to use it for your own custom modules.