'Affect RSS output' checkbox does not enable RSS template textarea
ryanbubinski - June 17, 2009 - 05:02
| Project: | Content Templates (Contemplate) |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Line 372 of Contemplate.module currently is:
'#attributes' => array('toggletarget' => '#edit-rss'),should be
'#attributes' => array('toggletarget' => '#edit-rssfield'),to match naming conventions of teaser and body fields, and to properly target RSS template textarea of id 'edit-rssfield'.

#1
+1 on this issue. When clicking on the "Affect RSS output" the jquery cannot find the target to enable.
Here's the patch.
#2
This works - I'd recommend for inclusion in the next release
#3
this works but clicking on the variable output does not insert them into template