<!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][6614] trunk/bp-groups/bp-groups-template.php: Add some extra group template tags.</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/6614">6614</a></dd>
<dt>Author</dt> <dd>johnjamesjacoby</dd>
<dt>Date</dt> <dd>2012-12-10 15:59:18 +0000 (Mon, 10 Dec 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add some extra group template tags. Also, correctly pass $group through related output functions. Fixes <a href="http://buddypress.trac.wordpress.org/ticket/4596">#4596</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpgroupsbpgroupstemplatephp">trunk/bp-groups/bp-groups-template.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpgroupsbpgroupstemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-groups/bp-groups-template.php (6613 => 6614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-groups/bp-groups-template.php        2012-12-10 15:36:34 UTC (rev 6613)
+++ trunk/bp-groups/bp-groups-template.php        2012-12-10 15:59:18 UTC (rev 6614)
</span><span class="lines">@@ -372,8 +372,8 @@
</span><span class="cx">         return false;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-function bp_group_id() {
-        echo bp_get_group_id();
</del><ins>+function bp_group_id( $group = false ) {
+        echo bp_get_group_id( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_id( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -433,8 +433,8 @@
</span><span class="cx">                 return $retval;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_name() {
-        echo bp_get_group_name();
</del><ins>+function bp_group_name( $group = false ) {
+        echo bp_get_group_name( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_name( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -445,8 +445,8 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_name', $group-&gt;name );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_type() {
-        echo bp_get_group_type();
</del><ins>+function bp_group_type( $group = false ) {
+        echo bp_get_group_type( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_type( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -467,8 +467,8 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_type', $type );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_status() {
-        echo bp_get_group_status();
</del><ins>+function bp_group_status( $group = false ) {
+        echo bp_get_group_status( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_status( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -504,22 +504,22 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_avatar', $avatar );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_avatar_thumb() {
-        echo bp_get_group_avatar_thumb();
</del><ins>+function bp_group_avatar_thumb( $group = false ) {
+        echo bp_get_group_avatar_thumb( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_avatar_thumb( $group = false ) {
</span><span class="cx">                 return bp_get_group_avatar( 'type=thumb' );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_avatar_mini() {
-        echo bp_get_group_avatar_mini();
</del><ins>+function bp_group_avatar_mini( $group = false ) {
+        echo bp_get_group_avatar_mini( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_avatar_mini( $group = false ) {
</span><span class="cx">                 return bp_get_group_avatar( 'type=thumb&amp;width=30&amp;height=30' );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_last_active() {
-        echo bp_get_group_last_active();
</del><ins>+function bp_group_last_active( $group = false ) {
+        echo bp_get_group_last_active( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_last_active( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -539,8 +539,8 @@
</span><span class="cx">                 }
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_permalink() {
-        echo bp_get_group_permalink();
</del><ins>+function bp_group_permalink( $group = false ) {
+        echo bp_get_group_permalink( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_permalink( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -551,8 +551,8 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_permalink', trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/' . $group-&gt;slug . '/' ) );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_admin_permalink() {
-        echo bp_get_group_admin_permalink();
</del><ins>+function bp_group_admin_permalink( $group = false ) {
+        echo bp_get_group_admin_permalink( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_admin_permalink( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -563,8 +563,8 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_admin_permalink', trailingslashit( bp_get_group_permalink( $group ) . 'admin' ) );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_slug() {
-        echo bp_get_group_slug();
</del><ins>+function bp_group_slug( $group = false ) {
+        echo bp_get_group_slug( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_slug( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -575,8 +575,8 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_slug', $group-&gt;slug );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_description() {
-        echo bp_get_group_description();
</del><ins>+function bp_group_description( $group = false ) {
+        echo bp_get_group_description( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_description( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -587,8 +587,8 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_description', stripslashes($group-&gt;description) );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_description_editable() {
-        echo bp_get_group_description_editable();
</del><ins>+function bp_group_description_editable( $group = false ) {
+        echo bp_get_group_description_editable( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_description_editable( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -599,8 +599,8 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_description_editable', $group-&gt;description );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_description_excerpt() {
-        echo bp_get_group_description_excerpt();
</del><ins>+function bp_group_description_excerpt( $group = false ) {
+        echo bp_get_group_description_excerpt( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_description_excerpt( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -612,8 +612,8 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-function bp_group_public_status() {
-        echo bp_get_group_public_status();
</del><ins>+function bp_group_public_status( $group = false ) {
+        echo bp_get_group_public_status( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_public_status( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -628,8 +628,8 @@
</span><span class="cx">                 }
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_is_public() {
-        echo bp_get_group_is_public();
</del><ins>+function bp_group_is_public( $group = false ) {
+        echo bp_get_group_is_public( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_is_public( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -640,8 +640,8 @@
</span><span class="cx">                 return apply_filters( 'bp_get_group_is_public', $group-&gt;is_public );
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-function bp_group_date_created() {
-        echo bp_get_group_date_created();
</del><ins>+function bp_group_date_created( $group = false ) {
+        echo bp_get_group_date_created( $group );
</ins><span class="cx"> }
</span><span class="cx">         function bp_get_group_date_created( $group = false ) {
</span><span class="cx">                 global $groups_template;
</span><span class="lines">@@ -651,7 +651,82 @@
</span><span class="cx"> 
</span><span class="cx">                 return apply_filters( 'bp_get_group_date_created', bp_core_time_since( strtotime( $group-&gt;date_created ) ) );
</span><span class="cx">         }
</span><ins>+        
+function bp_group_creator_username( $group = false ) {
+        echo bp_get_group_creator_username( $group );
+}
+        function bp_get_group_creator_username( $group = false ) {
+                global $groups_template;
+                
+                if ( empty( $group ) )
+                        $group =&amp; $groups_template-&gt;group;
+                
+                return apply_filters( 'bp_get_group_creator_username', bp_core_get_user_displayname( $group-&gt;creator_id ) );
+        }        
</ins><span class="cx"> 
</span><ins>+function bp_group_creator_id( $group = false ) {
+        echo bp_get_group_creator_id( $group );
+}
+        function bp_get_group_creator_id( $group = false ) {
+                global $groups_template;
+                
+                if ( empty( $group ) )
+                        $group =&amp; $groups_template-&gt;group;
+                
+                return apply_filters( 'bp_get_group_creator_id', $group-&gt;creator_id );
+        }        
+
+function bp_group_creator_permalink( $group = false ) {
+        echo bp_get_group_creator_permalink( $group );
+}
+        function bp_get_group_creator_permalink( $group = false ) {
+                global $groups_template;
+
+                if ( empty( $group ) )
+                        $group =&amp; $groups_template-&gt;group;
+
+                return apply_filters( 'bp_get_group_creator_permalink', bp_core_get_user_domain( $group-&gt;creator_id ) );
+        }        
+
+function bp_is_group_creator( $group = false, $user_id = 0 ) {
+        global $groups_template;
+        
+        if ( empty( $group ) )
+                $group =&amp; $groups_template-&gt;group;
+        
+        if ( empty( $user_id ) )
+                $user_id = bp_loggedin_user_id();
+
+        return (bool) ( $group-&gt;creator_id == $user_id );
+}
+
+function bp_group_creator_avatar( $group = false, $args = array() ) {
+        echo bp_get_group_creator_avatar( $group, $args );
+}
+        function bp_get_group_creator_avatar( $group = false, $args = array() ) {
+                global $groups_template;
+
+                if ( empty( $group ) )
+                        $group =&amp; $groups_template-&gt;group;
+
+                $defaults = array(
+                        'type'   =&gt; 'full',
+                        'width'  =&gt; false,
+                        'height' =&gt; false,
+                        'class'  =&gt; 'avatar',
+                        'id'     =&gt; false,
+                        'alt'    =&gt; sprintf( __( 'Group creator avatar of %s', 'buddypress' ),  bp_core_get_user_displayname( $group-&gt;creator_id ) )
+                );
+
+                $r = wp_parse_args( $args, $defaults );
+                extract( $r, EXTR_SKIP );
+
+                $avatar = bp_core_fetch_avatar( array( 'item_id' =&gt; $group-&gt;creator_id, 'type' =&gt; $type, 'css_id' =&gt; $id, 'class' =&gt; $class, 'width' =&gt; $width, 'height' =&gt; $height, 'alt' =&gt; $alt ) );
+
+                return apply_filters( 'bp_get_group_creator_avatar', $avatar );
+        }
+
+                
</ins><span class="cx"> function bp_group_is_admin() {
</span><span class="cx">         return bp_is_item_admin();
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>