Listing of Modules in Scripts
- Menu clone
- License: Freeware
- Price: 0.00

This module allows you to clone entire menus, much like Node clone does with nodes. Next to the basic menu properties such as Menu name, Title and Description, the clone form allows you to customise the menu itself before cloning it. The optional Internationalization (i18n) module together with the i18n submodule Menu translation will activate the Change language option.
- Publisher: malc0mn
- Date: 27-04-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu Expanded (Sripts)
- License: Shareware
- Price: .price.

Even though there are certain circumstances where it is true that the "show as expanded" option will have no effect (shortcuts, toolbar, etc.) it is still IMHO a valuable item to have in the overview form. Many times, when setting up a menu, there may be dozens upon dozens of menu items that require marking this checkbox, and now with the new changes to _menu_overview_tree_form, it could take hundreds of clicks to edit menu items, then save, then edit the next, etc.
- Publisher: himerus
- Date: 24-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu Force
- License: Freeware
- Price: 0.00

This module enables you to make the Menu Settings required on specific content types It forces a node from one or more content types to be included in the menu system before the content will be saved successfully. This can be useful in a number of situations, e.
- Publisher: Baris Wanschers
- Date: 13-01-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu HTML
- License: Freeware
- Price: 0.00

This very simple module adds a checkbox to the menu item edit form and allows the admin to add html to the menu item title. The idea is to use this for external links for which you want to display a logo of the visited site. Note: If you use this module make sure that only trusted users have permission to edit menu items.
- Publisher: Gerhard Killesreiter
- Date: 05-05-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu Import
- License: Freeware
- Price: 0.00

A CSV file that tells Drupal how all the nodes should be organized can be uploaded. When you upload the CSV file you can select whether you would like this structure added to the Primary Links menu or a new menu. Installation Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.
- Publisher: Jacob Pappe
- Date: 03-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu Node API
- License: Freeware
- Price: 0.00

Manages relationships between node ids and menu items. The Menu Node API project fills in one of the "missing tables" in Drupal 6. This module does nothing on its own. Instead, it creates and maintains a {menu_node} table. This table maps the relationship between a node and its menu item (if any).
- Publisher: Ken Rickard
- Date: 01-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu path autocomplete
- License: Freeware
- Price: 0.00

Menu path autocomplete changes the input field for menu path to an autocomplete text field while you are adding a menu item. While entering characters into this field you will get a list of all matching node titles (and - if path is enabled - all matching URL aliases).
- Publisher: Stefan Borchert
- Date: 16-06-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu position
- License: Shareware
- Price: .price.

