Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi, i've written a little drupal module that implements a newsletter system and i would like to add it to the contributed module section. What do i have to do? I've tried to get a CVS account but i got no reply.. i've tried to create a new project but (at the end of the process) it says that i'm not authorized..
Ok, i updated Taxofilter_list. I have a CVS Account, so how do i go about uploading my update of the project? (Note, last time it was update was over a year ago by anon)
I am looking for mailhandler get mailhandler to handle attachments properly. I found some prototype code using google on drupal.Kollum.org in bruno's sandbox that looks like it should work. I was wondering how much of a prototype this code actually is, and what needs to be developed for it to work properly. I am interested in helping with the development of it.
Maybe I am too tired but I just can't figure out how you are supposed to do this. I am trying to use the tablesort and pager together with data form a form to list some things.
In my test I have one form with two fields (name_first,name_last), this form is created with drupals form-function and therefore the fields are put in edit['_name_']. The test selects persons from db and lists them in a table, so far everything works as expected. I was rather impressed by how easy it was, but then I realized that it wasn't (or more likely I am doing something wrong).