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

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.

Themes not displaying--at all, safe mode problem?

I've just upgraded and everything went fine except that any themes I download don't seem to work. I have the right engine installed, but I get blank sidebars and no styling whenever I try to apply one of these themes. In trying to configure them further, I also keep getting a SAFE MODE restriction error. I get this same error when I go to administer-->settings. It also says I can't write to the .htaccess files in the /tmp and /files directories. I've got the permissions set correctly and I'm still getting this error.

Installing a Module

How can I install a module such as Organic Groups ( http://drupal.org/project/og )?

Pages

Subscribe with RSS Subscribe to RSS - Post installation