Download & Extend

'Affect RSS output' checkbox does not enable RSS template textarea

Project:Content Templates (Contemplate)
Version:6.x-1.1
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

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

Here's the patch.

AttachmentSize
contemplate_editrss.patch 733 bytes

#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

#4

+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

#5

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.

#6

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.

#7

Status:active» fixed

I fixed this problem today

#8

Status:fixed» closed (fixed)

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

nobody click here