Alert Edit
1.0 for SP1.3.2
This mod will show a javascript warning alerting a user that he is about to edit a post. Quite handy to avoid the mistake of editing instead of quoting a post.
Tim C
http://www.yabbforum.com
Sources/Post.pl
if ($realname eq '' && $threadid ne '') {$settofield="name";}
}
#Alert Edit mod
if ($destination eq 'modify2') {
$yymain .= qq~
~;
}
#Alert Edit mod