Translation Links screenshot; Teasers

Translation Links module creates links to translations in convenient places for semi-multi-lingual sites, such as next to teaser titles, as local tasks (aka tabs) and on node/edit pages.

Notes

  1. Not recommended for use with sites that have full multi-lingual implementation including menu block and views translations, or sites with more than about 4 enabled languages.
  2. Requires Drupal core's Locale and Content Translation modules.

Install and Configure

Add <?php print $t9nlinks; ?> in your theme's node.tpl.php file to add links next to teaser titles. For best results, put it inside the <h3> tag, but outside the title's <a> tag. E.g.

<h3>
  <a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a>
  <?php print $t9nlinks; ?>
</h3>

Rounded corners will work in Internet Explorer with a yet-to-be-released version of Themer module.

Attribution

This module was partially sponsored by CivicActions and Conservation Strategy Fund.

Project Information

Downloads

Version Downloads Date Links
6.x-1.0-rc1 tar.gz (8.52 KB) | zip (9.84 KB) 2009-Jan-09 Notes

Maintainers for Translation Links

  • Bevan - 2 commits
    last: 2 years ago, first: 3 years ago

Issues for Translation Links

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 16 Feb 09
nobody click here