Closed (fixed)
Project:
Subscriptions
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2009 at 18:51 UTC
Updated:
17 Nov 2009 at 22:50 UTC
Hi
On page ....../admin/settings/subscriptions/intervals
I tried updating the intervals to "86400|Daily 608400|Weekly 2419200|Every 4 weeks" but the text saved was just "86400|Daily 608400". I use FCK Editor on the site. Excluding this element from FCK made no difference. Re-including this element in FCK Editor, I *think* I have made it work by updating to "
86400|Daily
608400|Weekly
2419200|Every 4 weeks"
So this could be a bug in the parsing of more than one "|", or it could be an incompatibility with FCK.
Thanks
Comments
Comment #1
greentomato commentedOK, that should read
"<p>86400|Daily
<p>608400|Weekly
<p>2419200|Every 4 weeks"
Comment #2
salvisActually, it should read
on three separate lines, without any mark-up.
I don't know what FCK Editor does, but it should probably leave the text areas under admin alone.
Comment #3
salvis