Considered feature-complete by its maintainers.

Webform2Sugar

Select the SugarCRM field for each inputfield

Capture webform result as new leads in SugarCRM

Now Available - Version 5 for webform2sugar

Yes, I know this seems very soon for a major version update, however, I think there is good reason for this major version change. Version 5 is a rewrite of the module from the ground up and it fundamentally changes the way the webform2sugar module operates.

This version now follows the pattern of other webform module add-ons by simply creating a new tab in the webform section of webform nodes. There are a number of advantages to this approach, and this version sees a lot of changes that were not possible to accomplish with version 4 and before.

The major changes in this version are:

  • Mappings are now stored in the database. This allows for a single webform field to be mapped to multple fields in sugar and for a single sugar field to have multiple fields mapped to it.
  • Settings are now managed on seperate page inside of the webform tab.
  • Each webform can now be sent to a different sugarcrm server
  • Campaign Ids can now be overriden on the form so that a single form can go to multiple campaigns.
  • Webform2Sugar now checks urls to be sure they are accessible before saving them to the database.
  • Webform2Sugar now supports custom mappings without hacking the webform2sugar_fields.inc file.

Comment automatic title

When users don't fill the title field when posting a comment, or when this field is disabled, Drupal word-safely cuts a 29 characters extract from the beginning of the comment's body to generate a title.
With this module, it is possible to choose the comment automatic title length, from 1 to 64 characters.
Comment automatic title adds another feature: it can cut this extract at the first character found, from a list you provide (full-stop, comma, etc.).

For example, let's consider this comment:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In augue purus, pellentesque ut, suscipit nec, scelerisque commodo, leo.

By default, Drupal will generate this title: Lorem ipsum dolor sit amet,.
With comment_auto_title, there are many possibilities, depending on the settings.

Length: 60, cut characters: [empty] => Lorem ipsum dolor sit amet, consectetur adipiscing elit. In
Length: 60, cut characters; . (full-stop) => Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Length: 25, cut characters: . (full-stop) => Lorem ipsum dolor sit
Length: 60, cut characters: .,?! (full-stop, comma, question mark, exclamation mark) => Lorem ipsum dolor sit amet,

Features

The features module enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together satisfy a certain use-case.

Authenticated User Page Caching (Authcache)

Authcache Flowchart

The Authcache module offers page caching for both anonymous users and logged-in authenticated users. This allows Drupal/PHP to only spend 1-2 milliseconds serving pages, greatly reducing server resources.

Please note that enabling authenticated user caching will require modifying how your user-customized content displays on your pages. You should be an experienced Drupal developer if you choose to implement the full functionality of this module.

How does it work?

Authcache saves the final rendered HTML of a page to serve visitors. A separate cache is created for each user role as defined by the administrator, so some roles can be excluded if necessary.

Authcache places priority on serving pages to the visitor as fast as possible. After a page is loaded by the browser, a second HTTP request may be performed via Ajax. This initiates a lightweight DRUPAL_BOOTSTRAP_SESSION that allows SQL queries to be executed (such as updating the user "history" table or node "statistics" table), and returns any user-customized data to the page (such as form tokens or default values on a contact form).

User Points User Picture

User Points User Picture awards points for adding a user picture to one's profile.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only