Tagged: php

Grappling with BP theme compatibility 1

Grappling with BP theme compatibility

Theme compatibility was introduced in BuddyPress 1.7 and allows site operators to use BP with any available WordPress theme. I have been way behind at updating BP Group Hierarchy to support theme compatibility, and...

Make P2 posts private by default (and control them with tags) 0

Make P2 posts private by default (and control them with tags)

The Wordpress theme P2 is great for collaboration and team discussion. Sometimes that discussion can be entirely public, and at other times it makes sense to put the entire site behind a login screen. But what if you want to combine a private discussion stream with public pages? Or mix public posts with private ones? This post will show you how to mix and match private and public posts on your P2 blog and will set up a framework for controlling post behavior through tags.

Adding Externally-Authenticated Users to BuddyPress 2

Adding Externally-Authenticated Users to BuddyPress

BuddyPress does a great job integrating new users who register through your WordPress site into the community — optionally synchronizing profile information between BP and WP, and creating an activity feed item for new...

Pull Parsing ARIN WHOIS Data in PHP

Pull Parsing ARIN WHOIS Data in PHP

At JerseyConnect, we have been using the Bulk WHOIS Data from ARIN for a few years now, mostly as a diagnostic tool for libraries concerned about their bandwidth usage, but also for capacity planning and judging peering options. After years of using the flat text format dumps, this week I decided to take the plunge and change to the much larger — but much better structured — XML formatted files. Here’s how I did it!