How do I edit the amount of levels the nested quotes go to?
I've installed it, but it will go for as long as people can hit the quote button, which can get ugly in some long threads.
Could someone please post the old code that used to be here? CoreIssue's simple edit doesn't work the same as the other method. It's all or nothing. ;-[
I know it's something like
Code:
while ( ($pos !== false) && ($quote_count <= 2) );
, but I forget where to put it.