TXT
Offshore
AutoDelete Account a new Drupal module
Submitted by enzo on Vie, 09/02/2011 - 04:07
The autodelete account module is designed to enable certain roles and off course users within that roles to auto delete his own account. By default this option is only enabled to admin users in edition user mode.
Usage:
Advanced User Module Patch: Enable use HTML format in Bulk Emails
Submitted by enzo on Vie, 03/25/2011 - 18:08Hello folks
Tabs Module Patch: Enable Validation Form per Tab Panel in Navigation
Submitted by enzo on Mié, 03/23/2011 - 15:42
Hello folks
I made a new feature to enable the form trigger a validation per panel before to next or previous action gets executed.
If some field required is blank, the field is highlighted as error.
This feature has a flag in admin tabs to enable or disable the JS validation.
| Adjunto | Tamaño |
|---|---|
| tabs_enable_validation_in_navigation.patch | 3.93 KB |
Patch for CCK Fatal error: Cannot unset string offsets
Submitted by enzo on Mié, 03/23/2011 - 14:54New Drupal Contribution: Webform Password Module
Submitted by enzo on Lun, 03/21/2011 - 22:03Hello folks
Today I push a new drupal module webform password.
This module Provides a new Forms API element which is a password textfield element .
Module applications
- Webform login
- Webform Register
Enjoy It.
enzo
Move term and update url alias
Submitted by jason on Mar, 03/15/2011 - 23:13Regards,
I've tested taxonomy manager and so far is a really useful module and it really makes things easy, however i am using pathauto as well, in order to make my urls looks nicer.
The problem comes when pathauto auto-generates term's url, because when i "move" a term using taxonomy manage, the url should change as well automaticly.
That's why i created this patch, so when I "move" the term, taxonomy manager updates the url too.
| Adjunto | Tamaño |
|---|---|
| urlalias-update.txt | 1.41 KB |
Error importing CCK definition with FeedAPI
Submitted by enzo on Mar, 03/15/2011 - 23:02Hello folks
Today I was trying to export a CCK and import in other Drupal Installation, but I was getting a freaking error "An illegal choice has been detected. Please contact the site administrator".
Guess what, I'm the administrator :P
Error importing CCK definition with Page Title
Submitted by enzo on Mar, 03/15/2011 - 22:48Hello folks
Today I was trying to export a CCK and import in other Drupal Installation, but I was getting a freaking error "An illegal choice has been detected. Please contact the site administrator".
Guess what, I'm the administrator :P
Patch for Views SlideShow: SingleFrame Controls are rendered even if the slideshow doesn't have pagination
Submitted by enzo on Lun, 03/14/2011 - 22:10Hello folks
Today I realize if I set the items per slide variable in SingleFrame and Set to YES the variable display controls, the controls are rendered even if the slideshow doesn't have pagination.
So after review the code I detect in my perspective a bug in the logic.
Check the attached patch to validate is item_per_slide is lower than rows available in view.
enjoy IT.
enzo
| Adjunto | Tamaño |
|---|---|
| singleframe_display_controls_if_pager.patch | 3.04 KB |
How to force pager type in views for Drupal 6
Submitted by enzo on Vie, 03/11/2011 - 20:56Hello folks.
Today I'd a problem with attached views and the inherit pager feature, because the pager is inherited but not the style and I'd configured a mini pager. So my solution was to force that using the hook_views_pre_execute in a custom function listed below.

