Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 __construct
A
 add_custom_posts, tbkcp_register_post
 add_default_classes, tbkcp_tiny_mce_advanced
 Adds extra gravity form assets to enhance the plugin(validation and columns css
 Adds user meta from a comma seperated string in the form settings
 Allows admins to unnattach media
 An assortment of re-usable theme functions
C
 check_for_updates, tbkcp_client_plugin
 custom_login_logo, tbkcp_admin_logo
 custom_login_url, tbkcp_admin_logo
D
 Displays a numbered pagination list and retrieves the posts via ajax on-click
 Displays a twitter feed via a shortcode
F
 form_options
 Functions
G
 gallery_images, tbkcp_custom_image_cropper
 get_breadcrumbs, tbkcp_theme_functions
 get_category_list, tbkcp_theme_functions
 get_child_or_sibling_pages, tbkcp_theme_functions
 get_config_alerts, tbkcp_client_plugin
 get_configuration_errors, tbkcp_admin_logo
 get_gallery_images, tbkcp_custom_image_cropper
 get_image, tbkcp_custom_image_cropper
 get_image_id_by_url, tbkcp_custom_image_cropper
 get_module_alerts, tbkcp_client_plugin
 get_nested_archives, tbkcp_theme_functions
 get_tag_list, tbkcp_theme_functions
 get_top_parent, tbkcp_theme_functions
H
 Handles all labeling and rewrites by default, Registers custom posts given an array of names
 Has admin form settings for uploading and setting dimensions, Puts an image in replace of the default wordpress admin login logo
 has_children, tbkcp_theme_functions
I
 Images retreived via ajax, Adds a thumbnail view style gallery to the front end(images taken from the gallery)
 Includes the better lorem ipsum generator to auto populate posts/pages with lorem ipsum content
 Includes the orbit slider plugin,also allows admins to set custom orbit slide size
 Includes the tiny_mce_advnaced plugin and form options for setting some editor classes
 instaniate_enabled_modules, tbkcp_client_plugin
L
 load_gform_assets, tbkcp_gravity_forms
 load_popup_assets, tbkcp_popup_dialog
 login_header_title, tbkcp_admin_logo
P
 paginate, tbkcp_ajax_pagination
 php file for documention, Includes a plugin used to crop images on the fly in wordpress.See the external_plugins/custom-image-cropper
R
 register_post_custom_init, tbkcp_register_post
 remove_extension, tbkcp_client_plugin
 retrieve_posts, tbkcp_ajax_pagination
S
 Started as a fork from the simple page ordering plugin, Gives drag and drop page ordering capability in the wordpress admin
T
 tbkcp_add_alerts, tbkcp_client_plugin
 tbkcp_add_user_meta.php
 tbkcp_admin_logo
 tbkcp_admin_logo.php
 tbkcp_ajax_pagination
 tbkcp_ajax_pagination.php
 tbkcp_client_plugin
 tbkcp_custom_image_cropper
 tbkcp_custom_image_cropper.php
 tbkcp_gallery_thumbnail_viewer.php
 tbkcp_gravity_forms
 tbkcp_gravity_forms.php
 tbkcp_load_scripts, tbkcp_client_plugin
 tbkcp_lorem_ipsum_generator
 tbkcp_lorem_ipsum_generator.php
 tbkcp_orbit_slider
 tbkcp_page_ordering
 tbkcp_page_ordering.php
 tbkcp_plugin_information, tbkcp_client_plugin
 tbkcp_popup_dialog
 tbkcp_popup_dialog.php
 tbkcp_register_post
 tbkcp_register_post.php
 tbkcp_settings, tbkcp_client_plugin
 tbkcp_theme_functions
 tbkcp_theme_functions.php
 tbkcp_tiny_mce_advanced
 tbkcp_tiny_mce_advanced.php
 tbkcp_toggle_banner
 tbkcp_toggle_banner.php
 tbkcp_twitter_feed
 tbkcp_twitter_feed.php
 tbkcp_unattach_media
 tbkcp_unattach_media.php
 tbkcp_update_urls
 tbkcp_update_urls.php
 tbkcp_wp_orbit_slider.php
U
 Updates the blog urls for migration(forked from velvet blues urls)
 user_profile_edit_action, tbkcp_admin_logo
 user_profile_update_action, tbkcp_admin_logo
W
 Will add an open/close banner for displaying promotions/ads via a shortcode(adds editing on dashboard widget)
 Will load an href into a jquery dialog for all elements given the tbkcp_main_popup class
 wp_list_post_types, tbkcp_theme_functions
function __construct()
Adds the user profile show and edit actions
function __construct()
Adds wp_ajax actions to retrieve posts.
function __construct()
Sets the default modules, Adds default actions and theme supports, Calls the instaniate_enabled_modules function, Checks for updates
function __construct()
includes the setup file for the plugin
function __construct()
Adds the enqueue script actions
function __construct()
adds the enqueue actions
function __construct()
Includes the plugins setup file and adds the fitler for the classes dropdown
function add_custom_posts($custom_posts)
adds the actions to register the posts
function add_default_classes($init_array)
Adds in the admin set classes into the editor dropdown
Author: Paul MacLean
Author: Paul MacLean
Author: Paul MacLean
function check_for_updates()
Checks out repo /dist folder for a new deployment
function custom_login_logo()
Sets the logo image and new dimensions
function custom_login_url()
Sets the logo url to the front end link
Author: Paul MacLean
function form_options()
Allows admins to specify new user meta with a comma seperated string
function form_options()
Shows a list of current image sizes
function form_options()
Takes a comma seperated list of classes and adds them tp the wp options
function gallery_images($atts)
Extracts the shortcode parms, adds the image sizes, displays the main and thumbnail images, defines the click actions
function get_breadcrumbs()
Returns a linked list of the breadcrumb trail
function get_category_list()
Returns an array of linked post categories
function get_child_or_sibling_pages($new_args = array(),
$post =  null)
Get the child pages if on parent or sibling pages if in parent.
function get_config_alerts()
Loops throught the user set modules.
function get_configuration_errors()
An annoying warning message for the admins if something is not right
function get_gallery_images($exclude_image_ids)
Retreives the gallery images (excluding the post thumbnail, inserted images, and any excluded ids set in the shortcode parms)
function get_image()
Retrieves the image from the server
function get_image_id_by_url($image_url)
Helper function to retrieve the image id by url (for excluding inserted images)
function get_module_alerts()
Compares the default modules with those already set, returns a list of missing defaults
function get_nested_archives()
Gets a year/month list of archives
function get_tag_list()
Returns a comma seperated list of all the post tag names
function get_top_parent()
Gets the top most parent page’s title and id
Author: Paul MacLean
Author: Paul MacLean
function has_children($new_args = array())
Checks if a certian page/post/custom-post has children
Author: Paul MacLean
Author: Paul MacLean
Author: Paul MacLean
Author: Paul MacLean
function instaniate_enabled_modules()
Will initialize the classes of any of the checked off modules in the admin settings.
function load_gform_assets()
loads the extra js and css
function load_popup_assets()
loads the popup_dialog.js script
function login_header_title()
Sets the title of the login to the blog name
function paginate($new_args)
Displays the numbered pagination, prints the jquery for the click actions
Author: Trevor Mills
function register_post_custom_init($custom_posts)
Sets the registered posts labels and args.
function remove_extension($filename)
Helper to remove extension from a file name
function retrieve_posts()
Will retrieve the post list depending on the pagination # clicked
Author: Paul MacLean
function tbkcp_add_alerts()
Script to add the annoying admin warnings
Adds user meta from a comma seperated string in the form settings
Displays a numbered pagination list and retrieves the posts via ajax on-click
This class creates an admin panel for the included modules and instantiates those that were included
Includes a plugin used to crop images on the fly in wordpress.
Adds extra gravity form assets to enhance the plugin (validation and columns css
function tbkcp_load_scripts()
Load in default scripts
Includes the better lorem ipsum generator to auto populate posts/pages with lorem ipsum content
Includes the orbit slider plugin
Gives drag and drop page ordering capability in the wordpress admin.
function tbkcp_plugin_information()
Returns the plugin information
Will load an href into a jquery dialog for all elements given the tbkcp_main_popup class
Registers custom posts given an array of names->args().All default args are preset (see the function register_post_custom_init to view defaults)
function tbkcp_settings()
The form handling and form markup for including modules
An assortment of re-usable theme functions
Will load an href into a jquery dialog for all elements given the tbkcp_main_popup class
Will add an open/close banner for displaying promotions/ads via a shortcode (adds editing on dashboard widget)
Updates the blog urls for migration (forked from velvet blues urls)
Allows admins to unnattach media
Updates the blog urls for migration (forked from velvet blues urls)
Author: Paul MacLean
function user_profile_edit_action($user)
Shows the new labels in the user settings based on the inputted string in the form options
function user_profile_update_action($user_id)
Updates the user profile settings with the new user meta
Author: Paul MacLean
Author: Paul MacLean
function wp_list_post_types($args)
Lists out post types in the wp_list_pages style (called by get_child_or_sibling_pages if custom post type detected)
Close