Magi182
Michael runs Think Make Do, http://thinkmakedo.net/ . He holds a Masters Degree in Digital Media from the University of Denver. He has been working in the field of web design and development since the late nineties, and has taught courses in research-informed design practice to students in business, computer science and fine arts at the University of Denver and the University of Colorado-Boulder since 2001. Past projects have included a Systems Design and Branding project for Case Logic, a Design Systems Audit and redesign for the Denver Regional Transportation District, and an extensive Experience Audit and redesign of all customer-facing business processes for the Denver District Attorney’s office. Michael has created and overseen the development of hundreds of successful design projects: innovative direct mail campaigns, retail sales sites, college websites, and many, many websites promoting small and large regional businesses and not-for-profits.
-
Magi182 replied to the forum topic Number of members on your Buddypress installation? in the group Miscellaneous
Thanks Paul! Been out for the holidays. I appreciate your response! Lovely site, BTW. Did you have to do some tweaking to the database/BP/etc or are you basically running an out-of-the-box core installation? […]
-
Magi182 started the forum topic Number of members on a Buddypress installation? in the group Miscellaneous
Hey all, I’m interested in implementing buddypress for a health and wellness community. Does anyone have experience running a Buddypress installation 20,000+ user accounts? I have done several buddypress […]
-
Magi182 joined the group Miscellaneous
-
Magi182 posted an update
@johnjamesjacoby @johnjamesjacoby Hey John, spammer on the site: bbaby200
Thanks,
-
Magi182 joined the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz)
-
Magi182 started the forum topic Bugfix request: /bp-privacy/bp-authz-privacy-filters.php on line 791 in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz):
If the Buddypress friendship module is not enabled, bp-authz throws a fatal error in file bp-authz-privacy-filters.php at line 791 when an unchecked request is made to the BP_Friends_Friendship class.
Suggest testing for the existence of BP_Friends_Friendship before querying it!
(Thanks for a great plugin, Jeff!)
-
Magi182 posted on the forum topic Urgently need a way to export user data into usable format! in the group How-To and Troubleshooting:
I was able to hack this plugin to accomplish most of what I needed:
http://wordpress.org/extend/plugins/bp-export-users/
You have to edit the array in the plugin file to use your buddypress profile fields (you can add or delete), but other than that, pretty slick.
-
For those still looking for a solution to this, you can add the following code to the functions.php file of your active theme. The username gets replaced with the username you wish to hide. Alternatively, you could substitute the stuff in the parens of the conditional with a properly done current_user_can() statement to hide all [...]
-
Magi182 posted an update:
@johnjamesjacoby Sorry to post this, but you seem to be the authoritative dude. Something is screwy with the plugins page and the themes page at buddypress.org. The pages seem to be terminating prematurely!
-
Magi182 joined the group How-To and Troubleshooting
-
Magi182 posted on the forum topic Way to disable admin bar on certain themes? in the group How-To and Troubleshooting:
It actually needs to read:
remove_action( 'wp_footer', 'bp_core_admin_bar', 8); remove_action( 'admin_footer', 'bp_core_admin_bar' );as the admin footer hook has no priority in the current versions of buddypress (1.2.8)