Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Do we know where our members are?


_ck_
Participant

@_ck_

If you know some basic PHP this is a very easy thing to store/track but you’ll need some more extensive code to print it out.

Essentially what you’d want to do is store in the usermeta the bb_location and timestamp on every load of bbpress via a simple plugin.

Then to count the number of users in the front page you’d do a mysql query to limit by time and count the number of “front-page” that appear.

I’ll give you some rough code in a minute, it’s fairly straightforward.

Skip to toolbar