Quote:
Originally Posted by goddess_dix
i've been watching this one...in terms of feature requests, i'd be interested in
1. making it a friend request, not automatic add to friends list, although this is not a huge deal.
2. resolution of issues with email validation, as my forum requires it and turning it off would be a dealbreaker for me.
3. some instructions on at least a manual query that could be run to add the friend request for existing site members.
i do think this is a very cool idea, and think we could have some fun with it on my forum, as i had a few ideas for how i might use it. i also think it would be a nice way to get the members more involved in the new social networking features.
regardless, thank you for your work. 
|
1. I might code this for the next major version.
2. I need to finish that update.
3. I will be coding that for the next major version, as it isn't a single query. It requires 2 queries per every user you are adding.
Quote:
Originally Posted by skariko
It give me a database error when i try to validate the registration with the link.
Invalid SQL:
INSERT INTO userlist (userid, relationid, type, friend) VALUES (, 7903, 'buddy', 'yes');
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 7903, 'buddy', 'yes')' at line 1
|
I know of this error and am attempting to fix it...
Quote:
Originally Posted by volarium
Is it possible to modify the usergroup that this modules uses to add friends? In other words, I don't want to add a new friend to new users of the "Registered" usergroup. Instead, I want to add a new friend to anyone who joins the "Subscriber" usergroup (or similar). Is it possible to just modify the code and change the usergroup number to accomplish this?
|
That would require major modifications... Since changing groups can be done in several ways.