Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: phpBB3.0-style theme

Thanks. Glad you liked it and thanks for the suggestion. I’ll see if I can find a better solution for that.

About the visitor stats:

The visitor stats is based on the session() and I make use of the global bb_current_user to figure out whether the session belongs to a member or not. Sessions that come from a visitor associated with a valid bb_current_user is put in the “members” columns, visitors without a valid bb_current_user is just a visitor.

For speed I cache the retrieval on a minute by minute basis, while still recording the sessions in the background, so that at traffic peaks, I still don’t get that much pounding on the Db.

Skip to toolbar