Sidebar Overlay
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module makes an openable sidebar using jQuery Sidebar plugin. It let you choose the block to render as a content.
This module makes an openable sidebar using jQuery Sidebar plugin. It let you choose the block to render as a content.
Simpler alternative to http://drupal.org/project/drush_compass
Adds the save/submit form button on top of the page for node edit / node add / any page you want.
IT uses jquery to duplicate it.
This is a very important and needed Usability Enhancement to drupal.
Sponsored by : rsvelko2
Preview images on image upload.
Drupal 7 version for imagemenu module drupal 6
Sponsored and developed by TrestleMedia
Autload JS automatically loads javascript files found in your theme's "js" subfolder.
Which files it loads depends on which page the user is viewing and where you put the files. It will load all files in the 'all' folder on every page, or all files in the 'front' folder on the front page. Options for page path, node type, first component of the URL, and more exist.
For example, as soon as it's turned on, your javascript files are loaded automatically just by naming them right:
path/to/theme/js/all.js - Loaded on all pages
path/to/theme/js/front/file1.js - Loaded on front page
path/to/theme/js/front/file2.js - Also loaded on front page
path/to/theme/js/nodetype--blog.js - Loaded on blog nodes
etc.
Interface to disable css files from core and contrib modules for each theme individually.
Post your ideas and suggestions in the issue queue.
Inspired by a session of Morten during Frontend United 2012.
Sponsored by Mediaraven vzw.
Module connect FullAJAX library to Drupal that allow use AJAX/AHAH technology on the Drupal sites without advanced knowledges.
Fullajax = AJAX (Asynchronous JavaScript and XML) + AHAH (Asynchronous HTML and HTTP).
I created this module because across multiple projects I had to do the same customization to the search page and I would rather a plug an play module for the next time I get the request.
If the search has results then it returns a title with "## search results for "search term". Otherwise if 0 are found, or there is no search then the page returns with a title of "Search".
Ever wanted to create static blocks in your theme and just found it very very complicated. Then try this module, as this is the easiest way how to create blocks in theme.