Home > By category > Scripts > Modules
Sort by : Name|Date|Downloads|Rating|

Listing of Modules in Scripts

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

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

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.

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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).

  • Platform: PHP, Scripts

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).

  • Platform: PHP, Scripts

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

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().

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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

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.

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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..

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

Meta Refresher allows node editors to cause pages to meta-refresh after prescribed amounts of time..

  • Platform: PHP, Scripts

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).

  • Platform: PHP, Scripts

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..

  • Platform: PHP, Scripts

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

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

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.

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

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

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.

  • Platform: PHP, Scripts
  • MicroID
  • License: Freeware
  • Price: 0.00
  • Rating

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

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

New Downloads

Pixillion Image Converter
Software Free

Pixillion Image Converter
Software Free is perfect for
converting your image files
for posting on the web,
emailing to ...

RationalPlan Project Viewer

RationalPlan Project Viewer is
a free project planning
software viewer, the perfect
solution for anyone (from
project ...

DocuFreezer

DocuFreezer converts Word,
Excel, PowerPoint, XPS, DWG
and other files to universally
accepted PDF, JPEG, PNG, TIFF,
TXT. ...

Auto-Complete Lists Report
for Outlook

Free report shows the number
of entries in Outlook
2010/2013/2016 autocomplete
list cache. Detailed report
shows the full ...

Radmin VPN

Radmin VPN - is a free and
easy-to-use software product
to create virtual private
network (VPN). The program
allows users ...

Active@ ZDelete

Active@ ZDelete is a secure
delete utility. It helps you
to permanently delete files,
drives and folders. Active@
ZDelete ...

Active@ ISO Manager

Active@ ISO Manager is an
easy-to use software to
author, edit and burn
CD/DVD-ROM ISO images
compatible with the ISO ...

NetSpot

NetSpot 2 is the only
professional app for wireless
site survey, Wi-Fi analysis
and troubleshooting on Mac OS
X. It\'s ...

PDF-XChange Lite

PDF-XChange Lite is a reduced
version of PDF-XChange
Standard that contains basic
features for use when printing
...

Free 2D Barcode Generator

The programe generates and
prints most popular matrix and
stacked 2D barcode symbologies
including Aztec Code, Data ...