Comment Form Display

Component type

module

Maintenance status

Development status

Component created

Component changed

The Comment Form Display module let you manage how the comments actions are displayed. All actions (delete, edit, reply) are configurable separately : Delete can be like default whereas Edit is displayed in a modal.
Modal display is fully ajax : comment is created and added in comment section without reload.

This module is optimized to work with Bootstrap.
CKEditor works fine too.

You can find me on IRC channel #CommentFormDisplay

Important Notification

Component type

module

Maintenance status

Development status

Downloads

151

Component created

Component changed

Provide Global Notification for Admin Section.

The concept is to provide a tool that serves two notifications to Drupal users when they log into the site:

1. When the admin user first logs into Drupal.
2. As a notification on all Drupal admin pages.

Admin User Language

Component type

module

Maintenance status

Development status

Downloads

210

Component created

Component changed

Synopsis

The Admin User Language module makes sure that any user has a pre-selected administration pages language.

This is useful when you want to give a consistent user experience to your users, in the specific, when you want to force the back end navigation to be always in a specific language (e.g. English).

If your users have any administration privilege in fact, since their registration, they will have the administration pages language set to - no preference - unless manually changed.

Menus attribute

Component type

module

Maintenance status

Development status

Downloads

1154

Component created

Component changed

This simple module allows you to specify some additional attributes for menu items such as id, name, class, style, and rel.

You should use this module when

You want to "nofollow" certain menu items to sculpt the flow of PageRank through your site
You want to give a menu item an ID so you can easily select it using jQuery
You want to add additional classes or styles to a menu item
The module currently allows you to set the following attributes for each menu item:

Ace Field Widget

Component type

module

Maintenance status

Development status

Downloads

171

Component created

Component changed

Project Description

This module provides an Ace code editor widget for text fields.

Ace is a code editor written in JavaScript, allowing you to edit HTML, PHP and JavaScript (and more) in a very natural way. It provides syntax highlighting, proper indentation, keyboard shortcuts, auto-completion, code folding, find and replace (including regular expressions). Learn more about Ace or try a demo.