Commerce Everyday

Component type

module

Categories

Maintenance status

Development status

Downloads

1610

Component created

Component changed

Everyday online payment service discontinued November 15, 2017.

Summary

Commerce Everyday integrates Everyday online payment method (Everyday-verkkomaksu) with Drupal Commerce. Everyday is a Finnish billing and part payment online gateway provider.

Installation and usage

See included README.txt for instructions.

Zoundation Support

Component type

module

Maintenance status

Development status

Downloads

2086

Component created

Component changed

Zupport module for zoundation theme. This module is designed to work with zoundation and sub-themes of zoundation. It may work with other themes, but no guarantee is made in this regard.

Reset Password

Component type

module

Maintenance status

Development status

Component created

Component changed

Alters the Drupal password reset workflow to automatically log out any existing session. This allows a reset-password link from an email to work even if the user is already logged into a site.

Comment plus

Component type

module

Maintenance status

Development status

Downloads

1418

Component created

Component changed

Since my lacking time for this is unlikely to get better soon, I ceased development of this module. If you'd like to take over (or fund the required time), drop a line!

This module extends Drupal's built-in comment functions with the following features and config options, each one per node type:

  • Improved page title on reply and quote form pages.
  • User-friendly, thread-specific comment IDs like you know them from most other blog systems (#1, #2, #2.1). This feature is inspired by http://drupal.org/project/comment_easy_reply and was originally requested by neRok - Thanks!
  • A true comment permalink function similar to and even better than the one shipped with Drupal 7. While the path http://basepath/comment/id simply calls the related node page in D7, the improved comment menu callback in comment_plus redirects to http://basepath/node/nodeID?page=pagenum#comment-commentID and thus even avoids SEO punishment for duplicate content while also jumping to the related comment anchor.
  • Set a minimum character or word count for comments.
  • (Instant) replying to a node or comment optionally creates a @username#userid tag which can be processed by the included in-reply-to format filter and will then link to the referring node or comment.
  • Comment subject fields may be configured as required.
  • Subject defaults may be configured per node type, including prefixes like Re:.
  • Comment link titles may be changed per node type, you may e.g. have a label reply instead of add comment for forum posts.
  • Basic wysiwyg support.

The included comment_plus_js module additionally enables AJAX based instant replies for node types with the comment form on the node view page.