Image Field default image disappearing images

I have a custom content type with an Image field. I've set a default image for this field which works briefly, before the field empties. I've checked sites/default/files/default_images directory where the file appears when first uploaded. I can be working on the site and seeing the default image without any issues but then it disappears completely (wondered if it might be related to logging out of the site?) Checking the default_images directory confirms the file has been deleted.

Printing a CCK field value in a custom view?

Peeps,
Ive got a custom view setup for an RSS feed. Handles all the normal stuff just fine. The issue I have is that Ive added one custom CCK field (name:field_file) to handle the uploading of a file. Im trying to print out this field value in the view template (views/theme/views-view-row-rss.tpl.php) and cannot find a way to do so.

This is what Im trying to accomplish:

<enclosure_url><?php print $field_file;?></enclosure_url>

lm_paypal for D7

Is there a lm_paypal module available for for drupal 7?
If not, does anyone know a paypal module that works on drupal 7?

PDF/Doc's in Block

I'd like to view PDF's and Documents inside a custom block/panel.

I was looking at http://drupal.org/project/fileviewer but can't seem to be working it right...

What are the options for loading a block with a document (Doc or PDF preferred) in Drupal 7? Maybe a how-to for a retard like myself.

Drupal 7 not recognizing function or passing node variables...

Hello folks,

I'm trying to display the submitted date two different ways on a node. One of them is simply the month and day. I'm trying to do this by using this function in the template.php file:

function ivorypearl_preprocess_node(&$vars) {

      $node = $vars['node'];

      // Variables for the calendar date display.
      $vars['month'] = date('M', $node->created);
      $vars['day'] = date('j', $node->created);

}

Then in the node.tpl.php file I am using the following:

Personalise my off line site page !

hi

how to Personalise my off line site page in my site drupal 7?

thenk's

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x