I have Excerpt working in Drupal 6 beta 1. Here are the changes based on Excerpt 5.x-1.2 (excerpt.module,v 1.7 2007/04/05).

excerpt.info

name = Excerpt
description = "Allows users to enter a separate excerpt for nodes."
version = "6.0-beta1"
core = 6.x

excerpt.module
Replace:
function excerpt_form_alter($form_id, &$form) {
with:
function excerpt_form_alter(&$form, $form_state, $form_id) {

petermoulding.com/web_architect

Comments

smk-ka’s picture

Status: Active » Closed (won't fix)

D6 includes an option "Show summary in full view" which provides exactly the same as Excerpt does, and makes porting it needless.

keesje’s picture