Skip to content

Instantly share code, notes, and snippets.

# This is a sample configuration for:
# Wordpress
# DO NOT use this file as is. You should instead use this as a GUIDE to
# editing your own config.yml to fit your particular forum and needs.
# Submitted by Kingsblend (https://github.com/kingsblend)
# Community Bridge Configuration File
# -----------------------------------------------------------------------------
# General Settings
@iain-davis
iain-davis / example.yml
Created December 8, 2013 20:51
New configuration for requirements (and rewards). This goes in the CommunityBridge config.yml, replacing the older requirements section.
# Used either for requiring and avatar or rewarding the existence of an avatar.
app-avatar-config:
enabled: false
# Table that contains the avatar column
table-name:
# Column on the avatar table that contains the user ID.
user-id-column:
# Column on the avatar table that contains the avatar information. If this
# column contains data, the user is assumed by CommunityBridge to have an
# avatar.
@iain-davis
iain-davis / possible-xenforo
Created December 3, 2013 03:02
Possible Config For Xenforo
# Community Bridge Configuration File
# -----------------------------------------------------------------------------
# General Settings
# -----------------------------------------------------------------------------
general:
# Log level controls the degree of detail that is sent to the console/log
# The possible settings are (in order of quietest to noisiest:
# info, config, fine, finer, finest, all
# - During configuration, I recommend using 'config'.
@iain-davis
iain-davis / CB-phpBB-Sample.yml
Created July 30, 2013 01:31
This is a sample config.yml file for CommunityBridge configured for a phpBB forum. :) DO NOT use this file as is. You should instead use this as a GUIDE to editing your own config.yml to fit your particular forum and needs.
# This is a sample configuration for:
# phpBB
# DO NOT use this file as is. You should instead use this as a GUIDE to
# editing your own config.yml to fit your particular forum and needs.
# This configuration assumes:
# * The table prefix for your forum is the default prefix: phpbb_
# * Someone has create custom profile fields named as follows:
# online, lastonline, lastonline_formatted, gametime, gametime_formatted,
@iain-davis
iain-davis / CB-SMF-Sample.yml
Last active December 20, 2015 07:48
This is a sample config.yml file for CommunityBridge configured for a Simple Machines Forum (SMF) forum. :) DO NOT use this file as is. You should instead use this as a GUIDE to editing your own config.yml to fit your particular forum and needs.
# This is a sample configuration for:
# Simple Machines Forum (SMF)
# DO NOT use this file as is. You should instead use this as a GUIDE to
# editing your own config.yml to fit your particular forum and needs.
# This configuration assumes:
# * The table prefix for your forum is the default prefix: smf_
# * Someone has create custom profile fields named as follows:
# online, lastonline, gametime, gametimeformatted, level, currentxp,
@iain-davis
iain-davis / CB-Default-Config.yml
Last active December 20, 2015 04:39
This is the default config.yml file generated by CommunityBridge when the CommunityBridge plugin directory does not have a config.yml.
# Community Bridge Configuration File
# -----------------------------------------------------------------------------
# General Settings
# -----------------------------------------------------------------------------
general:
# Log level controls the degree of detail that is sent to the console/log
# The possible settings are (in order of quietest to noisiest:
# info, config, fine, finer, finest, all
# - During configuration, I recommend using 'config'.