Drupal module

Drupal Features module

What is Features?
Features is a Drupal module that allows a technical admin of the website to manage versions of the changes being performed to a Drupal installation, such as views settings, cck, webforms, permissions, blocks, etc.

How it works?

How to customize $content variable for Nodes in Drupal

Hello folks

If you have been coding for Drupal for a while, you notice is hard to try modify elements inside of variable $content from template node.tpl.php.

Well here's a solution, Imagine you have a content type, and you want to sort the content type to present two cck fields above the title and before the body like the below scheme represents

CCK Field # 1

CCK Field # 2

Node Title

Node Body

1. Hide the title

How change menu system path in Drupal

Hello folks

Today I had the task to change the response page for the Drupal system menu/path: user/login to a custom page, due this is not a visual menu, you can't use the Drupal Menu system to change or URL redirect.

So you must solve this request using code, below two examples about how you can solve it.

Replace the response function:

Drupal with upload files by fieldgroup

upload Group Edition Mode

Hello people

Today I create a new Drupal Module called upload_group

About this module

Drupal in the core has the option to upload files associated to each node/content type, and these files are displayed at the bottom of the node, well sometimes this behavior isn't enough.

  • Drupal with upload files by fieldgroup

Donation with Drupal + Authorize.Net

Drupal

Hello people

Today after send several patches to Drupal modules, my first custom module was accepted and deployed under Drupal repository.

The module is Authorize Donate.

This module enable to accept donations using Authorize.net

This module implements the donation using the server integration method (SIM) for card not present transactions, by Authorize.net.

Features:

AdjuntoTamaño
authorize_donate-6.x-1.0.tar.gz9.13 KB

Registration codes by account type with expiration

Drupal

Hello people

Today I sent a new patch, this time the lucky module was Registration Code

This module enable to add registration codes by account type and expiration account using modules Account Types and Account Expiry with patch to support account types.

My approach was to modify the module for Drupal 5 to provide:

AdjuntoTamaño
regcode_by_account_type_with_expiration.patch10.16 KB
regcode.zip11.76 KB

Real account expiration by account type

Drupal

Hello people

Today I sent a new patch, this time the lucky module was Account Expiry

This module enable to add and maintains expiry dates for user accounts.

AdjuntoTamaño
account_expiry.zip12.09 KB
account_expiry-by-type.patch31.15 KB

Embedded Media Field with ONE field for Video, Images, Audio

Drupal

Hello people

Some time ago I sent a new patch, this time the lucky module was Embedded Media Field

This module enable to include embed content in our website for audio, images and video, implemented a separate field for each type of content.

My approach was to modify the module for Drupal 6 to provide a unique text field for all types, I call this field emfield_generic. the emfield_generic detect the source of content and select the correct provider filter.

AdjuntoTamaño
emfield.patch315.36 KB
emfield.zip102.05 KB

Drupal Active Template don't recognize custom templates using phptemplates

Drupal

Hello people

Some time ago I sent a new patch, this time the lucky module was Active Template http://drupal.org/project/active_template

Active view use direct calls to generic theme for views, I change the way this module call the theme functions, in this way we could use our custom phptemplate functions.

Please contact me if you have any doubt or concern

enjoy

enzo

AdjuntoTamaño
active_view.patch830 bytes

Drupal Taxonomy Navigator with all terms entry

Drupal

Hello people

Today I create a new patch, this time the lucky module was Taxonomy Navigator http://drupal.org/project/taxonomy_navigator

In this patch I included the option to create a list with all vocabulary terms.

AdjuntoTamaño
taxonomy_navigator.patch20.42 KB
Distribuir contenido