drupal modules

Alteration of the Simplenews module

Categories:

I was trying to build a custom user interface that would allow the user to create an e-mailer. I wanted to create a web-form with a number of options. The purpose of this was to make things as easy as possible to the user to add content and submit the e-mailer to the recipients.

Asynchronous content loading in Drupal

Categories:

This is a recipe that I used to load the content of my "Portfolio of Websites" page. I took advantage of jQuery and Drupal menu system to generate an asynchronous http request, serve the content and show it inside a div tag.

This is the module code:

Email CCK custom module

Categories:

I created a custom module that turns CCK forms into email feedback forms easily.

The purpose of this module is to easily create forms with the flexibility that the CCK module gives you and have the content of the forms be emailed to any address you want as well as create nodes and then have the ability to use VIEWS to sort the content and create reports and more.

Basically you create a content type using CCK module and then, in the content type settings form you will get the following options:

- turn this content type into feedback form.

Syndicate content