Wysiwyg ASCII Math

Component type

module

Maintenance status

Development status

Downloads

3901

Component created

Component changed

Wysiwyg ASCII Math is a Wysiwyg editor plugin that adds ASCII and TeX entry of math/formulas and plots/graphs entered in ASCII/TeX.

It allows for Client-side conversion of ASCII & TeX equations into nicely typeset formulas and falls back to Server-side generation of images (using mimetex.cgi) for browsers that don't support MathML.

Preview your formula right in the editor while you edit the page and dive into its plain text representation to make changes that are easy to enter and understand. Includes a palette of math symbols and constructs for quick formula entry.

Plot your formulas with same elegance of typing the equations in plain text.

CommentSwitch

Component type

module

Categories

Downloads

1464

Component created

Component changed

This modules makes it posible to enable and disable comments on multiple nodes at the same time.

When installed, you can use it by selecting multiple nodes in the content-list and the select "Enable Comments" og "Disable Comments" in the action-dropdown

Revision-Fu

Component type

module

Downloads

957

Component created

Component changed

Allows simultaneous edits on a node without blocking saves. Instead separate revisions are stored with non-conflicting edits being displayed and conflicted edits simply stored for later review.

Conflict Resolver

Component type

module

Downloads

829

Component created

Component changed

This project focuses on handling node conflicts. Currently when a user tries to save a node that has been edited (and saved) before they have submitted, an error appears and the edit is blocked. This module aims to resolve these issues automatically if possible. If not, it will provide tools and an interface to interactively merge the two different versions of the node.

Google Summer of Code 2009 Project

Check out this project's wiki page on groups.drupal.org

Please post issues in the queue!

AntiSpam

Component type

module

Maintenance status

Development status

Downloads

37323

Component created

Component changed

AntiSpam module is the successor of the Akismet module, and it provides spam protection for your Drupal site using the Akismet anti-spam service.

The AntiSpam module is fully compatible with Drupal 7.x.

User Board

Component type

module

Maintenance status

Development status

Downloads

1865

Component created

Component changed

simple module which allows nodes as Scrapbook, Testimonials, video scrap, image scrap or any kind of user boards.

every post on the board will be a node, and replies will be the comments of the nodes. This functionality is not same as Orkut, (orkut posts the replies as new scrap to the recipient's scrap board)

But this module has some extra functionality,

Features

Translate Core Labels

Component type

module

Downloads

667

Component created

Component changed

The labels for the "Title" and "Body" fields (whatever you decide to label them for a given content type) do not get translated in node.module or node.pages.inc. This tiny module takes care of that, passing the labels through t().

According to the developer of the i18n module, a future release of that module will address this issue, making this very simple module unnecessary (see http://drupal.org/node/149349#comment-1181176).

World Phone

Component type

module

Maintenance status

Development status

Downloads

426

Component created

Component changed

World Phone module implements a CCK field for entering international phone numbers with country codes.

Administrators may add one or more phone number fields to any node type. When entering phone numbers, a site's users may select country codes from a dropdown list of countries, or include them with the typed number itself by prefixing it with a "+" sign.

AJAX Trigger

Component type

module

Maintenance status

Development status

Downloads

4674

Component created

Component changed

Powerful module which allow you to do specified actions on the server on JavaScript events on specified fields.

USAGE

- Real-time price calculation based on referenced node values when form values has been changed
- Send e-mail to the user, even if he didn't submit registration form yet (i.e. with the question: why he cancel it)
- Block user IP, if they start typing something rude
- Get what user typed into field without submit
- Redirect user to different page depends what he selected and typed
etc.

Adlib forms

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows the creation of fill-in-the-blanks style forms.

Early development version.

Initial development sponsored by Rare and carried out by CivicActions.

This module is developed for Drupal 5 and required a Drupal 5 version of the Axaxsubmit module, which currently must be checked out via CVS from the Drupal contrib directory at modules/ajaxsubmit.