Create and Translate

Component type

module

Maintenance status

Development status

Downloads

238

Component created

Component changed

Create and translate is a module that adds a submit button on the node add form to create the node and go directly to the translation page.
On the creation of the node, the button will only show up when selecting a language.

You will save a lot of time creating nodes and their translations without clicking too much around.

There's a settings-form available where you can enable/disable this feature by content type.
There are permissions to enable the use of this feature by role.

Dependencies: Translation, Locale

Menu Link Sync

Component type

module

Maintenance status

Development status

Downloads

723

Component created

Component changed

The Menu Link Sync module helps synchronize the position of menu items within Drupal installs with separate menus for every language, for instance when we have different "Main Menu - French", "Main Menu - English" and "Main Menu - Spanish" menus.

This synchronization may be useful when the structure of the menus is too different for i18n_menu or Entity Translation to be adequate solutions, but when the trees for different languages are still similar enough for some sort of synchronization of menu structures to be desirable.

Node Recovery

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Node recovery is a module designed to recover lost nodes from Drupal database backups.

Nodes are recovered by fetching whole node object from backup data and saving
the data as it is. After saving nodes should have their old nids.

domain_site_generator

Component type

module

Maintenance status

Development status

Component created

Component changed

Generate Domains from a template in a Jiffy!

Rapid deployment of domain access based sites with an extensible site structure hook. Set up a number of site templates that encompass nodes, domain paths, and menu structure. Provide that array in a hook an rapidly create cookie-cutter sites stepping through the relevant setup screens.

Developed for a Domain Access/Domain by path microsite system. Domain Path compatible, as well.

View Modes Display

Component type

module

Maintenance status

Development status

Downloads

13436

Component created

Component changed

View Modes Display is a helper module to preview view modes for your entities.

When working on a site with many content types and view modes, it becomes tedious to find out where to view the rendered entity in a given view mode. This module aims to solve this by providing an additional tab "Preview Display" on the entity itself.

On the "Preview Display" page, all view modes with custom settings will be rendered in the enabled theme. A contextual link is also added for nodes to make it easy to link to the "Preview Display" from anywhere the entity is shown.

Admin Security

Component type

module

Maintenance status

Development status

Downloads

1546

Component created

Component changed

On certain high-security environments, it is often required to block admin access to all but a white list of IPs. Typically this is done at the Apache level with two servers, one that blocks access to admin urls and another that doesn't. Then the admin server access is locked down as required.

Yet another menu block

Component type

module

Categories

Maintenance status

Development status

Downloads

1130

Component created

Component changed

Imagine you need to display submenus separate from their trees in blocks.

  • Parent Menu 1
  • Parent Menu 2
    • Child Menu A
      • SubChild Menu 1A
      • SubChild Menu 2A
      • SubChild Menu 3A
    • Child Menu B
      • SubChild Menu 1B
      • SubChild Menu 2B
      • SubChild Menu 3B

Will result in:

Block title : Child Menu A
Block content :
- SubChild Menu 1A
- SubChild Menu 2A
- SubChild Menu 3A