Ticket #666 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Use cookie to remember if user want to subscribe

Reported by: omry Owned by: 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 Download (1.7 KB) - added by omry 5 years ago.
cookies.2.diff Download (572 bytes) - added by omry 5 years ago.
One minor fix that will prevent possible PHP warnings in some cases:

Change History

Changed 5 years ago by omry

Changed 5 years ago by omry

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

comment:1 Changed 5 years ago by markjaquith

  • Status changed from new to closed
  • Resolution set to fixed

This has been implemented. Thanks!

Note: See TracTickets for help on using tickets.