Recent blog posts
- My Blog now supports creative commons license
- Custom version for MultiSite Search Module
- Drupal: How to Enable Active Trail with Nice Menus
- DrupalCamp CA / Guatemala 2010
- Content Profile Form inside User Edit for Drupal 6
- How use views arguments in PHP Code for Drupal 6
- Drupal Contribution: Generate vancode using mysql alone
- Drupal Module Patch: Belated PNG
- Drupal Patch to Notify Module to process only new content
- Notify module: Handle both published and unpublished entries
Contribution
Content Profile Form inside User Edit for Drupal 6
Submitted by enzo on Wed, 07/14/2010 - 15:31
If you are familiar with Content Profile Drupal Module, you notice this module generate a tab(s) or subtab(s) for edition mode. This behavior is acceptable, but a common request is enable to put all fields in one big form, but with the option each section has its own submit button.
Well this is my solution for this request.
1. Create a PHP block for each content profile content type, i.e user_shipping_address_page.
Drupal Patch to Notify Module to process only new content
Submitted by enzo on Sat, 04/03/2010 - 03:02
Hello guys
Following the line of changes to Notify module, I just did a new change to add the option to set Drupal to send notifications only for new content not for changes or updates nodes.
Check the path attached.
Enjoy It.
enzo
| Attachment | (click to download) | |
|---|---|---|
| notify-unpublished-content-and-only-new-content.patch | 3.95 KB |
Notify module: Handle both published and unpublished entries (screenshot_014.png)
This image was uploaded with the post Notify module: Handle both published and unpublished entries.
Notify module: Handle both published and unpublished entries
Submitted by james on Fri, 03/26/2010 - 21:25
What we did:
1. Add a selector for this option. By default it will behave as always.
2. Add the code on the module to handle this.
3. We need shorter notification intervals. We added 10 and 5 minutes.
If you like to follow the official tread: http://drupal.org/node/754362
Enjoy it.
Sponsored by Anexus IT
SRU Client | New Drupal 6 Module
Submitted by enzo on Wed, 12/23/2009 - 13:44
SRU Client enable integration with products implementing the SRU protocol for queries against DB, this standard was created by Library of Congress (US).
SRU is a standard XML-focused search protocol for Internet search queries, utilizing CQL (Contextual Query Language), a standard syntax for representing queries.
More information at SRU Home Page
QTabPanel a new QCubed Plug-in
Submitted by enzo on Wed, 09/30/2009 - 15:02
Hello folks
Last week I sent my last contribution to QCubed project a new plug-in called QTabPanel
QJqDock a Jquery Dock QControl for QCubed
Submitted by enzo on Tue, 05/26/2009 - 17:29
Hello people
This is my weekly contribution to QCubed Project
The Dock - as anyone familiar with a Mac will know - is a set of iconic images that expand when rolled over with the cursor, and usually perform some action when clicked. This plug-in mimics that behavior by transforming a contiguous set of HTML images into an expanding Dock, vertical or horizontal, with or without labels.
I implemented the plug-in from http://www.wizzud.com/jqDock/ as Qcubed control.
| Attachment | (click to download) | |
|---|---|---|
| QJqDock.zip | 37.23 KB | |
| QJqDock.patch | 25.83 KB |
QReport new QControl for QCubed and Qcode (qreport-tabular.jpg)
This image was uploaded with the post QReport new QControl for QCubed and Qcode.
QReport new QControl for QCubed and QCodo
Submitted by enzo on Fri, 01/23/2009 - 17:59
QReport is tabular report with pagination support with free source of data.
Some times we need create simple reports but using free data, we don't need reach the information from database or using DB model structure, do this task
using QDataGrid could be so hard, for this reason appear qreport to be simple and util to create reports.
Features:
| Attachment | (click to download) | |
|---|---|---|
| qreport.patch | 35.52 KB | |
| qreport.zip | 13.87 KB |

