Skip to content

Instantly share code, notes, and snippets.

View ntwb's full-sized avatar
🏠
Working from home

Stephen Edgar ntwb

🏠
Working from home
View GitHub Profile
@ntwb
ntwb / ntwb_bbpress_custom_views.php
Last active January 1, 2016 15:59
bbPress - Custom Views
<?php
/*
Plugin Name: bbPress - Custom Views
Plugin URI: https://gist.github.com/ntwb/8167699
Description: bbPress - bbPress - Custom Views
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_bbpress_forum_icons.php
Created January 6, 2014 02:47
bbPress - Forum Icons
<?php
/*
Plugin Name: bbPress - Forum Icons
Plugin URI: https://gist.github.com/ntwb/8277457
Description: bbPress - bbPress - Forum Icons
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_forum_link_after_replies.php
Created January 7, 2014 07:22
bbPress - Custom Forum link after replies
@ntwb
ntwb / ntwb_remove_protected_private_titles.php
Created January 28, 2014 04:38
bbPress - Custom Remove 'Protected:' and 'Private:' title prefixes
<?php
/*
Plugin Name: bbPress - Custom Remove 'Protected:' and 'Private:' title prefixes
Plugin URI: https://gist.github.com/ntwb/8662354
Description: bbPress - Custom Remove 'Protected:' and 'Private:' title prefixes
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_bbp_bp_pm.php
Created March 31, 2014 07:54
bbPress - Add BuddyPress Private Message link after author reply details
<?php
/*
Plugin Name: bbPress - Add BuddyPress Private Message link after author reply details
Plugin URI: https://gist.github.com/ntwb/9887310
Description: bbPress - Add BuddyPress Private Message link after author reply details
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_bbp_forum_form_user_profile.php
Created April 15, 2014 04:02
bbPress - Add Forum Form to Moderators User Profile Home
<?php
/*
Plugin Name: bbPress - Add Forum Form to Moderators User Profile Home
Plugin URI: https://gist.github.com/ntwb/10701087
Description: bbPress - Add Forum Form to Moderators User Profile Home
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / clb-user-school-replies.php
Created April 24, 2014 04:17
Add a custom user profile field the bbPress user profile and replies author details
<?php
/*
Plugin Name: bbPress - CLB Add user school to reply author details
Plugin URI: https://gist.github.com/ntwb/11241301
Description: bbPress - CLB Add user school to reply author details
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/

Keybase proof

I hereby claim:

  • I am ntwb on github.
  • I am netweb (https://keybase.io/netweb) on keybase.
  • I have a public key whose fingerprint is 581F 80E9 0774 DA34 B518 F48C 72DB E5A9 363D B3B6

To claim this, I am signing this object:

<?php
/*
Plugin Name: bbPress - User Profile User URL
Plugin URI: https://gist.github.com/ntwb/
Description: bbPress - User Profile User URL
Version: 0.2
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_bbpress_user_profile_user_url.php
Created June 3, 2014 21:42
bbPress - User Profile User Location
<?php
/*
Plugin Name: bbPress - User Profile User Location
Plugin URI: https://gist.github.com/ntwb/d9afe45af75c6d20fe75
Description: bbPress - User Profile User Location
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/