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

Text Field Tags

Text Field Tags adds some basic formatting options for CCK text fields.

Longer Node Titles

Extends 'maxlength' value of 'title' field of the forms from set by default 128 characters to 255 characters.

Timer

Timer defines a CCK field type for a timer, which can be started, stopped and reset via timer button controls or workflow actions.

Remove Upload Enclosures

This module removes the enclosures created by the upload module on RSS feeds.

The upload module automatically attaches uploads as enclosures to RSS feeds. There are times where you don't want this.

One case is when you have audio files attached to nodes as enclosures along with pdf files. Feed readers and feedburner may not see these as podcast feeds and may have problems with them. This small module removes the upload module enclosures so this problem can be avoided.

IP Locator

This module has been abandoned by the original maintainer. The project page has been recreated but the old issues are currently inaccessable. As of now, there is no maintainer so please don't start using this project. If you are already using it, you can continue to use it but there will be no work done on it until a new maintainer is found. Similar alternative modules include IP to Country and Ad GeoIP
An ip locator utility and API. It provides a block and an interface for locate, display your visitor's country location.

To display a post owner's country location you can use (insert it somewhere into the node.tpl.php) the following code:

  if($node->ip_locator_country) {
    print($node->ip_locator_country);
    print(" ($node->ip_locator_country_code) ");
    print("<img src='$node->ip_locator_country_flag' alt='' />");
  }

For comments (comment.tpl.php):

  if($comment->ip_locator_country) {
    print($comment->ip_locator_country);
    print(" ($comment->ip_locator_country_code) ");
    print("<img src='$comment->ip_locator_country_flag' alt='' />");
  }

Also, use the $_SESSION['ip_locator_country'] session variable to retrieve your visitor's country code.

Text Resize

Text Resize

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.

Pages

Subscribe with RSS Subscribe to RSS - Content display