Content types per menu

Component type

module

Maintenance status

Development status

Downloads

4339

Component created

Component changed

In Drupal 7, site builders must assign menus to content types in order for them to appear on the node edit page. This module makes it possible to assign multiple content types to a menu through the menu edit form.

After you enable the module, go to Structure > Menus (admin/structure/menu). Choose the menu you want to assign to content types and click the 'edit menu' link shown in the screen shot.

Edit menu link

open ended question

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a extended poll module,I mean this module depends on poll module, and the purpose of this project is to give the oportunity to add an extra text field as open answer on the votation part, beneath the default poll answers with radio button, appearing like other checkbox option with a custom label like title.

Media Gallery picker

Component type

module

Maintenance status

Development status

Downloads

2245

Component created

Component changed

Summary

This module creates a filter and a Wysiwyg plugin so that content editors could embed Media Gallery images as link for the gallery.

Search API pages

Component type

module

Categories

Maintenance status

Development status

Downloads

197050

Component created

Component changed

This module is for creating simple search pages for the Search API project, not using Views or any other modules. They can be used when a view would be unnecessarily slow or complex, or for quickly testing out functionality. They also provide search blocks for starting a search from anywhere on the site.

Requirements

prohibit double edit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module prohibits a second person editing the
same node which a first person is already editing.

It displays a warning message if two people try to
edit a node at the same time.

If the first person starts editing it will set a bit
and ping it by ajax every 3 minutes.
This bit is then released on save or page blur.

If the browser crahes (not able to send onBlur release),
the lock will time out after ten mintues.

SF Entity Multilingual

Component type

module

Maintenance status

Development status

Component created

Component changed

Extend the Salesforce Entity from Salesforce Suite package for the Multilingual.

- only for node entities
- only for export
- it alters the form for fieldmap, only if we have an entity with translation enabled

It provides have 2 multlingual settings in the fieldmaps:
1. Entity translations linked with the same Salesforce object
With this enabled will have all the entity transations linked with the same Salesforce Object

Print PDF Proxy

Component type

module

Maintenance status

Development status

Downloads

1671

Component created

Component changed

Print PDF Proxy is an add-on for the Printer, e-mail and PDF versions module.

Motivation

Printer, e-mail and PDF versions supports different libraries to create PDF. Unfortunately the error handling of libraries like TCPDF is very poor. TCPDF prints a technical error message to the page and quits. It's impossible to get drupal like error handling like an entry to the watchdog and a styled error message for the user.

memcache, session and other performance issues

Component type

module

Maintenance status

Development status

Component created

Component changed

Memcache

The Memcache module is a fork of
http://drupal.org/project/memcache

With several performance improvements.
This improvements going to cost of some functions.

You can not further use wildcards in cache_clear_all().
But i dint found anny modules with use this feature.

In a cluster it could get problems will writing cause of the key exist cache "memcache_bins"
But on our 3 WebServer instance there we currently may not find problems.