Configure the layout and format of content and data presented to site visitors.

Content Specific Code (via theme)

Automatically load content-type and node-specific CSS and JS files from your theme.

This module is super light weight.
Chances are good you have the following...

  1. A bunch of custom CSS (and occasional JS) code for each content type.
  2. Some special nodes with their own CSS and JS (home page, etc).
  3. You usually add all of this to your theme.

This module will load content type (and node) specific code CSS and JS files from your theme when on the appropriate pages. This code is added to the head after other assets. It will check for the existence of such files before including them in the output header. Code will be loaded whenever the node is loaded, even by a view (when in full or teaser mode). This module has no UI, it just loads files from your theme. Add files to your theme like so...

sites/all/themes/MYTHEME/css/content-types/MYTYPE.css
sites/all/themes/MYTHEME/js/content-types/MYTYPE.js
sites/all/themes/MYTHEME/css/nodes/NODEID.css
sites/all/themes/MYTHEME/js/nodes/NODEID.js

*NOTE: The D6 version does not add JS by content type. Can add if someone requests it.

OTHER OPTIONS
Code per Node Full featured, editor UI, etc.

Theme block

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.

Class Style Filter

Half-size filter applied to images in node body. Clicking an image links to its full-size version.

This module provides an input filter that allows WYSIWYG embedded images to be restyled using Drupal's Image Styles functionality, rather than forcing the content editor to upload scaled/cropped images. Design decisions regarding thumbnail sizes for embedded files may be easily changed later (by simply updating the image style) without having to re-edit existing nodes.

It also provides some "glue" support for modules like Lightbox2. The module can apply CLASS and REL tags to the image and/or a link wrapper to the original file that Lightbox2 can use when displaying galleries.

Path Meta Tags

This is a Drupal 7 module.

This module allows a user with the correct permissions to set page Title, Meta Description and Meta Keywords based on the path alias of a page.

Drupal 7 port of Add To Head

Add To Head allows you to inject content into the $head, $scripts and $styles elements in the page.tpl.php. This is defined in profiles which can target URLS's.

Pages

Subscribe with RSS Subscribe to RSS - Content display