Bugfix in QuickReply
Geplaatst: 03 jan 2005, 17:10
In de QuickReply MOD van Smartor zit een bug.
Deze bug houdt in, dat je je niet automatisch abonneert als je gebruik maakt van QuickReply om te reageren in een topic.
De (voorlopige) bugfix (na installatie) is als volgt:
Deze bug houdt in, dat je je niet automatisch abonneert als je gebruik maakt van QuickReply om te reageren in een topic.
De (voorlopige) bugfix (na installatie) is als volgt:
Code: Selecteer alles
#
# --- [ OPEN ]
#
viewtopic.php
#
# --- [ FIND ]
#
<input type='hidden' name='notify' value='" . $notify . "' /><br />
#
# --- [ REPLACE ]
#
<input type='hidden' name='notify' value='" . $notify_user . "' /><br />
#
# --- [ SAVE & CLOSE ALL ]
#
# EoM