Tagged Questions
2
votes
2answers
2k views
Importing users to Buddypress with custom fields
Here's the setup:
The client uses a proprietary
custom-coded PHP CMS and is wanting
to move to WordPress with BuddyPress.
The old, custom CMS has a roster
functionality, which I'm using
BuddyPress ...
2
votes
1answer
65 views
How to run scripts when a new blog is created in Buddypress?
I'd like to insert some mysql data into every new blog that's created on my buddypress system. How can I hook up to the newly created blog data? ID, for example, would allow me to insert it right from ...
1
vote
3answers
179 views
Recent comments from my blogs only
I'd like to create a list of recent comments, specific to each user on my network (Buddypress).
My best idea so far is pretty lame: DB Query on all user's blogs, compare dates, select top 10 by date. ...