Secure Webform Submission & Email

Hello,

I am in a situation in which a friends website was being developed in Drupal when the developer decided that they were unable to assist any further. I have since been asked to pick this up and finish everything although I have no experience with Drupal or PHP.

What I am trying to do is create a registration form which takes the persons information as well as their credit card information. I have been able to create the basic form which captures all of the information however, I am now stuck with a couple of issues both relating to the credit card information.

Internet Radio w/ Drupal?

I'm trying to build a basic internet radio station with Drupal but don't know if it's possible. The idea is to add a radio feature to our existing intranet (already built with Drupal). Employees would be able to queue up songs they'd like to hear and those would be streamed to any employees that are listening. Ideally, if no songs were queued up, it'd randomly select from the existing library of songs. Don't know if there's a module or set of modules that would handle this.

getting files to upload into specific directories - Super newbie needs help :|

I'm in a quandary.

I just simply want images I use in the site (outside of the theme's images) to all go into a folder named pictures. (so sites/default/files/pictures)

I just don't want all the images I'm using on the site to be in sites/default/files

I'd like to be able to have separate folders for different things: pictures, flash, PDFs etc. but I'd be happy just to get them all into a folder called "Media" at this point. It seems weird to me that everything just gets dumped into the "files" folder.

I'm new to this so I'm sure I'm missing a lot here. I've installed WYSIWYG, and INSERT modules
and activated the needed core modules that go with them...I've added the path to images as sites/default/files/pictures in Admin->configuration->media->public file system path

I manually transferred all the needed images to the pictures folder too (thinking I could just reference them from there in the pages) but when i use the path to them I get a "page not found" error - and subsequent images that I've uploaded via the INSERT module are going here:
sites/default/files/pictures/pictures/arca_supports.jpg
(perhaps I shouldn't have created the dir pictures myself and just uploaded as I needed them with INSERT? That is, am I getting the double pictures/pictures directory because I put it as a media path and then used INSERT to upload and image?)

D7 - Use custom flash player in node

I've spent a good deal of time trying to find this already in the forums, but everything tends to be either dated, requiring modules that will change what i need or just doesn't seem to work.
Very simply I made a basic flash player for another website, and I would like to use it on my own site as part of a portfolio.
I need to be able to get it working with my own UI skin, so most modules are out of the question, ex. I haven't been able to get my custom skin loaded in mediafront or the osmplayer.
I've added the code from the html file that flash created for the player and I've uploaded all the elements and have set the paths accordingly. I've also set the input format to php so as to not strip out any tags or functionality (at least in theory)

AC_FL_RunContent = 0; if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '550', 'height', '400', 'src', '/sites/default/files/diff3', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true',

Private File Downloads

Hi all,

I tried searching a little but I cannot figure out how to provide a link and handler to download a private file. Can anyone point me in the right direction? I am going to start messing with the hook_file_download and see where that takes me but would appreciate the help.

Thanks in advance.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x