Are there any hook implementations that I could implement into my own module when a user adds another user to his buddylist? or when he removes a user from buddylist ?
Basically I have a custom contact forum currently working but came across an issue. One of the questions I ask can have 1 or more answers to them so instead of having a text field or menu, i created multiple checkboxes. If the user checks off the corresponding value, that will be included in the email. If the checkbox is left blank, a 0 will return in the email. This is the code that I have for the body of the email:
My site is currently under development (I hired a team from overseas)... the site is going well, however, I am not impressed with the 'media section'. The media section is broken into 3 categories - photo, video, music.
I want the videos on my site to have similar capabilities as youtube - specifically, I want the cover picture for the videos to be a snapshot of first frame of the video. As of now, members are required to assign "cover pictures" for videos.
Hi all, I'm new with Drupal development, and so far amazed with how easy is to hook up into Drupal's framework to build modules.
I'm trying to write a module to import a list of users to drupal (a CSV or XML file with some custom fields that will be mapped to custom profile fields), and trying to use this project to learn how to build modules.
I already built the skeleton of my module, made the form and added an input 'file' into the settings form. What I would like to do now is to save this file into the server, so then I can process it to create all the users. I cannot get where is there I can access the file data to save it.