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_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
*/
@ntwb
ntwb / ntwb_bbpress_custom_pagination.php
Created June 4, 2014 06:34
bbPress - Custom Pagination Text
<?php
/*
Plugin Name: bbPress - Custom Pagination Text
Plugin URI: https://gist.github.com/ntwb/10bf67b898e25db59b1f
Description: bbPress - Custom Pagination Text
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
<?php
/**
* Plugin Name: bbPress Permalinks
* Plugin URI: http://korobochkin.com/
* Description: Change bbPress permalinks. ID number instead of topic slug. This links better than default if you have Cyrilic or other non english charackters in forum's and topic's slugs. forums/forum/FORUM_SLUG/ &rarr; forums/forum/ID/. forums/topic/TOPIC_SLUG/&rarr;forums/topic/ID/
* Author: Kolya Korobochkin
* Author URI: http://korobochkin.com/
* Version: 1.0.0
* Text Domain: bbpress_permalinks
* Domain Path: /languages/
<?php
/*
Plugin Name: bbPress - Random Single Topic
Plugin URI: https://gist.github.com/ntwb/ca87b9b75a42215b2889
Description: bbPress - Random Single Topic
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
// bbPress - Random Single Topic
@ntwb
ntwb / DeluxeBB.php
Created October 6, 2014 04:56
DeluxeBB Importer for bbPress
<?php
/**
* Implementation of DeluxeBB v1.x Converter.
*
* @since bbPress (rXXXX)
*
* @link Codex Docs http://codex.bbpress.org/import-forums/deluxebb
*/
class deluxeBB extends BBP_Converter_Base {
<?php
/*
Plugin Name: WPORG - Custom Forum Moderator Role
Plugin URI: https://wordpress.slack.com/archives/meta-i18n/p1436133108000049
Description: WPORG - Custom Forum Moderator Role
Version: 0.0.1
Author: Stephen Edgar aka @netweb
Author URI: https://netweb.com.au
*/