Topic: subscribe..
Hi there
Can someone show me exactlly what i should modify in pbb 1.2.5 to subscribe by default everyone that put a reply to a topic ?
.. and to work with "qucik reply" and "post reply"
thank you very much
You are not logged in. Please login or register.
PunBB Forums → Feature requests → subscribe..
Hi there
Can someone show me exactlly what i should modify in pbb 1.2.5 to subscribe by default everyone that put a reply to a topic ?
.. and to work with "qucik reply" and "post reply"
thank you very much
someone here.. ?
For post reply you just change the checkbox so it's checked by default.
For quick post you would have to add a checkbox I think, or force people to subscribe
yes Smartys.. but how ? and where.. i know i should do something.. but how ?
thx
OK, to force people to subscribe:
FIND:
$subscribe = isset($_POST['subscribe']) ? 1 : 0;
REPLACE WITH
$subscribe = isset($_POST['subscribe']) ? 1 : 1;
Quick and dirty hack
or just
$subscribe = 1;
finally !
Thank you.. and people love that stuff.. its like smoking
post.php
PunBB Forums → Feature requests → subscribe..
Powered by PunBB, supported by Informer Technologies, Inc.