Text Resize

Component type

module

Maintenance status

Development status

Downloads

59110

Component created

Component changed

The Text Resize module provides your end-users with a block that can be used to quickly change the font size of text on your Drupal site. The block includes two buttons that can increase and decrease the printed text on the page. This module is primarily focused on increasing the accessibility of your pages, by helping visually-impaired users to adjust the text size so that it is most comfortable for their eyesight.

This module uses jQuery and the jQuery Cookie plugin to create a Drupal block that can be themed. Default resize images are included in the block out-of-the-box.

Block Theme

Component type

module

Categories

Maintenance status

Development status

Downloads

41150

Component created

Component changed

#D7CX: I pledge that BlockTheme will have a full Drupal 7 release on the day that Drupal 7 is released.

BlockTheme allows an admin to define tpl files for standard block templates and provides a select box on the block configure form so the user can select a tpl file to use as opposed to having to override the templates by block ID.

See an excellent video by Bob @ mustardseed on how to use this module (6.x version)

User Profile Theme

Component type

module

Maintenance status

Development status

Downloads

1275

Component created

Component changed

User Profile Theme allows user to have a different CSS only theme for their profile page.

Each user who is allowed to have a theme (using roles) gets a new field in his profile edit page. There he is allowed to put some CSS which is applied only to his profile page using an external CSS file

This module still needs some development but is already usable.

Partial

Component type

module

Categories

Maintenance status

Development status

Downloads

2004

Component created

Component changed

Partial was created to speed up theme creation and organization by letting developers quickly breakup and reuse small self contained parts of their theme templates.

It favours a set of simple conventions over defining and configuring a set of specific theme functions and implementing theme hooks.

Drupal 7

Usage:

Call partial($name, $variables) the same way you would call theme().

Partial defines a theme suggestion using the pattern “partial__{$partial_name}”.

latexgen

Component type

module

Downloads

1895

Component created

Component changed

This simple module allows you to add a excerpt of latex to a content type. You will then get a "download PDF" link at the bottom of pages of that type, and latex will be run, using your code, and the output sent to your browser.

Remarkably, it seems to be pretty fast !

The full process (and here is the trick) is that your latex code is "evaled" by drupal - so, you can put

Menu Display API

Component type

module

Downloads

349

Component created

Component changed

This module provides an API for Drupal menu display modules. By itself, it only supports drupal's default menus, so you should probably only install it if another module tells you to.

There are many menu display modules, such as Nice Menus, DHTML Menu, and Simple Menu. This module aims to centralize these efforts. It will provide an API for all menu display modules to use. Developers may see the API.txt file for more information.

Any developers who would like to help me develop this module, please post an issue to the queue.

EvE IGB Fixups

Component type

module

Categories

Downloads

1016

Component created

Component changed

This is a module that adds IGB compatibility to Drupal when used in conjunction with the EvE IGB theme.

It does the following things:

Photoframe

Component type

module

Downloads

1138

Component created

Component changed

The purpose of Photoframe is to provide a general API for image-based content wrapping such as rounded corners and drop shadows. The API allows extensible styles, is easy to use, and avoids unnecessary markup.

Photoframe uses jQuery to wrap image-based 'frames' around content after the page has been loaded and is invoked by adding a single CSS style to any element.

Features

  • No javascript coding needed. Just add a single class to any element to wrap the frame around it.
  • Frames load after the page has been loaded, so no extra markup is needed (good for SEO and accessibility)
  • Lots of current Drupal Photoframes are already available for free use, including drop shadows, several versions of rounded corners and picture frames.
  • Lightweight. Just a single jQuery function (of about 10 lines), and a small CSS file for each frame loaded.
  • Simple administration. On the admin page, you can preview each of the frames and select which ones to load.
  • Flexible. Since the frames are image-based, they can be used in a number of different ways.
  • Simple documentation is provided.