Node content is rendered twice in full node view. This is due to erroneous implementation of hook_view().

Opening a new issue per http://drupal.org/node/122260#comment-206064 and http://drupal.org/node/122260#comment-206149

screenshot showing problem

Comments

mcurry’s picture

Status: Active » Fixed

Fixed in Drupal-5-1.5-4 release and later. Please download and install a newer release and report results.

smith85’s picture

I just installed the new Drupal from scratch and added only the ed_classifieds. I still get the double content. Is there another fix?

mcurry’s picture

No, that's the latest version, and should have the corrected code. Would you mind copying the $Id$ line from the top of the ed_classified.module file into this issue thread?

mcurry’s picture

Title: Content renders twice on full node view » Content renders twice on full node view in Drupal 5

Clarifying title subject - this is a Drupal-5 only issue at present.

smith85’s picture

// $Id: ed_classified.module,v 1.1.4.18 2007/02/28 07:25:26 inactivist Exp $

and I did install the newest Drupal 5.

mcurry’s picture

You should download the latest 5.x release. The fix is in Drupal-5-1.5-4, and you are using the version prior to tge fuxes (Drupal-5-1.5-1)

Here's the $Id header from the one with all the fixes:

// $Id: ed_classified.module,v 1.1.4.22 2007/03/01 18:39:02 inactivist Exp $

Please download, install, and test the latest ed_classified module (Drupal-5-1.5-4 or later)

mcurry’s picture

You should download the latest 5.x release. The fix is in Drupal-5-1.5-4, and you are using the version prior to the fixes (Drupal-5-1.5-1)

Here's the $Id header from the one with all the fixes:

// $Id: ed_classified.module,v 1.1.4.22 2007/03/01 18:39:02 inactivist Exp $

Please download, install, and test the latest ed_classified module (Drupal-5-1.5-4 or later)

mcurry’s picture

In case I haven't been very clear on this, I'm talking about downloading the latest Drupal-5 compatible release package of the ed_classified module.

It's available from the "Official Releases" link - if you download the "Development Snapshot", you might get something that is up to 23 hours and 59 minutes out of date, as the development snapshots are built nightly, whereas the Official Releases are built within 5 minutes of making the official release available.

Here's the Drupal-5-1.5-4 ed_classified release link: http://drupal.org/node/123890
(note that you should always check for a later release, don't rely on this link for very long.)

Anonymous’s picture

Status: Fixed » Closed (fixed)
mcurry’s picture

Assigned: mcurry » Unassigned