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 smile

Re: subscribe..

someone here.. ? big_smile

Re: subscribe..

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

Re: subscribe..

yes Smartys..  but how ? and where..  i know i should do something..  but how ? smile

thx

Re: subscribe..

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 smile

Re: subscribe..

or just
$subscribe = 1;

wink

Re: subscribe..

finally !

big_smile

Thank you.. and people love that stuff..  its like smoking wink

8

Re: subscribe..

which file is that in,  I'm using 1.2.6 btw

Re: subscribe..

post.php

10

Re: subscribe..

Thanx Smartys smile