Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I'm working on a site which offers CD music album reviews. I've been looking for a easy way to create a structured review page and flexinode is the only thing that comes close (alows posting of an image, text, URL and email links).
The only thing missing, is a rating system, for example scoring from 1 to 10 and displaying little stars or something as a graphical 'progress bar'.
Would anyone be willing to add this feature to flexinode please?
I have made two posts related to dynamic dropdown box but no reply so far, everytime i refine my question (questions are posted only after search results (drupal.org) returned no desired results).
In the `comments` table of the Drupal database, what does the `pid` column stand for? I'm with http://www.applefritter.com and we're playing with writing some different display and comment code for Drupal threads, and we'd like to keep full backward compatability with the existing Drupal install.
I poked around, but I haven't been able to find any documentation on what various columns stand for. If anyone can point me to any docs that may exist, it'd be great.
I know the title isn't very descriptive, but here goes. I'm writing a mailing list module right now and am having trouble with one aspect. I already have a few options available such as stripping attachments based on mime type and archiving using the node and comment system. I am now trying to get allowed attachments to be attached and archived as node attachments. The only problem is I can't figure out which function is called to attach a file to a node. I'm hoping to use the upload_nodeapi or a file.inc function. Any ideas would be appreciated.