TXT
Drupal module
Drupal Features module
Submitted by kabarca on Vie, 12/17/2010 - 16:12
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
Submitted by enzo on Vie, 11/12/2010 - 22:05Hello 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
Submitted by enzo on Mié, 11/10/2010 - 15:56Hello 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
Submitted by enzo on Mié, 02/25/2009 - 21:15Hello 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.
Donation with Drupal + Authorize.Net
Submitted by enzo on Jue, 01/29/2009 - 20:51Hello 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:
| Adjunto | Tamaño |
|---|---|
| authorize_donate-6.x-1.0.tar.gz | 9.13 KB |
Registration codes by account type with expiration
Submitted by enzo on Mar, 01/20/2009 - 14:48Hello 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:
| Adjunto | Tamaño |
|---|---|
| regcode_by_account_type_with_expiration.patch | 10.16 KB |
| regcode.zip | 11.76 KB |
Real account expiration by account type
Submitted by enzo on Dom, 01/18/2009 - 18:36Hello 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.
| Adjunto | Tamaño |
|---|---|
| account_expiry.zip | 12.09 KB |
| account_expiry-by-type.patch | 31.15 KB |
Embedded Media Field with ONE field for Video, Images, Audio
Submitted by enzo on Mié, 01/14/2009 - 14:34Hello 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.
| Adjunto | Tamaño |
|---|---|
| emfield.patch | 315.36 KB |
| emfield.zip | 102.05 KB |
Drupal Active Template don't recognize custom templates using phptemplates
Submitted by enzo on Lun, 12/29/2008 - 16:31Hello 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
| Adjunto | Tamaño |
|---|---|
| active_view.patch | 830 bytes |
Drupal Taxonomy Navigator with all terms entry
Submitted by enzo on Lun, 12/29/2008 - 16:01Hello 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.
| Adjunto | Tamaño |
|---|---|
| taxonomy_navigator.patch | 20.42 KB |

