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

Show Uploads in Teasers

A small helper module that shows the attachments table (as created by the core upload.module) in node teasers.

Chatter Box

The Chatter Box module provides a simple node-based chat system. A block is provided with
a simplified comment reply form and a list of comments. Each chat post is actually a comment on a node.

The 6-dev version now uses ahah to reload the chat form and display new messages. It is compatible with the captcha module.

Chatter box is similar to Shoutbox, but additionally provides archived chats and additional configuration.

Noindex External Links

FF addon shows that all external links will not be indexed.

Module let's you take full control of external links indexing. Pages could also pass HTML-validation.

Note: Search Engines still see all this links. If you want to hide links you should use JavaScript for it.

Features

  • Two methods of indexing control:
    • Wrap links with NOINDEX tag. NOINDEX tag is used to deny indexing part of page. Only Yandex and Rambler considers this tag but Google and others doesn't. There is also an attribute NOINDEX in meta-tag Robots.
    • Add attribute rel="nofollow" to links. This link's attribute has no effect on indexing. Only Google really do not follow this links but others do. Attribute is used to say to search engine that links no longer constitute a "vote" in the PageRank system.
  • Two NOINDEX-tags formats:
    • Simple. This is a default. HTML-validators considers this tag as mistake so your pages will not pass HTML-validation.
    • Valid. Pages will pass HTML-validation.
  • Two domain lists:
    • Always allowed domains. Links to domains from this list wiil be always OPENED for indexing and following by search engines.
    • Always denied domains. Links to domains from this list wiil be always CLOSED for indexing and following by search engines.
  • Links to your own domain is allowed by default for indexing and following.

Mado

Alternative taxonomy term pages.

Syntax Highlighter

Screenshot of syntaxhighlighter in action

This module integrates the SyntaxHighlighter Javascript Library into Drupal for source code list syntax highlighting within any Drupal contents.

Note: the SyntaxHighlighter Javascript library is not included and must be downloaded and installed in sites/all/libraries. See README.txt for more details. This module is compatible with both the 2.x and 3.x versions of the Javascript library.

To markup your code, use the <pre> tag with the class attribute and optionally the title attribute. See the <pre /> method section on this page and the configuration page for exact/complete explanation.:

<pre class="SYNTAXHIGHLIGHTER-OPTIONS" title="My title">
  program code
  ...
</pre>

Very important!!!: ordered the input format filters as follow:

  1. HTML filter or Wysiwyg filter or whatever HTML filters you use. They must come before.
  2. Syntax highlighter. This come after any and all filters that can modify content input.

Pages

Subscribe with RSS Subscribe to RSS - Content display