Ticket #666 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Use cookie to remember if user want to subscribe

Reported by: omry Assigned to: markjaquith
Priority: normal Component: subscribe-to-comments
Severity: normal Keywords:
Cc:

Description

I modified my copy of stc so that it will use a cookie to remember if the user want to subscribe to comments. the logic is as follows: if there is a cookie, use it to determine if to make check the box, otherwise use the default value from the options. on the surface it seems to work correctly (didn't give it a real test yet).

the diff is attached.

Attachments

cookies.diff (1.7 kB) - added by omry on 06/18/07 11:19:47.
cookies.2.diff (0.6 kB) - added by omry on 06/18/07 11:24:43.
One minor fix that will prevent possible PHP warnings in some cases:

Change History

06/18/07 11:19:47 changed by omry

  • attachment cookies.diff added.

06/18/07 11:24:43 changed by omry

  • attachment cookies.2.diff added.

One minor fix that will prevent possible PHP warnings in some cases:

07/06/07 13:02:07 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

This has been implemented. Thanks!