Software Listing of Author : "Snufkin"
- Advanced comment
- License: Shareware
- Price:


This modules is a collection of User Experience (UX) improvements to the core comment module. It also adds a few features that are more common in other forum engines. The development originated from the comment edited module.
- Platform: PHP, Scripts
- Autonode CCK widget
- License: Freeware
- Price: 0.00


Autonode is a CCK widget that allows you to use any table in your database as a reference to create and refer nodes. The field asks for a key, which is looked up in the reference table you set up. This might be a bit confusing at first, so let me illustrate what is being done: suppose you have 4 cols in your reference table: unique key, a title, some text, and some number. You want to have a node created when you are referring to a not yet existing page using title as node title, text as node body, and ignore the number. You refer to a node identified by key="id137". id137 is typed into the autonode field, and when you submit the node. The module looks up the values: unique key | title | sometext | somenumber -> id137 | "Title for id137" | "Mac is a PC" | 42 and creates the node with these values filled in, and includes the node id...
- Platform: PHP, Scripts
- Comment edited
- License: Shareware
- Price:


This module displays a customizable message at the bottom of a comment when it has been edited. The message by default is wrapped into a div, but it can be overridden by implementing the theme function theme_comment_edited() in your theme. Also there is a configuration option which forces the module to print this message into the $comment->comment_edited variable instead of the $comment->comment, so you have more freedom in where to place the message. If you are looking for general comment enhancements, please take a look at the advanced comment module. Theming Themers are now able to place the comment edited message elsewhere. For this select the "Use template" option in the configuration page, then in your preprocess function use the $comment->comment_edited property. It contains the themed messages. A new theme function is...
- Platform: PHP, Scripts
- JSNodeload
- License: Freeware
- Price: 0.00


This CCK widget enables you to reference nodes and load their content body via AJAX into the widget's textfield. The relation is saved in the database. It can be used to quickly assemble content using already existing sample nodes.
- Platform: PHP, Scripts