Often times site builders want certain types of content to appear in a specific position in the navigational menu. The simplest solution, adding all of that content individually to the menu system, has performance and usability issues. (Imagine hundreds of menu items added to one spot in the menu.
- Publisher: JohnAlbin
- Date: 17-04-2013
- Size: 20 KB
- Platform: PHP, Scripts
- Menu rewrite
- License: Freeware
- Price: 0.00

Provides an API for defining rules for rewriting the menu paths. An interface may be added later. For example: <?php /** * Implement hook_menu_rewrite_rule(). */ function development_menu_menu_rewrite_rule() { return array( 'admin/config/development' => 'admin/development', 'admin/appearance' => 'admin/config/appearance', ); } /** * Implement hook_menu_rewrite_alter().
- Publisher: boombatower
- Date: 26-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu Scout
- License: Freeware
- Price: 0.00

Type in a keyword or two, and get a list of matching admin pages back. Links are highlighted on the current page with spiffy bubbles. Deep links are highlighted with half-transparent bubbles. Updated demo video available: http://acko.net/files/Drupal%20Menu%20Scout.
- Publisher: Steven Wittens
- Date: 21-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu Sync
- License: Freeware
- Price: 0.00

Menu Sync opens menus based on the path being presented. All configuration is done at admin/content/menusync. Features Menu Sync uses paths to define the pages affected. The method used by Menu Sync to set the desired menu option allows it to affect more than one menu in the same page.
- Publisher: Rodrigo Severo
- Date: 25-01-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu token
- License: Shareware
- Price: .price.

Menu Token module provides tokens, that could be used in title or in path of menu items (links). For example, if you create menu item with path: "user/[current-user:uid]", the url will be changed "on fly" to: "user/1" (assuming you are user 1). Tokens are provided by Token module.
- Publisher: develCuy
- Date: 19-06-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu translation (Node)
- License: Freeware
- Price: 0.00

Allows a single node menu item to point to different node translations belonging to the same translation set depending on the current language. In conjunction with the Menu translation module, shipped with the Internationalization project, Menu translation (Node) allows to have a fully translated menu without needing to replicate the node menu items per language.
- Publisher: Francesco Placella
- Date: 22-03-2013
- Size: 20 KB
- Platform: PHP, Scripts
- Menu Weight Assist
- License: Freeware
- Price: 0.00

It does this by adding a table containing the titles and weights of children menu items, to the "Menu Settings" section of the node edit form. Installation: Unpack in your modules folder (usually '/sites/all/modules/') Enable under Administer > Site Building > Modules.
- Publisher: Geoff Davies
- Date: 04-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menu Wizard
- License: Freeware
- Price: 0.00

Menu Wizard allows you to edit all menu items defined by modules like you can do with hook_menu_alter() and hook_admin_paths_alter() (Drupal 7 only), but without coding your own module..
- Publisher: Bart Feenstra
- Date: 12-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Menuless Node Type
- License: Freeware
- Price: 0.00

This module allows you to turn off the Menu section in the node creation/edit form per node type. This can be a very nice usability improvement since typically only the "Page" node type is used in the menu tree. This module was originally developed as a proof of concept related to this D7 usability improvement suggestion: #436836: Make visibility of Menu section in node form configurable per node type If you're looking for a module that provides very finely grained control of menu and content type relationships, try http://drupal.
- Publisher: Henrik SjdoTAkvist
- Date: 02-05-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Merging Image Boxes
- License: Shareware
- Price: .price.

Merging Image Boxes is powered by the awesome jQuery plugin. The plugin creates a image matrix for your slides and allows the user to create simple slideshows. Installation Upload /Merging Image Boxes/ to the /wp-content/plugins/ directory Activate the plugin through the 'Plugins' menu in WordPress Setup 'Merging Image Boxes Options' Page Place the shortcode [mib] in your content.
- Publisher: graphicedit
- Date: 24-05-2013
- Size: 256 KB
- Platform: PHP, Scripts
- Message Effects
- License: Freeware
- Price: 0.00

The Message Effects module adds attention getting javascript effects to Drupal messages (you know... the messages that say things like "This content was saved." or "You have an error.", etc -- usually above the content on your Drupal site). I have found that many users tend to miss these messages on the page, so Message Effects gives them a little "pizazz" to make them more noticeable.
- Publisher: Jeff Robbins
- Date: 25-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Meta Keywords Generator
- License: Shareware
- Price: .price.

This plugin helps your SEO by adding meta keywords tag to each page, post, archive (category, tag, date, day and year). Now it also allows you to specify common keywords to be included on every web page. Plugin from one of the best coder Durgesh Chaudhary.
- Publisher: Durgesh Chaudhary
- Date: 20-05-2013
- Size: 113 KB
- Platform: PHP, Scripts
- Meta Refresher
- License: Freeware
- Price: 0.00

Meta Refresher allows node editors to cause pages to meta-refresh after prescribed amounts of time..
- Publisher: Brian Miller
- Date: 17-01-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Meta tags
- License: Freeware
- Price: 0.00

This project allows you to set some meta tags for each Drupal page. Giving more attention to the important metadata such as keywords and description on some of your nodes allows you to get better search engine positioning (given that you really only provide the keywords which exist in the node body itself, and do not try to lie).
- Publisher: Robrecht Jacques
- Date: 03-06-2013
- Size: 51 KB
- Platform: PHP, Scripts
- Meta Tags by Path
- License: Freeware
- Price: 0.00

Extends the Meta tags module to allow per path rules for populating meta tag values. If the Token module is installed, certain tokens can be used to populate the values with dynamic data..
- Publisher: Shannon Lucas
- Date: 23-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Meta tags Node Type
- License: Freeware
- Price: 0.00

This module extends the functionality of Nodewords so that certain meta tags can be specified on a per node type basis. Features Support "robots" meta tag. Support "keywords" meta tag. Support "description" meta tag. It uses Token module allowing token replacements.
- Publisher: hanoii
- Date: 26-04-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Meta tags quick
- License: Shareware
- Price: .price.

Included modules Starting from version 7.x-2.1, meta tags functionality is splitted to several modules: metatags_quick Main module. Adds meta tags support for site pages metatags_quick_import Imports nodewords (D6) data metatags_quick_extra (Experimental) automatic settings.
- Publisher: valthebald
- Date: 04-02-2013
- Size: 20 KB
- Platform: PHP, Scripts
- MHR-Custom-Anti-Copy
- License: Freeware
- Price: 0.00

This plugin works on pages/post content protection. Protect your content from being copy-paste via right click and words selection. It comes with powerfull custom settings. You can protect a single page/post or overall pages.Everything can be done with a few simple steps.
- Publisher: Mahadir Ahmad
- Date: 10-02-2013
- Size: 113 KB
- Platform: PHP, Scripts
- Microblog
- License: Freeware
- Price: 0.00

This module enables microblogging on Drupal sites using it. Users can publish microblog updates, follow and be followed by other users, and reply to other users' microblog updates. Module also provides "public timeline" page as well as followers and following pages, and a block of "recent microblog updates.
- Publisher: John Eckman
- Date: 02-06-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Microblog Poster
- License: Shareware
- Price: .price.

Easily update your microblog with 'post title + shortened backlink' of your new post. This plugin requires the PHP cURL extension to be loaded, otherwise it won't function. PHP 5 required. Currently supported microblogging sites: - twitter.com - plurk.
- Publisher: cybperic
- Date: 11-05-2013
- Size: 10 KB
- Platform: PHP, Scripts
- microcontent
- License: Freeware
- Price: 0.00

Basically you can think of this project as "making drupal easier by making more stuff nodes". * Every microcontent entry is a node. * Every microcontent entry is available as a block * You can also choose "special" microcontent subtypes. For now: o site summary (site title, site body) o mission (mission title, short mission, long mission) o site details (footer) So the basic site setup is done in your content area.
- Publisher: Bdodur Kessels
- Date: 03-01-2013
- Size: 10 KB
- Platform: PHP, Scripts
- MicroID
- License: Freeware
- Price: 0.00

The module generates some javascript that attaches a class to each node with the unique MicroID for that node. It also add's a metatag to the header of each node view. The module also provides the facility to turn off the 2 types of MicroID generation at the site level and at the user level.
- Publisher: Tane Piper
- Date: 01-06-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Micropost
- License: Freeware
- Price: 0.00

This module allows users that are assigned the permission 'forward to identi.ca', 'forward to status.net', 'forward to twitter' etc the ability (later option) to have their post title & url posted to any number of accounts on the sites identi.ca, [sitename].
- Publisher: paulbooker
- Date: 12-05-2013
- Size: 10 KB
- Platform: PHP, Scripts
