Signatures for Forums
Liam McDermott - November 6, 2007 - 14:33
Signatures for Forums provides user signatures that will be familiar to users of popular forum software.
- when a user changes their signature, all their posts will be updated;
- signatures are automatically added to posts, instead of being inserted into the post text;
- the administrator can choose the input filter for signatures, allowing BBCode or HTML to be used;
- signatures are longer than the the Drupal default (to match other forum software);
- conditional signatures, these are hidden (or rel=nofollow'd) if a post is under a particular length;
- show signature only once per conversation (also works with threading);
This module was developed for The Webmaster Forums (who have recently moved to Drupal--yes, we do like Drupal's forum!)
The name of this module is 'Signatures for Forums' because it acts like most forum software, not because it is restricted to forums only. This module can be used with any node type!
Themers: it's now possible to switch off automatically adding signatures to content, so they can be placed anywhere in a theme. To add a signature to a theme use
<?php
print signature_forum_get_signature($a1);
?>PostgreSQL is supported. On the demonstration site (linked below) all user's signatures are managed by this module.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0-alpha1 | 2008-Apr-02 | 11.81 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-2.3 | 2008-Apr-09 | 11.8 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-May-29 | 12.21 KB | Download · Release notes | Development snapshot | |
| 5.x-2.x-dev | 2008-May-30 | 12.17 KB | Download · Release notes | Development snapshot | |
