Maintainers monitor issues, but fast responses are not guaranteed.

Fast Registration

This module provides a form for fast user registration with email and username only.
Other modules also can add another fields on this form.
After fast registration, a user is allowed to visit a configurable count of pages, after which the user must fill in the full user profile.

Dynamic Columns

Responsive Design from before it became fashionable!

This module allows you to organize the layout of specified HTML elements into dynamic columns.
Admins can specify the maximum count of columns and minimum width of one column. Content will be reformatted dynamically depending on size of browser window.

Custom Contact Forms

The module allows site admins to create customized contact forms.
Contact forms also can be created by other modules using the provided API.
Contact form title, default message, description text,
message subject and body are fully customizable and can use different variables

CCK Author Field

The module allows you to show node author information in a custom format.
As it uses the cck userreference field, you can easily change the displayed author and keep the real author information in the uid field of the node table. This is useful if you work with freelance authors/journo's or if somebody else handles the actual content input/upload.

To use the module:

1. Enable the module
2. Go to node type settings page Administer -> Content Management -> Content types. Select the node type you want to modify
3. Add a userreference cck field to a node type. Select display template "Author field template"
4. Open the page with content type settings.
5. In a fieldset "Author information" for a field "Author field" select the userreference field you want to use
6. In "Author information template" add php code which returns formatted string. You can use $n (node object) and $u (user object) variables here.
For example:

<?php
$name = (isset($u->profile_last_name) || isset($u->profile_first_name)) ?  $u->profile_first_name . ' ' . $u->profile_last_name : $u->name;
$user_link =  l($name, 'author/' . $u->uid);
print format_date($n->created, 'small') .' / <em>' . $u->profile_company_name . '</em> / '. $user_link;
?>

7. Save your settings.
8. Profit!

Custom Teasers

This module allows you to create custom teasers that link to any url, external or internal, and also quickly create views for those teasers.

TrustedShops integration with Ubercart

Confidence in eCommerce is a big issue and seals or certificates from respected institutions help to gain visitor's trust in online shops much better than without them and it gets the visitors to s

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained