ataricom on 28/5/2004 at 01:33
Is there any way to post a reply to a thread without automatically subscribing yourself to it?
I know you can hit 'Do not subscribe', but that'll take some getting used to.
Similarly, is there setting that automatically show your signature without hitting it every time you reply?
Wuggles on 28/5/2004 at 01:43
You can turn off auto-subscription in your user cp.
The...administration... has this strange idea about not wanting your sig on your posts... but here's a way around that:
Get yourself Proxomitron... its the best ad blocker there is, and it does other things and allows you to write your own filters...
Write one that replaces:
Code:
type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1"/>
with:
Code:
type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" CHECKED />
David on 28/5/2004 at 04:40
In your (
http://www.ttlg.com/forums/usercp.php?) User Control Panel you can set the default subscription method to "Do not subscribe".
Secondly signatures are prefferably display only once per page, it is for this reason that signatures are not on by default.
Salvage on 28/5/2004 at 05:09
Ask how they did it at the blackcat forums. There the signature is only displayed once per thread.
David on 28/5/2004 at 05:23
I know how to do it, I was running it on the test install of vB3, but for the most part people don't tend to spam their signature in every post, so I don't feel its needed at the moment. :)
ataricom on 28/5/2004 at 21:53
Aah, thanks David!
I haven't had the time to check out the new user CP stuff yet.