Delta

Component type

module

Maintenance status

Development status

Downloads

288204

Component created

Component changed

What is Delta?

Delta allows you, via the Context module to make duplicates of your theme settings for any context on your site. This gives you the ability for alternative layouts as a reaction in Context... </awesomesauce>

Subsites

Component type

module

Maintenance status

Development status

Downloads

5757

Component created

Component changed

Subsites are a part of your website that can have its own menu, theme, custom CSS or anything else you want.

Subsites can be defined in a few manners:

  • Marking individual nodes as belonging to the subsite.
  • All pages in the subsite menu belong to the section.
  • Defining paths that belong to a the section. This is done in the same way block visibility works. So you can use PHP too!

Subsites can have:

Lazy image loader

Component type

module

Maintenance status

Development status

Downloads

8515

Component created

Component changed

This modules is no longer maintained, you should use https://www.drupal.org/project/lazyloader instead

Websites with lots of images on a single page might take a long time to load, and it sometimes annoys visitors. for fixing this problem this module loads only the images that are visible to or requested by visitors and the other images loads only when visitor scroll downs to them (This is the default behavior there are other options available live mouseover, mouseclick etc).

Read More Link

Component type

module

Maintenance status

Development status

Downloads

40432

Component created

Component changed

About Read More Link

This module allows you to move the "Read more" link from the node's links area to the end of the teaser text.

NOTE: This page is devoted solely to the Drupal 7.x version of the Read More Link module. If you're using an earlier version of Drupal, please visit the old Read More Link for Drupal 6.x and earlier module page.

Styling the "Read more" link

You can style the "Read more" link by adding the following to your theme's stylesheet (usually style.css):

Block tab

Component type

module

Maintenance status

Development status

Downloads

10354

Component created

Component changed

Block tab module allows you to display blocks in a region as tabbed contents (1 block content is visible at a time). Block titles are tabs, and block contents are the content.

Installation:

  • Enable block_tab module
  • Visit the admin setting page to set, which regions should be tabbified: /admin/settings/block_tab

I developed this module at Pronovix, contact us for Drupal consulting or development jobs: http://pronovix.com

Widgets

Component type

module

Maintenance status

Development status

Downloads

117560

Component created

Component changed

Widgets enables you to centrally manage and configure code snippets on your site such as share and follow buttons or Twitter updates and Facebook like boxes. It implements a user interface that allows you to easily organize and configure various widget elements. Using a UI similar to core’s image styles, elements can be assembled into widget sets which can be reused throughout the site via blocks and other render displays.

Custom Node Template

Component type

module

Categories

Maintenance status

Development status

Downloads

6125

Component created

Component changed

Custom Node Template allows one to specify different node templates to be used on a node by node basis.

While there are many options for customizing the display of pages, fewer options exist for customizing the display of nodes. There are many instances in which customizing the display of specific nodes might be useful, and this module provides a simple and efficient way to achieve this.

Using This Module vs. Other Solutions

If you are looking for a way to customize the display of all nodes within a content type this module would probably not be useful. While you can specify a node template to be used by default for a content type using this module, it only applies to nodes you create in the future. There are better solutions for customizing the display of content types - probably the best way is to just do this through your theme. You may also find some other helper modules to be useful. One of the main reasons for using this module would be to customize or override the display of specific nodes differently from the default display of those nodes.

Please see the Custom Node Template Handbook page for additional information and use cases to help you decide if you should use this module.

How do I Use This Module?

For users with appropriate permissions, a list of all node templates available in a theme are presented when creating or editing a node. Any node template can be selected to be used to display a particular node. Specific node templates can also be assigned to content types as a default. If a node template is not selected for a content type and specific node, then appropriate node template will be used by a theme as it normally would (per existing node template suggestions).

Vertical Tabs Default Tab

Component type

module

Maintenance status

Development status

Downloads

8941

Component created

Component changed

Vertical Tabs module allows you to output form (in our case, node form) fieldsets as vertical tabs. Vertical Tabs Default Tab advances this behaviour, allowing you to move remaining top level node form elements (including, but not limited to title and body) into default vertical tab, leaving only buttons below. This reduces height of node forms, greatly improving usability for complex content types with lots of fields/fieldgroups.
Contains code from #357300: Place all top level form elements into a default vertical tab group.

Style Override

Component type

module

Categories

Downloads

640

Component created

Component changed

The Style Override module allows administrators to define CSS selectors whose properties can be manipulated based on admin defined rules. The style manipulation is done though a form on the pages to which the rules apply. JavaScript allows the user to see the changes made (for example to font size or font family) before saving them.