I was wondering if there's any module that deals with music... I mean a module that makes drupal looks like a musical site, and there's a download system for the song and even a poll system for it. is there such module avalible? it would be great really...
I've written a dict module for Drupal (version 4.7) which functions as a dict client. It pulls down definitions and matches from a dictd server and shows them up on Drupal. The interface is similar to the www.dict.org.
I do not have a server setup to demo this stuff. If someone could try it out and let me know, it would be great. The module can be picked up from here.
I am looking for an image module that allows me to attatch images (1 or more) to stories. I don't want them to be inline. I just want to be able to pull the image link and its information into the theme for each story and have them appear at the top (e.g. http://www.livinginfulleffect.com/test/example_story/text_template.htm ).
For the Drupal site we are running, we want to give forwarding email addresses using our domain name to all users of the site. The easiest way to do this as far as we can figure is to simply create a new forwarding entry in the SQL database that keeps track of that stuff for qmail whenever a user creates a new account. I'm trying to figure out how to edit the users module (I assume that's the one I'd want to edit) so that I can add a new row to this table which is in a different database (and potentially delete rows as well).
When I moved our site to Drupal 4.6, I noticed that some gallery-related
functionality in the image module was removed or had been left out in a rewrite.
Most important thing I missed were the 'previous' and 'next' links.
Later on I also noticed image weights were missing.
After researching a bit, I saw some posts saying that the image module is being stripped,
so that it will only facilitate creation and viewing of image nodes. Image gallery functionality
would then go in other modules. So I started searching for a replacement gallery module.
There were several options :
acidfree Couldn't get this to work and even if I did, would it have img_assist integration ?
album Didn't want to move to folksonomy. I like a hierarchical structure of my albums !
shazamgallery From the description, it seemed too experimental and didn't contain what I needed.
gallery I really want my galleries to be based on taxonomy and image nodes.