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.