How to install?
| Project: | Audio recording field |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hi! I'm a new to Drupal. I just finished installing Drupal and I want to install this module of yours. I think I put all the files at the right place but then I don't know what to do next. How to install the module? I went into the admin and I wanted to click the box next to the Audio recording field but I cannot enable it. There is a message saying I have some content missing. I'm pretty sure all the files are there. I followed the procedure to the letter. Put your files in the module folder in a folder named audiorecordingfield and the folder codebase from listenup in the same folder. But now I'm at lost... from there I don't know what to do. I have used listenup before on a regular web page and I know how to use it. But I have no clue how to amalgamate it with Drupal. That's why I need your module. Please help.

#1
ok, I have installed the module and it works perfectly. I figured out what a cck was and I had to installed that in order for the whole thing to work. But what it does is that I can record something and then it will play on the page when it is finished. What I need is rather that my users be able to record something and leave a voice message by themselves so that other users can hear them afterwards. Is that possible to do? Like a voice comment... attached to some content that I would have put before.
#2
Of course this is possible, this is what this module was created for :)
First you need to create the new cck content type, and add an audio recording field to it.
Then you'll need set permissions to the user role you want to be able to record audio: go to Administer -> User management -> Permissions and check the necessary permissions. Notice that Drupal's 6 cck requires setting permissions of each individual cck field.
If you want to use this module to enable Drupal's native comment system, you might what to look at node comments moduel or riffly module