yes that?s it
Hook: style_fetch
PHP Code:
if ($_REQUEST['do'] == 'addlist')
{
$_POST['do'] = 'doaddlist';
$_POST['friend'] = '1';
}
For understanding this plugin...
Try to add a user to your contactlist, vbulletin ask you "send friendship request"
This plugin skipping this step.
The buddylist only works, if the user authorized you.
The contactlist works always. And this confuse (not only) our users.
It?s not communitylike to have an contactlist similar to a favoritelist in a webbrowser.
To complete this challenge, i must figure out the usercp "Contacts & Friends".
I think it would useful to have two tabs , one for friends that authorized me
and one for friends, that not authorized me yet.
Then we have a really communitylike buddylist.
Thanks for helping.
Chris