I am running drupal 6.2, the 6.x-1.x-dev version, the pixture theme, forward settings are set to "form" and to show in teasers as well.

The "forward this" form/collapsible-form shows only in the full nodes, and not in the teasers.

I believe this is an excellent module for SEO, great looking, thank you very much.

CommentFileSizeAuthor
#1 forward-form-teasers-270881.patch943 bytescoltrane

Comments

coltrane’s picture

Status: Active » Needs review
StatusFileSize
new943 bytes

Confirmed, tracked it down to use of variable_get('forward_show_teasers', 0)) in hook_nodeapi() which should really be variable_get('forward_display_teasers', 0)). Patch applies against HEAD.

john.oltman’s picture

Status: Needs review » Closed (fixed)

This was fixed in a previous 6.x release.