Hello browsers and browsets. I just would like to know if anyone knows how to or know of any torrent modules or scripting. Can a script or module be written in to drupals CMS app that allows me to have a web interface to mangage download and upload files. I want to implement this in to my site. When a customer purchase something, that purchase is downloaded. I want after payment transaction is complete for the customer to be able to come back to my site to a secure torrent page. There they can enter a password and retrieve their download.
I'm an old hand at programming but new to drupal. I'm making some modifications to some pre-existing custom modules. I need to make some forms from one module redirect to pages in another module upon submission. It appears to me that the form_alter hook will do the job. However, I haven't been able to find documentation for using the hook in 4.6 (only newer versions). Is this hook available in Drupal 4.6 and if so how do I determine the "form_id" of the form I want to redirect?
This is probably a kind of weird question but please hear me out.
I want to have a node that allows users to create a top XX list of other nodes. I would want it where they can reference other nodes and have those referenced nodes show up as links. For example:
1. The first item I chose for my playlist was
. This item is super cool.
2. The 2nd thing
is this. It rules.
3. Finally your playlist can't be complete without
. Everybody knows this owns.
Is there a definitive method for creating advanced searches through custom content types created in cck? I'd like to build a search box that searches only my cck developed content types. I would need check boxes, radio button and drop downs.