This project is under active development.

Application Toolbar (Appbar)

Application Toolbar (Appbar)

This module provides a toolbar at the bottom of the window, like Facebook's old Application Bar, which can hold blocks (including menus, lists of recent content, etc.).

Link Weights

Link Weights is a utility module that allows you to rearrange the order that links display in the links section of nodes.

Points Voting Recommender

Roadmap of the next update (2010-09-13): click here. Drupal 7 support is pending on D7 support of Plus 1 or Vote Up/Down.

This module is to make recommendations for points-based voting modules including Vote Up/Down and Plus 1. You have to enable either of them in order to use this module.

This module looks very much like the Fivestar Recommender, except that this module targets on Vote Up/Down and Plus 1. In fact, most codes are copied directly from the Fivestar Recommender module. Once enabled, this module provides 4 blocks:

  1. Users who voted similarly as you
  2. Recommended nodes from users who voted similarly as you
  3. Other nodes voted similar to this one
  4. You might also interest in these nodes based on your previous votes

For more details about the algorithms, please refer to Fivestar Recommender.

Japanese Mobile

jp_mobile_screenshot.png

Japanese Mobile is a theme aimed at making a functional Drupal site for Japanese mobile phones(DoCoMo, au, Softbank). Since Drupal doesn't work with Japanese mobile phones by default, the theme uses a number of overrides in order to make Drupal compatible with them.

Features

  • User agent detection & dynamic header depending on a carrier
  • Inline CSS in order to deal with DoCoMo's inability to use external or header CSS
  • No javascript since it doesn't work on mobile phones
  • Character encoding conversion of HTML output fom UTF-8 to Shift_JIS
  • Character encoding conversion of $_POST from Shift_JIS to UTF-8
  • Session handling by URL-rewriting instead of cookies
  • Blocks positioned above and below main content
  • Liquid layout
  • Use of GIF image instead of PNG

Dependency (D6 only)

Important: Updating to 6.x-1-1
As of 6.x-1-1, the Japanese Mobile eliminated core hacking by adding dependency to URL alter. If you are upgrading from the previous versions, you will need to set the value of url_rewriter.tags to an empty string in your settings.php as in the default.settings.php, as well as removing the hack from common.inc. Please see #764232: Avoiding hacking core files.

Japanese Mobile is developed and maintained by Audia K.K.

Better Messages

Better Messages with Cube/Tao theme

Better Messages is a very simple module that provides "Popup-like" Drupal messages.

Better Messages intends to let you control where and how you want to see your Drupal messages! Combine different animations and override better_messages.tpl.php to create your custom look.

Similar Modules:

Here is a comparison chart outlining the feature-sets of several modules similar to Better Messages: http://groups.drupal.org/node/51088

Features:

This module provides a simple interface to alter the default Drupal messages! Currently it allows you to do the following:

  • Control the position and width of the popup message relative to screen.
  • Control the animation for opening, and for closing the popup message.
  • Enable or disable popup messages at specific pages.
  • Works with AHAH submits. COOL!!
  • Override the popup message by coping and altering better_messages.tpl.php into your theme directory.
  • Override the popup message CSS by coping and altering better_messages.css file in your theme directory.
  • Optional dependency on jQuery UI module which can make the message draggable.
  • Control countdown timer for auto closing messages.

Fivestar Recommender

This module makes content recommendations based on users Fivestar votes. It provides two types of recommendations:

  • "Users who liked this also liked": Shows a list of nodes on a node's page. Recommendations are computed based on whether the the nodes received similar Fivestar ratings from users.
  • "Recommendations for you": Shows a list of recommended nodes to the current user based on the user's previous ratings. This is personalized recommendations to each particular user.

Pages

Subscribe with RSS Subscribe to RSS - Under active development