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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | forward-form-teasers-270881.patch | 943 bytes | coltrane |
Comments
Comment #1
coltraneConfirmed, tracked it down to use of
variable_get('forward_show_teasers', 0))in hook_nodeapi() which should really bevariable_get('forward_display_teasers', 0)). Patch applies against HEAD.Comment #2
john.oltman commentedThis was fixed in a previous 6.x release.