Skip to content

Instantly share code, notes, and snippets.

View bryannielsen's full-sized avatar

Bryan Nielsen bryannielsen

View GitHub Profile
@bryannielsen
bryannielsen / wp-userphoto-multisite
Created December 7, 2011 18:21
Wordpress User Photo Plugin Multisite Modification
<?php
/*
Plugin Name: User Photo (Multi-Site)
Plugin URI: http://wordpress.org/extend/plugins/user-photo/
Description: Allows users to associate photos with their accounts by accessing their "Your Profile" page. Uploaded images are resized to fit the dimensions specified on the options page; a thumbnail image is also generated. New template tags introduced are: <code>userphoto_the_author_photo</code>, <code>userphoto_the_author_thumbnail</code>, <code>userphoto_comment_author_photo</code>, and <code>userphoto_comment_author_thumbnail</code>. Uploaded images may be moderated by administrators.
Version: 0.9.5.1
Author: <a href="http://weston.ruter.net/">Weston Ruter</a> | Modified for Multisite by: <a href="http://www.triomediagroup.com/team-member/bryan-nielsen/">Bryan Nielsen</a>
Original code by Weston Ruter <http://weston.ruter.net> at Shepherd Interactive <http://shepherd-interactive.com>.
Continued development and maintenance by Dave Wagner (cptnwinky) <http://dev.dave-wagner.com/>