For Friend requests, we've gotten player requests to have both Ignore and Block options. Ignore dismisses the request but allows the requestor to send another request in the future, while Block prevents them from doing that (either silently or with feedback). Is that possible to do somehow?
thanks
Dave
If you have FRIENDS_REQUIRE_ACCEPT defined to TRUE in your config.php then they shouldn't be able to send new requests (if you have that constant defined as TRUE and they are still able to send new requests then please let me know because it's a bug).
FRANCESCO CROCETTI @ SKARED CREATIONS
Ah, okay. But can we have it both ways, with the recipient player deciding whether to block or just ignore?
Is it possible to have it both ways, with the recipient player deciding whether to block or just ignore?
There isn't an "ignore" function in the sense of just "ignoring" someone/something in the real term (and honestly I cannot think neither at real functionality about it nor at what a "just ignored" user could do or not do), the ignored accounts are effectively blocked: they cannot send new friendship requests (but you must have FRIENDS_REQUIRE_ACCEPT defined with value of TRUE in your config.php) and cannot send in-game messages to the user.
FRANCESCO CROCETTI @ SKARED CREATIONS