Alex Kirk
Alex Kirk
Hm, I've tried all sorts of combinations between main, child, and non-multisite but haven't been able to generate an error. Do you have access to the server's error log? Maybe...
Thank you, that error message was helpful! I've committed a fix (https://github.com/akirk/friends/commit/e7d940467a96f41730678aff348553a7a365f3d2) and released version 1.8.4. Could you try if it fixes the fatal error?
It looks like your PHP doesn't have support for [mb_* functions](https://www.php.net/manual/en/book.mbstring.php). I'll check if I can work around that but it's not a quick fix.
> Notice: Undefined index: autoselect in /home/userfolder/public_html/wp-content/plugins/friends/templates/admin/select-feeds.php on line 118 > > is this expected? This is among the PHP notices that I fixed for 1.8.4, could you check if...
Hm, could you check the role of the user on the particular site? The notification is not stored but generated from things like friend requests.
It sounds to me that the roles (Friend, Friend Request etc) have not been created on the second site. Could you check if these are available at all (for example...
Did you maybe use the "Network Activate" function to activate it across sites? I've added a fix in e13a5e0c7c3565e6395ea5a4607248eafb717110 but you can also fix this on the respective sites by...
No, sorry. I could have explained. Please first delete that user with the role "None" and then send a new friend request. For a friendship to happen the local user...
At the moment there is only a shortcode `[friends-count]`, it will return the number of users with the role "Friend".
In 0.11 a "Restricted Friend" will be added. This is intended for the case when you want to accept a friend request but actually not give them access to your...