Quote:
Originally posted by Xenon
as you know everything is possible 
go to admin/settings.php and create new setting variablename: stopdoublepost
function to create: yesno
and then just before
PHP Code:
$lastpost[userid]!=$bbuserinfo[userid] ||
in newreply.php add this:
PHP Code:
!$stopdoublepost ||
|
I think I am missing something here ... how exactly do I create this variable? I don't see it :$