Модули
Core module of the Tattler distribution.
coming soon...
Language Assignment lets you set the language of multiple nodes or users at a time. You may find it useful if:
- You're adding multilingual capability to an existing site, and you want to assign languages to your existing content and users.
- Users haven't been setting the language field correctly in their nodes or accounts.
Background
When porting a static HTML site to a Drupal site, it is very likely that you need to reproduce legacy site's URLs on new site.
This module deletes all database tables and files for the current site and redirect back to install.php so that one can reinstall Drupal from scratch. The purpose of this module is to assist in the testing of install profiles. It is only useful during development.
Grant individual users access to the results of specific webforms.
Does your client want to modify the header, footer, title, or empty text of a view, but you don't want to train them on the rather intimidating Views UI admin interface or give them access to pages
This module integrates UberCart with the Mailchimp API's ECommerce 360 feature for tracking store statistics for email campaigns sent via MailChimp. It also adds a checkout pane to the shopping cart that allows customers to subscribe to lists during the checkout process.
Features
- Sends order info to MailChimp for campaign tracking
- Adds a subscribe checkbox(s) to the Ubercart checkout process(New in version 2.0)
- debugging and logging options
- Options for Cookie storage length
- Adds tokens to the MailChimp Module to get first and last name from UC orders
Requires
- Ubercart
- MailChimp Module(5.x & 6.x) or Email Marketing Framework(6.x) with MailChimp support
- An account with Mailchimp
This views style plugin displays the results of a view as a crosstab (also commonly called a pivot table) - grouping rows by one field, columns by another, and using an aggregate function (count, sum etc) of a third field for the table data.
For example, this module will take a table view with linear output like:
| User | Content Type | Node ID |
|---|---|---|
| Anita | Blog | 1 |
| Anita | Page | 3 |
| Barak | Page | 5 |
| Jamila | Blog | 2 |
| Jamila | Blog | 4 |
| Jamila | Page | 6 |
And turn it into a crosstab that counts the number of each type of content for each author:
| User | Blog | Page | Total |
|---|---|---|---|
| Anita | 1 | 1 | 2 |
| Barak | 1 | 1 | |
| Jamila | 2 | 1 | 3 |
A default view "content type count by user" that does just this is included with this module.
Security note: A security vulnerability was discovered and has been fixed. Users of previous versions are strongly advised to update to version 6.x-1.0-alpha2 or higher, 7.x-1.0-alpha1 or higher, or a dev release dated on or after November 14, 2013.
Description
This module provides a new service method named nodesave.save that uses node_save() instead of
This module will download all images in the description or content:encoded tag of an RSS feed and replace the images' src with the path to the local copy.
Comment displays is part of the Display Suite and is an implementation of its API.
Background
In some cases, it is required to allow users to claim authorship of a particular node.
For example:
Insert is a utility that makes inserting images and links to files into text areas or WYSIWYGs much easier by adding a simple JavaScript-based button to file and image fields.
The Mapbox module provides a layer type to the OpenLayers module and G
2i module is an alternative CCK image field module.
SuperSearch is a drop-in replacement for the built-in Search; some of the highlights:
What is Delta?
Delta allows you, via the Context module to make duplicates of your theme settings for any context on your sit
A CCK field to embed the content of another node inside this CCK content type's edit form and output display.
General project information
Defines a CCK file field formatter that allows for the emailing of files attached to content.
There has been a focus on making this module as themable as possible.
You are currently able to theme:
- The formatter output.
- The email that is generated with the file attachment.
See the TODO.txt for known remaining tasks. If you have ideas, let us know.
