Closed (won't fix)
Project:
Excerpt
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2007 at 06:12 UTC
Updated:
19 Dec 2008 at 20:04 UTC
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) {
Comments
Comment #1
smk-ka commentedD6 includes an option "Show summary in full view" which provides exactly the same as Excerpt does, and makes porting it needless.
Comment #2
keesje commentedLook here:
http://drupal.org/node/272335