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'.

CommentFileSizeAuthor
#1 contemplate_editrss.patch733 bytesJaredAM

Comments

JaredAM’s picture

StatusFileSize
new733 bytes

+1 on this issue. When clicking on the "Affect RSS output" the jquery cannot find the target to enable.

Here's the patch.

fletch11’s picture

This works - I'd recommend for inclusion in the next release

netentropy’s picture

this works but clicking on the variable output does not insert them into template

EyeChartBrew’s picture

+1 here.

JaredAM's patch works fine, but also ditto on bjraines' comment re: the variable output functionality not working. The page looks like it does a refresh vice inserting any of the selected variables.
//TB

christopherareed’s picture

I just wanted to share that if you click 'Affect RSS output' (and it's still grayed out) and then just hit save on the Content Template, it reloads the page and is accessible like normal.

msielski’s picture

Is this module being maintained? I only ask because this issue is 11 months old, has had a patch for 9 months, and the bug is still present in the current release.

jrglasgow’s picture

Status: Active » Fixed

I fixed this problem today

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.