Drupal is up and running but how do I ...?

audio.module using file ftped to server

The audio module is great. But, with the PHP limited uploads I can't use it for podcasting. My podcast files are just too big for my shared server config (I can't change it). So, I am wondering if there is a way to have the audio module select a file that has already been uploaded to the server, grab the ID3 info from there, and use that in the node?

Any ideas out there?

Simplenews Error: Duplicate entry '*' for key 1 query

Hey Peeps;

I searched the forum for information concerning the following error, but with no luck:

Multiple Event Calendars For Sub Pages

I'm trying to add a unique events calendar for each of 50 or so areas within my site.

Each area is a collection of nodes that only one administrator may access and is managed by a single admin and each admin must only be able to edit their own event calendar.

Has anyone done anythnig like this yet?

display image from upload module in forum

Wah, so sick of this. :) I think I went through the same thing digging through vote modules. There are like six of them and none of them quite what I wanted. Sigh.

I run a trading cards site. I will skip the long explanation, although I love doing it.

Users post questions in the forum... is this card fake? What is this card? They can attach an image to the forum topic.

I want for there to be an-as-automatic-as-humanely-possible way for that image to display as a thumbnail linking to the larger image.

Visit Site Index doesn't work

We're running Drupal 4.7 and Visit Site Index just ain't working. Is this a bug in 4.7? or is there some clever trick to make it work. All we're coming up with so far is page not found.

If anyone could help I'd be so grateful.

Ed

bookreview teasers - how are they created?

I am using the bookreview module and it all works now brilliantly except for the teasers. There are none. In fact, in my database the node_revisions table is virtually empty for bookreview nids (okay, all fields are completed except body, teaser and log). I think this is fine as content is all stored in the bookreview tables.

Where though, do the teasers come from, or should they be coming from? There is no qb_query to insert into node_revision/table that I can see, nor any db_query relating to the teasers.

They must, then be constructed some other way then, right? But why aren't they working for me? Other people don't seem to be having a problem, so I'm really quite confused.

I have made some other slight amneds to the code, but, using a programme to examine the differences, there are none for the code that I think effects the teaser. I've included this here - maybe I'm missing something?

Any help is very very very much appreciated.

thanks


function bookreview_validate(&$node) {
if (variable_get('teaser_length', 600)) {
if ($node->synopsis) {
$node->teaser = check_markup(node_teaser($node->synopsis), $node->format);
}
else {
$node->teaser = check_markup(node_teaser($node->review), $node->format);
}
}
else {
// teasers are disabled, display whole book review
$node->teaser = check_markup($node->body, $node->format);

Pages

Subscribe with RSS Subscribe to RSS - Post installation