<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][4946] trunk/bp-members/bp-members-actions.php: Updates to bp_core_action_set_spammer_status():</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/4946">4946</a></dd>
<dt>Author</dt> <dd>johnjamesjacoby</dd>
<dt>Date</dt> <dd>2011-08-08 16:09:46 +0000 (Mon, 08 Aug 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Updates to bp_core_action_set_spammer_status():
* Use buddypress API's
* Allow a user_id to be passed to it to be used beyond the displayed user page
* Add core WP multisite actions when multisite is not active, so plugins can hook into one place</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpmembersbpmembersactionsphp">trunk/bp-members/bp-members-actions.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpmembersbpmembersactionsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-members/bp-members-actions.php (4945 => 4946)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-members/bp-members-actions.php        2011-08-08 15:35:37 UTC (rev 4945)
+++ trunk/bp-members/bp-members-actions.php        2011-08-08 16:09:46 UTC (rev 4946)
</span><span class="lines">@@ -25,61 +25,89 @@
</span><span class="cx">  * Must be a site admin for this function to run.
</span><span class="cx">  *
</span><span class="cx">  * @package BuddyPress Core
</span><del>- * @global object $bp Global BuddyPress settings object
</del><ins>+ * @param int $user_id Optional user ID to mark as spam
+ * @global object $wpdb Global WordPress Database object
</ins><span class="cx">  */
</span><del>-function bp_core_action_set_spammer_status() {
-        global $bp, $wpdb, $wp_version;
</del><ins>+function bp_core_action_set_spammer_status( $user_id = 0 ) {
+        global $wpdb;
</ins><span class="cx"> 
</span><del>-        if ( !is_super_admin() || bp_is_my_profile() || !$bp-&gt;displayed_user-&gt;id )
-                return false;
</del><ins>+        // Only super admins can currently spam users
+        if ( !is_super_admin() || bp_is_my_profile() )
+                return;
</ins><span class="cx"> 
</span><del>-        if ( 'admin' == $bp-&gt;current_component &amp;&amp; ( 'mark-spammer' == $bp-&gt;current_action || 'unmark-spammer' == $bp-&gt;current_action ) ) {
</del><ins>+        // Use displayed user if it's not yourself
+        if ( empty( $user_id ) &amp;&amp; bp_is_user() )
+                $user_id = bp_displayed_user_id();
+
+        // Bail if no user ID
+        if ( empty( $user_id ) )
+                return;
+
+        // Bail if user ID is super admin
+        if ( is_super_admin( $user_id ) )
+                return;
+
+        if ( bp_is_current_component( 'admin' ) &amp;&amp; ( in_array( bp_current_action(), array( 'mark-spammer', 'unmark-spammer' ) ) ) ) {
+
</ins><span class="cx">                 // Check the nonce
</span><span class="cx">                 check_admin_referer( 'mark-unmark-spammer' );
</span><span class="cx"> 
</span><span class="cx">                 // Get the functions file
</span><del>-                if ( is_multisite() )
</del><ins>+                if ( is_multisite() ) {
</ins><span class="cx">                         require( ABSPATH . 'wp-admin/includes/ms.php' );
</span><ins>+                }
</ins><span class="cx"> 
</span><del>-                if ( 'mark-spammer' == $bp-&gt;current_action )
-                        $is_spam = 1;
-                else
-                        $is_spam = 0;
</del><ins>+                // To spam or not to spam
+                $is_spam = bp_is_current_action( 'mark-spammer' ) ? 1 : 0;
</ins><span class="cx"> 
</span><span class="cx">                 // Get the blogs for the user
</span><del>-                $blogs = get_blogs_of_user( $bp-&gt;displayed_user-&gt;id, true );
</del><ins>+                $blogs = get_blogs_of_user( $user_id, true );
</ins><span class="cx"> 
</span><span class="cx">                 foreach ( (array) $blogs as $key =&gt; $details ) {
</span><ins>+
</ins><span class="cx">                         // Do not mark the main or current root blog as spam
</span><del>-                        if ( 1 == $details-&gt;userblog_id || bp_get_root_blog_id() == $details-&gt;userblog_id )
</del><ins>+                        if ( 1 == $details-&gt;userblog_id || bp_get_root_blog_id() == $details-&gt;userblog_id ) {
</ins><span class="cx">                                 continue;
</span><ins>+                        }
</ins><span class="cx"> 
</span><span class="cx">                         // Update the blog status
</span><span class="cx">                         update_blog_status( $details-&gt;userblog_id, 'spam', $is_spam );
</span><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 // Finally, mark this user as a spammer
</span><del>-                if ( is_multisite() )
-                        update_user_status( $bp-&gt;displayed_user-&gt;id, 'spam', $is_spam );
</del><ins>+                if ( is_multisite() ) {
+                        update_user_status( $user_id, 'spam', $is_spam );
+                }
</ins><span class="cx"> 
</span><del>-                $wpdb-&gt;update( $wpdb-&gt;users, array( 'user_status' =&gt; $is_spam ), array( 'ID' =&gt; $bp-&gt;displayed_user-&gt;id ) );
</del><ins>+                // Always set single site status
+                $wpdb-&gt;update( $wpdb-&gt;users, array( 'user_status' =&gt; $is_spam ), array( 'ID' =&gt; $user_id ) );
</ins><span class="cx"> 
</span><del>-                if ( $is_spam )
</del><ins>+                // Add feedback message
+                if ( $is_spam ) {
</ins><span class="cx">                         bp_core_add_message( __( 'User marked as spammer. Spam users are visible only to site admins.', 'buddypress' ) );
</span><del>-                else
</del><ins>+                } else {
</ins><span class="cx">                         bp_core_add_message( __( 'User removed as spammer.', 'buddypress' ) );
</span><ins>+                }
</ins><span class="cx"> 
</span><span class="cx">                 // Hide this user's activity
</span><del>-                if ( $is_spam &amp;&amp; bp_is_active( 'activity' ) )
-                        bp_activity_hide_user_activity( $bp-&gt;displayed_user-&gt;id );
</del><ins>+                if ( $is_spam &amp;&amp; bp_is_active( 'activity' ) ) {
+                        bp_activity_hide_user_activity( $user_id );
+                }
</ins><span class="cx"> 
</span><span class="cx">                 // We need a special hook for is_spam so that components can delete data at spam time
</span><del>-                if ( $is_spam )
-                        do_action( 'bp_make_spam_user', $bp-&gt;displayed_user-&gt;id );
-                else
-                        do_action( 'bp_make_ham_user',  $bp-&gt;displayed_user-&gt;id );
</del><ins>+                $bp_action = $is_spam ? 'bp_make_spam_user' : 'bp_make_ham_user';
+                do_action( $bp_action, bp_displayed_user_id() );
</ins><span class="cx"> 
</span><del>-                do_action( 'bp_core_action_set_spammer_status', $bp-&gt;displayed_user-&gt;id, $is_spam );
</del><ins>+                // Call multisite actions in single site mode for good measure
+                if ( !is_multisite() ) {
+                        $wp_action = $is_spam ? 'make_spam_user' : 'make_ham_user';
+                        do_action( $wp_action, bp_displayed_user_id() );
+                }
+
+                // Allow plugins to do neat things
+                do_action( 'bp_core_action_set_spammer_status', bp_displayed_user_id(), $is_spam );
+                
+                // Redirect back to where we came from
</ins><span class="cx">                 bp_core_redirect( wp_get_referer() );
</span><span class="cx">         }
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>