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
<?php
/**
* Implementation of Active Forums for DotNetNuke Converter
*
* @since bbPress (r4689)
*/
class DotNetNuke extends BBP_Converter_Base {
@ntwb
ntwb / ntwb_forum_subscription_link.php
Last active December 29, 2015 14:49
bbPress - Custom Forum Subscription Link
@ntwb
ntwb / ntwb_custom_bbcode_table_replace.php
Created December 3, 2013 05:57
bbPress - Custom BBCode Table Replace
<?php
/*
Plugin Name: bbPress - Custom BBCode Table Replace
Plugin URI: https://gist.github.com/ntwb/7764534
Description: bbPress - Custom BBCode Table Replace
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_bbpress_enable_date_translation.php
Last active December 30, 2015 03:09
bbPress - Enable date/time translation
<?php
/*
Plugin Name: bbPress - Enable date/time translation
Plugin URI: https://gist.github.com/ntwb/7767761
Description: bbPress - Enable date/time translation
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_bbpress_custom_breadcrumb.php
Created December 4, 2013 03:30
bbPress Custon Breadcrumbs
<?php
/*
Plugin Name: bbPress - Custom Breadcrumbs
Plugin URI: https://gist.github.com/ntwb/7781901
Description: bbPress - Custom Breadcrumbs
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_bbpress_custom_kses_allowed_tags.php
Last active December 28, 2023 10:38
bbPress - Custom KSES Allowed Tags
<?php
/*
Plugin Name: bbPress - Custom KSES Allowed Tags
Plugin URI: https://gist.github.com/ntwb/7797990
Description: bbPress - Custom KSES Allowed Tags
Version: 0.2
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / ntwb_bbpress_custom_role_names.php
Created December 8, 2013 22:58
bbPress - Custom Role Names
<?php
/*
Plugin Name: bbPress - Custom Role Names
Plugin URI: https://gist.github.com/ntwb/7864894
Description: bbPress - bbPress - Custom Role Names
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/
@ntwb
ntwb / miniBB.php
Last active December 30, 2015 21:39
bbPress- miniBB forum importer (work in progress) Discussion here ->http://bbpress.org/forums/topic/import-only-latest/
<?php
/**
* Implementation of miniBB Forum converter.
*
* @since bbPress (rXXXX)
* @link Codex Docs http://codex.bbpress.org/import-forums/minibb
*/
class miniBB extends BBP_Converter_Base {
<?php
/**
* Implementation of miniBB Forum converter.
*
* @since bbPress (rXXXX)
* @link Codex Docs http://codex.bbpress.org/import-forums/minibb
*/
class miniBB extends BBP_Converter_Base {
@ntwb
ntwb / ntwb_bbpress_custom_search_results.php
Created December 19, 2013 10:18
bbPress - Custum Search Results
<?php
/*
Plugin Name: bbPress - Custum Search Results
Plugin URI: https://gist.github.com/ntwb/8037110
Description: bbPress - Custum Search Results
Version: 0.1
Author: Stephen Edgar - Netweb
Author URI: http://netweb.com.au
*/