XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jul 9, 2009, 8:51:22 PM (15 years ago)
Author:
toemon
Message:

D3Forumコメント統合管理画面でコメント統合しないに設定してあるとき、その他のD3Forum設定項目を表示しないように変更 fixes #183

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php

    r328 r333  
    513513                $form .=  $forum_list."\n"; 
    514514                $form .= '<br /><br />'; 
     515                if ($this->is_use_d3forum) { 
    515516                if ($this->is_use_d3forum)  $disible = ''; else $disible = 'disabled'; 
    516517                $form .=  __('Select the Type of display of D3Forum comment.', 'xpressme') . " \n&emsp"; 
     
    534535                $form .=  __('Number of displays of D3Forum comments.', 'xpressme') ." \n"; 
    535536                $form .= '&emsp<label> <input name="ch_d3forum_views_num" type="text" size="3" maxlength="3" value="'  . $this->d3forum_views_num . '" /></label>'."\n"; 
    536  
    537537                $form .= '<div class="submit">'."\n";            
    538538                $form .=  __('The import and the export between Wordpress Comments and the D3Forum Posts can be done. ', 'xpressme') ."<br />\n"; 
     
    542542                if (!empty($do_message)){ 
    543543                        $form .= '<div>' . $do_message . '</div>'; 
     544                } 
    544545                } 
    545546                $form .=  "</td>\n"; 
Note: See TracChangeset for help on using the changeset viewer.