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

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);

How to add "add image field" correctly in Flexinode ?

In the create content page, it shows the browse button but no upload button

How can this be added so that the image can be actually uploaded ?

Streamlined eCommerce purchase for single item (site subscription)

I'd like to allow an anonymous visitor to come to a site, select a single item from a choice of two, and upon selecting it be redirect to the purchase page.

Looking at the ecommerce 4.7 package i'm not sure if this is possible - but would like to know how best to implement this functionality myself.

In addition I'd like to get the user to sign up for a user account whilst purchasing the item, the user should create the account during the purchase, so that at the end the purchase is associated with the user.

Pages

Subscribe with RSS Subscribe to RSS - Post installation