<!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" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { 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 #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#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>
<title>[BuddyPress] [1890] trunk/bp-forums/bp-forums-admin.php:
  Checking bbPress files exist before allowing installation to continue.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>1890</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2009-09-16 20:05:36 +0000 (Wed, 16 Sep 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Checking bbPress files exist before allowing installation to continue. Fixing missing i18n textdomain.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpforumsbpforumsadminphp">trunk/bp-forums/bp-forums-admin.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpforumsbpforumsadminphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-forums/bp-forums-admin.php (1889 => 1890)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-forums/bp-forums-admin.php        2009-09-16 19:53:41 UTC (rev 1889)
+++ trunk/bp-forums/bp-forums-admin.php        2009-09-16 20:05:36 UTC (rev 1890)
</span><span class="lines">@@ -38,8 +38,8 @@
</span><span class="cx">                                         _e( 'The bb-config.php file was not found at that location, please try again.', 'buddypress' );
</span><span class="cx">                                 } else {
</span><span class="cx">                                         ?&gt;
</span><del>-                                        &lt;h3&gt;&lt;?php _e( 'Forums were set up correctly using your existing bbPress install!') ?&gt;&lt;/h3&gt;
-                                        &lt;p&gt;&lt;?php _e( 'BuddyPress will now use its internal copy of bbPress to run the forums on your site. If you wish, you can remove your old bbPress installation files, as long as you keep the bb-config.php file in the same location.' ) ?&gt;&lt;/p&gt;&lt;?php
</del><ins>+                                        &lt;h3&gt;&lt;?php _e( 'Forums were set up correctly using your existing bbPress install!', 'buddypress' ) ?&gt;&lt;/h3&gt;
+                                        &lt;p&gt;&lt;?php _e( 'BuddyPress will now use its internal copy of bbPress to run the forums on your site. If you wish, you can remove your old bbPress installation files, as long as you keep the bb-config.php file in the same location.', 'buddypress' ) ?&gt;&lt;/p&gt;&lt;?php
</ins><span class="cx">                                 }
</span><span class="cx">                         } else {
</span><span class="cx">                                 ?&gt;
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">                                                 break;
</span><span class="cx">                                         default:
</span><span class="cx">                                                 // Just write the contents to screen
</span><del>-                                                _e( 'A configuration file could not be created. No problem, but you will need to save the text shown below into a file named &lt;code&gt;bb-config.php&lt;/code&gt; in the root directory of your WordPress installation before you can start using the forum functionality.' );
</del><ins>+                                                _e( 'A configuration file could not be created. No problem, but you will need to save the text shown below into a file named &lt;code&gt;bb-config.php&lt;/code&gt; in the root directory of your WordPress installation before you can start using the forum functionality.', 'buddypress' );
</ins><span class="cx">                                                 ?&gt;&lt;code style=&quot;display:block; margin-top: 30px;&quot;&gt;&lt;pre&gt;&lt;?php echo htmlspecialchars( $result ) ?&gt;&lt;/pre&gt;&lt;/code&gt;&lt;?php
</span><span class="cx">                                                 break;
</span><span class="cx">                                 }
</span><span class="lines">@@ -80,13 +80,19 @@
</span><span class="cx">                         }
</span><span class="cx">                 break;
</span><span class="cx">         
</span><del>-                default: ?&gt;
-                        &lt;p&gt;&lt;?php _e( 'Forums in BuddyPress make use of a bbPress installation to function. You can choose to either let BuddyPress set up a new bbPress install, or use an already existing bbPress install. Please choose one of the options below.', 'buddypress' ) ?&gt;&lt;/p&gt;
</del><ins>+                default: 
+                        if ( !file_exists( BP_PLUGIN_DIR . '/bp-forums/bbpress/' ) ) { ?&gt;
+                                &lt;div id=&quot;message&quot; class=&quot;error&quot;&gt;
+                                        &lt;p&gt;&lt;?php printf( __( 'bbPress files were not found. To install the forums component you must download a copy of bbPress and make sure it is in the folder: &quot;%s&quot;', 'buddypress' ), 'wp-content/plugins/buddypress/bp-forums/bbpress/' ) ?&gt;&lt;/p&gt;
+                                &lt;/div&gt;
+                        &lt;?php } else { ?&gt;
</ins><span class="cx">                         
</span><del>-                        &lt;a class=&quot;button&quot; href=&quot;&lt;?php echo $post_url . '&amp;step=new' ?&gt;&quot;&gt;&lt;?php _e( 'Set up a new bbPress installation', 'buddypress' ) ?&gt;&lt;/a&gt; &amp;nbsp;
-                        &lt;a class=&quot;button&quot; href=&quot;&lt;?php echo $post_url . '&amp;step=existing' ?&gt;&quot;&gt;&lt;?php _e( 'Use an existing bbPress installation', 'buddypress' ) ?&gt;&lt;/a&gt;
</del><ins>+                                &lt;p&gt;&lt;?php _e( 'Forums in BuddyPress make use of a bbPress installation to function. You can choose to either let BuddyPress set up a new bbPress install, or use an already existing bbPress install. Please choose one of the options below.', 'buddypress' ) ?&gt;&lt;/p&gt;
+                        
+                                &lt;a class=&quot;button&quot; href=&quot;&lt;?php echo $post_url . '&amp;step=new' ?&gt;&quot;&gt;&lt;?php _e( 'Set up a new bbPress installation', 'buddypress' ) ?&gt;&lt;/a&gt; &amp;nbsp;
+                                &lt;a class=&quot;button&quot; href=&quot;&lt;?php echo $post_url . '&amp;step=existing' ?&gt;&quot;&gt;&lt;?php _e( 'Use an existing bbPress installation', 'buddypress' ) ?&gt;&lt;/a&gt;
</ins><span class="cx"> 
</span><del>-                &lt;?php 
</del><ins>+                        &lt;?php } 
</ins><span class="cx">                 break;
</span><span class="cx">         }
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>