Search Results for 'questions'
-
Search Results
-
Topic: Default Function Help
Hi Everyone,
I am pretty new to BuddyPress and have a few questions:
Is it possible to automatically refresh the “Recent Posts” widget every few seconds rather than on a complete page refresh? I have tried a couple plugins and they didn’t work too well.
When users register, I added a “Gender” option. Is it possible to specify different avatar based on which gender they choose (ie. pink for female, blue for male)?
Lastly, I have had a few phony users sign up and create accounts. Is there a known, reliable way to reduce or eliminate this?I appreciate any feedback that could be provided.
Thank you!
One new member of our site sent friend requests to almost all other members. Even though he may not be a spammer, this did get me nervous. A spammer could just do the same and send friend requests to hundreds of members and ruin the site quickly.
To avoid spam, I would like to limit the number of friend requests a member can send per hour. I have a couple of questions and hope someone can help:
1) what’s the best way to get the number of friend requests a member has already sent in given period. Is there a buddypress function to return the number of friend request, or shall I do a WP database query?
2) After getting the number, the next step is to check if this is bigger than the maxium. The function friends_action_add_friend() seems to be the one that decides if a friend request can be sent, but I didn’t find any action there. Can someone tell me if friends_action_add_friend() is the correct function to look at?I would like to do the same to limit the number of updates, comments posted or groups created per hour. I hope similar method can be used.
Thanks a lot.
I have a wordpress multi-site install and then installed http://buddydev.com/plugins/buddypress-multi-network/ so that I could have multiple buddypress networks.
The problem is that I don’t want a user to be able to join any network they want.
For example, I have 1.[domain].com and 2.[domain].com. Each one has its own buddypress network. The problem is, even if I have the private buddypress plugin installed, if someone has an account on 1.[domain].com, then they can just login on 2.[domain].com.
I want to make it so that the user on 1.[domain].com would need to request access to 2.[domain].com in order to use it.
Also, is there a way for a person to set their avatar once on one network and not have to set it again when they become a user on the other network?