Closed GoogleCodeExporter closed 9 years ago
Are you just not getting the notifications, or nothing happens when you click
the "subscribe" button? A more detailed description of what is happening would
be helpful. Thanks.
Original comment by rous...@placella.com
on 12 Sep 2011 at 8:40
It seems that I'm not actually being subscribed.
on 8/20 i was successfully subscribed to
http://www.geeklog.net/forum/viewtopic.php?showtopic=93181
but on 8/25 and beyond, all others fail. ie.
http://www.geeklog.net/forum/viewtopic.php?showtopic=93218
BTW, just try it yourself.
Original comment by suprs...@gmail.com
on 12 Sep 2011 at 9:30
Original comment by TomHo...@gmail.com
on 5 Oct 2011 at 4:52
I think I found the problem. The notify checkbox value was not being set in all
cases. There are two lines in createtopic.php that need to be changed from
(search for $notify_prompt)
$notify_prompt = $LANG_GF02['msg38']. '<br' . XHTML . '><input type="checkbox"
name="notify" value="' . $notify . '" ' . $notify_val. XHTML . '>';
to
$notify_prompt = $LANG_GF02['msg38']. '<br' . XHTML . '><input type="checkbox"
name="notify" value="on" ' . $notify_val. XHTML . '>';
Original comment by TomHo...@gmail.com
on 5 Oct 2011 at 5:55
Original comment by TomHo...@gmail.com
on 23 Feb 2012 at 4:45
Original issue reported on code.google.com by
suprs...@gmail.com
on 31 Aug 2011 at 10:59