Imageset

Component type

module

Downloads

8876

Component created

Component changed

It is attempt to automate process of a output of pictures, using technology CSS-sprites (a output of the set area of a map of images in background).
Due to association of pictures in one file. The economy of the traffic and time of loading for the client turns out.

In a basis of implementation it module Imageset and add contrib modules
- Menuicon (icons for the Menu)
- Bueditoricon (icons for the module Bueditor),
- Taxonomy_imageset (support imageset for module Taxonomy_image)

Permalink

Component type

module

Maintenance status

Development status

Downloads

6699

Component created

Component changed

What is a "permalink"?

Wikipedia defines permalink as:

A permalink, or permanent link, is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives. Because a permalink remains unchanged indefinitely, it is less susceptible to link rot. Most modern weblogging and content-syndication software systems support such links. Other types of websites use permanent links, but the term permalink is most common within the blogosphere. Permalink is a portmanteau word made from permanent link.

This module allows you to add a permalink to any node type. The link will be displayed as text that is easily copied from your site so that someone can link to the node. The link text is to /node/NID or ?q=node/NID instead of an alias.

Featured Content Slider

Component type

module

Maintenance status

Development status

Downloads

35745

Component created

Component changed

Featured Content Slider now has a new release 7.x-1.1

What is Featured Content Slider?

Featured Content Slider is a module to feature latest nodes in a block that displays as a slideshow. This makes a featured slideshow out of node content displayed in the block.

Menuwriter

Component type

module

Development status

Downloads

2442

Component created

Component changed

STATUS: Menuwriter has been incorporated into Signwriter so check it out. No further developement will be done on Menuwriter. You should also check out the cufon module.

Node Content Themehook

Component type

module

Downloads

2294

Component created

Component changed

This is a simple module that adds a "node-content" theme hook to Drupal for theming the $node->content array. For example, with this module enabled, you can create a "node-content--page.tpl.php" file in your theme's folder, giving you templating control of the "Page" content type. This can be used for any content type, but the use-case I expect it to be most useful for is in having greater theming control of content types that use CCK fields.

Node Form Template

Component type

module

Downloads

5460

Component created

Component changed

The editing form of a node is themed using theme('node_form'), which is implemented by the theme_node_form() function in Drupal core's node module and can be overridden by adding a <theme_name>_node_form() function in the theme's template.php file. However, this is less convenient and less powerful than taking advantage of Drupal's templating system. Why not be able to override by placing a node-form.tpl.php file in the theme's folder and allow modules to use preprocess functions for customization? This module allows exactly that.

CSS Rules

Component type

module

Categories

Maintenance status

Development status

Downloads

1288

Component created

Component changed

This module is for themers who need more control over their page layouts. For some 1 main theme and 1 or 2 stylesheets is enough to theme a drupal website but for power themers we need more control.

Form Panel

Component type

module

Maintenance status

Development status

Downloads

10212

Component created

Component changed

This module provides two theme functions which, in turn, provide an easy way to put multiple input form elements on the same line. No longer do you have to create large, unwieldy templates to make your input forms prettier and more compact.

The module can generate either an HTML table or

tags. In both cases, it includes various CSS classes to help with styling.

It is important to note, however, that this module does nothing on its own. You must refer to one of the included themes from PHP code in order for there to be any effect.