Index: trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php
===================================================================
--- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php	(revision 332)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php	(revision 333)
@@ -513,4 +513,5 @@
 		$form .=  $forum_list."\n";
 		$form .= '<br /><br />';
+		if ($this->is_use_d3forum) {
 		if ($this->is_use_d3forum)  $disible = ''; else $disible = 'disabled';
 		$form .=  __('Select the Type of display of D3Forum comment.', 'xpressme') . " \n&emsp";
@@ -534,5 +535,4 @@
 		$form .=  __('Number of displays of D3Forum comments.', 'xpressme') ." \n";
 		$form .= '&emsp<label> <input name="ch_d3forum_views_num" type="text" size="3" maxlength="3" value="'  . $this->d3forum_views_num . '" /></label>'."\n";
-
 		$form .= '<div class="submit">'."\n";		
 		$form .=  __('The import and the export between Wordpress Comments and the D3Forum Posts can be done. ', 'xpressme') ."<br />\n";
@@ -542,4 +542,5 @@
 		if (!empty($do_message)){
 			$form .= '<div>' . $do_message . '</div>';
+		}
 		}
 		$form .=  "</td>\n";
