Skype Support
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
A module that gives the users on your site the ability to offer live support via Skype.
A module that gives the users on your site the ability to offer live support via Skype.
The JSnippets module can be used to insert code snippets, general text templates and so on into specified Drupal textareas. Snippets can be related to textareas in forms, using the element ID of the textarea and the form ID of the form. These can be obtained by way of the JSnippets section button which should be visible above all textareas for users with the 'administer jsnippets' permission. Only users with the 'use jsnippets' permission are allowed access to the snippets.
This expect script will download Drupal and a standard set of modules from CVS (HEAD). It then grabs and unpacks tinymce into the correct location and creates and installs the database. The script should be called with the following parameters:
expect getdrupal.exp database password [rootpass]
The database name also gets used as the username.
This module is designed to assist researchers and students who want an easy way to perform random sampling or assign participants to experimental conditions. It accepts form input as parameters for generating a pseudo-random list of numbers.
Serious intervention for switching people from Internet Explorer to Firefox. This module displays a banner at the top of your site to promote Firefox, or can blank the content to only display a Firefox splash screen.
This module prevents your site from being framed by another one by adding a Javascript frame buster (also known as a frame breaker) to your site.
Breaking out of frames helps add another layer of clickjacking prevention for secure environments like shopping carts.
Frameprevention supports the X-Frame-Options HTTP response header values of SAMEORIGIN and DENY and/or a Javascript and CSS-based method to break out of frames.
A very simple Customer Relationship Management module that allows site admin to reply to support requests.
- The module can be configured to notify users when a support request has been replied to.
- The email message can be configured
- Roles can be selected to be notified when a new support request is made
- A new menu item called lightcrm is added to the user menu
This module adds simple calculations to a views table. Requires the Views module.
You can SUM, AVERAGE, COUNT, MIN, MAX, or AVG selected columns. A plug in theme makes the view look more spreadsheet-like (right justifies numeric fields, shades calculated columns and rows, and underlines calculated rows).
You can also create custom dynamic fields that can be used in any view using SQL snippets like CONCAT('field_first_name', ' ', 'field_last_name') or DATE_FORMAT(node.created, '%m/%%d/%Y'). The custom fields are set up in admin/settings/views_calc.
Drupal assigns each module a weight. For most operations involving any module that defines a particular hook, the modules are invoked in order first by weight, then by name. This module adds a weight column to the module administration page, allowing weights to be viewed and edited.
For Drupal 6 users, this feature is now included in the Utility module.
The subversion module is a SVN client for your drupal website. It will allow you to update, diff, and check the status of your working copies.