Central America

Summary of the First Drupal 8 Contribute Costa Rica

We got the first meeting of Drupal Contribute in Costa Rica, this took place last night @Anexus IT´s headquarters.

The main idea of this meeting was to set a Development environment for Drupal 8 and eliminate the myth about how a person develops and works with Drupal 8.

The activity was attended by:

Interview about the experience of implementing Drupal to the Site www.lacurevillas.com

1. What kind of site was needed by the organization (blog | e-commerce | news | social network | other)?

We needed to redesign our site, which is basically a large database of property rental listings with some advanced search features.

2. What was the LacureVillas situation before implementing Drupal?

We had a custom built php site, whose limitations included an outdated graphical user interface as well as some structural problems (coding) that prevented us from effectively optimizing it for search engine placement.

Troubleshooting : Installing Mercury for Drupal in Linode.com

If you are linode user and you are trying to install StackScripts: Pantheon Mercury | Default Drupal LAMP recently , probably you are getting errors, that is because the karmic version of Ubuntu was moved to old-releases, this little change cause the StackScript fail.

If you are facing this problem, below you can find a troubleshooting guide.

1. Reconfigure 

dpkg --configure -a

Also kill other apt or dpkg process running

 

2. Update StackScript 

AutoDelete Account, a new Drupal module

The autodelete account module is designed to enable certain roles and of course users within those roles are able to auto delete their own account. By default this option is only enabled to admin users in edition user mode.

Usage:

0. Download the module and rename the 1267268 folder to autodelete_account. see note.
1. Install autodelete_account module.
2. Set the permission ''delete own account' to the roles you want to be able to delete their own account.
3. Inform your users that they can delete their own account.

Advanced User Module Patch: Enable use HTML format in Bulk Emails

Hello folks

If you are a user of Advanced User module, more likely you want to send bulk HTML emails to your users.

Tabs Module Patch: Enable Validation Form per Tab Panel in Navigation

Hello folks

I made a new feature to the form trigger to enable a validation per panel before the next or previous action gets executed.

If a required field is blank, the field is highlighted as error.

This feature has a flag in admin tabs to enable or disable the JS validation.

Currently this patch only validates inputs and selects controls.

You can follow the issue request to include on the next version at : http://drupal.org/node/1102904

Enjoy IT.

enzo

Patch for CCK Fatal error: Cannot unset string offsets

Hello folks

Yesterday I got a freaking Fatal Error:
 

AttachmentSize
cck_unset_error.patch654 bytes

New Drupal Contribution: Webform Password Module

Hello folks

Today I pushed a new drupal module named 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

Error importing CCK definition with FeedAPI

Hello folks

Today I was trying to export a CCK and import it to another 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

Hello folks

Today I was trying to export a CCK and import it to another 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

After debugging the import process I realized the fail is because by default all content types in a Drupal Installation with module Page Title enabled, have the option "Show field" unchecked. if this option is unchecked the export process for CCK generates a code like this:
 

Pages

Subscribe to Central America