Paypal field

Component type

module

Maintenance status

Development status

Downloads

538

Component created

Component changed

This module based on CCK Paypal add a new field type called Paypal field that allow user who add a content with a paypal field to personalize a donation url.

Example of use :
In drupal.org each project can have a personalised paypal donation link.

INSTALLATION
Install the module in sites/all/modules, and enable it,
then go to admin/structure/types/manage/YOUR_CONTENT_TYPE/fields where you want add a paypal field for your content type.

Entity Translation Tabs

Component type

module

Categories

Maintenance status

Development status

Downloads

2136

Component created

Component changed

This module gives site editors an edit tab for each language that your site supports. Currently it works only for nodes, but the next versions will support different entity types (such as taxonomy and user, among others).

UPDATE: the 7.x-1.1 release brings this module up-to-date with entity_translation. Hurray!

User Search to People Administration

Component type

module

Maintenance status

Development status

Downloads

11135

Component created

Component changed

Remove user search from the /search space and move it to /admin/people -- that is, instead of /search/user the functionality for searching users is found at /admin/people/search

This is useful for when you want make it easier for administrators to find the user search, and you don't want regular visitors and members of your site to see a search for user profiles alongside the search for content (indeed, you likely don't want tabs on the search page at all).

Domain Menu Permissions

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Domain Menu Permissions introduces a new permission Edit menu domain, which gives users that are assigned to a certain domain the permission to edit the menu (and only that) that is assigned to a domain as the domain's main links.

Domain Menu Permissions works similar as and borrows code from Menu Admin per Menu.

Field collection feeds

Component type

module

Maintenance status

Development status

Downloads

24483

Component created

Component changed

Provide feeds integration for field collection module.
Require Feeds alpha7 or later version.

Docs: http://drupal.org/node/1831004

http://drupal.org/node/1063434 The latest patch in this issue could also solve feeds integratin for field collection module, but it does not suit for our requirement.

Entity translation search API

Component type

module

Maintenance status

Development status

Component created

Component changed

This module differs from this one: Search API ET. It uses an alternative way of getting language aware search with entity translation: have one index per language. This has some drawbacks like scalability and site building usability. But when used with Solr as indexing backend, it allows to set a different configuration for each language (by declaring one Search API server per language, matching to a different Solr core). So that language aware autocompletion and stemming are made available.