the box is checked by default, but this plugin should send the value automaticly to skip the question.
plugin on # init_startup
the question to skip is found on this page:
profile.php?do=addlist&userlist=friend&u=449
to do this, the plugin should send the correct value automaticly after a friendrequest:
PHP Code:
$_POST['friend'] = 1;
similar to this plugin:
Remove "agree to forum rules" step from register page
But how can this work, we have three values in the $_REQUEST['do']
do=addlist&
userlist=friend&
u=449