In drupal 6, i used "signup" module with "signup status" module to manage attendance of users at different events.
Theses modules have several interesting features :
Each user can register his attendance for an event ;
The administrateur can add extra attendance of other users (who inform by sms for example);
With "view" module, the list of attending user can be displayed on the node.
I'm considering converting a client's .Net / MS SQL site to Drupal.
The client is an international medical organisation with many members and uses a MS SQL table that holds membership and login data for several thousand members.
We have recently established a server with Drupal running with IIS and MSQL.
I'm wondering if it will be possible to relate the Drupal user login to the existing members table - and if so what the best practice approach might be?
Hi, I am a total newb regarding drupal, been using it for 2 days now.
My problem:
I added the Internationalization module to my site to enable multilingual content.
Now at the bottom of my page it always shows what the current language is, i.e:
"Language English" << If my site is viewed in english.
"Taal Nederlands" << If viewed in dutch
... etc
I have buidl a module that adds an imagefield to cetain nodetypes. There is no hook_node_type_load that I can use in this module to automatically load the image in the nodetype object with node_type_load('my_nodetype'). What is the appropriate way to accomplish this?
hi..i am learning drupal7 ..am trying to one module like company application form. now i am created one registration form using text fields and add one submit button..then i want perform action like whenever click the submit button it will be check validations(java script) and after complete checking it will be submit into database..how to write this code and explain clearly.please help me..thank u...my code is