Dakwak

Component type

module

Maintenance status

Development status

Downloads

1942

Component created

Component changed

Translate your website to any langauge in 3 easy steps

1) Go to Dakwak, register and create add your site.

2) Go to admin/settings/dakwak
    Paste the snippet dakwak gave you
    Type in the ID's you want them to be translated
    Type in the classes you want them to be translated
    Hit save

Paypal Donation

Component type

module

Maintenance status

Development status

Downloads

10641

Component created

Component changed

The Paypal Donate Module (project) is by origin a module i wrote for educating my fellow developers about developing modules for Drupal. After a recent update the module is now fully functional and ready to be uploaded to Drupal.org. This module hooks in a new content-type of "paypal_donation" as the name says it allows you to create a new page dedicated to donations to your website. This is a really simple solution and there are more paypal donation solutions but not where you can create a single page / node for your donations.

User picture block

Component type

module

Categories

Maintenance status

Development status

Downloads

4535

Component created

Component changed

Create just one block with the logged on user's picture, if he/she has one. In addition, User titles, points and badges are also displayed, if there are any.

After installation, go to Site building > Blocks and enable the block.

It probably makes sense to only enable for authenticated users, and perhaps only on specific pages.

comment hideusername

Component type

module

Categories

Maintenance status

Development status

Downloads

4116

Component created

Component changed

Drupal 6: In the form where comments are added, hide the username+label since the user already knows who he is.

Usage: install the module.
Configuration in settings.php:
$conf['comment_hideusername_hide_subject'] = TRUE; // hide the subject too ?

Related Modules: You can use a more complete module like nodeformsettings to allow hiding of the username and many other user hook_alter_hacks.

Drupal 7: To hide the comment subject, you dont need this it can be configured in core. You'll still need it to hide the username though.

Multi Submit

Component type

module

Maintenance status

Development status

Downloads

1665

Component created

Component changed

This is perhaps quite a niche module, it's a node cloning helper - hopefully someone will find it useful... It allows an admin to select;

  • A CCK field which has more than one "Number of values" set for use
  • A single entry CCK field which the module will populate with the multiple entry field set above

When a node is created, the selected single entry field is hidden and the entire node is cloned for as many entries there are in the multiple entry field. The multiple entry field is not saved with the cloned nodes, rather the single entry field is populated with each field entry in turn.

Likewise, when a node is edited the multiple entry field is hidden and the single entry field can be altered as normal.

SMS Sending Actions for Rules

Component type

module

Categories

Maintenance status

Development status

Downloads

1502

Component created

Component changed

Integrate SMS Framework basic capabilities with the Rules module, mainly by two actions:

  • Send an SMS - send a message to a comma-separated list of phone numbers
  • Send an SMS to user - send a message to a comma-separated list of user ids (using the sms_user optional module)
  • In the future it would be possible to integrate events using the SMS Framework income features.

    Ubercart Marketplace Tokens

    Component type

    module

    Maintenance status

    Development status

    Downloads

    1510

    Component created

    Component changed

    Ubercart Marketplace Tokens provides 3 different tokens for Ubercart Marketplace module:

  • order-seller-email: the email address of the seller.
  • order-seller-name: the username of the seller.
  • order-seller-uid: the uid of the seller.
  • The issue #754952: Seller email Token - new module was the origin of the first token, and the rest came as a need during the development.

    ECO (Extra Customization Options for Ubercart)

    Component type

    module

    Categories

    Maintenance status

    Development status

    Downloads

    3304

    Component created

    Component changed

    ECO (Extra Customization Options for Ubercart) provides additional ("extra") options to customize Ubercart.

    Please see a list of features below. Some of the functionality provided also includes a degree of integration with other contributed modules like Legal, Webform, and Ubercart Discount Coupons. Among the customization options are using URL parameters to auto-apply coupons in checkout, requiring new customers to choose a password, and integration with the Webform module to pre-populate address fields in checkout.

    Among other things you can accomplish with ECO is to have a shopping experience that does involve a product page or add to cart button. For example, you could include a webform in a block, via Panels, or through Views, etc. in which you collect information and pass it through to Checkout along with adding a product to the cart automatically. The Webform module saves the data entered regardless of whether or not checkout is completed in Ubercart.