XPressME Integration Kit

Trac

Changeset 173


Ignore:
Timestamp:
Apr 11, 2009, 12:29:55 AM (15 years ago)
Author:
toemon
Message:

IEでのページ読み込みエラーの最終対策
IEでのエラー再現方法
ゲストでアクセス
モジュールページにブロック配置(投稿者ブロックとか)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config.php

    r172 r173  
    8282require_once( ABSPATH .'/include/request_url.php'); 
    8383if (is_xpress_index_page_call()){ 
     84        require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php.  
    8485        require_once(ABSPATH.'wp-settings.php'); 
    85         require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php.  
    8686        wp(); 
    8787        if (is_wordpress_style()) { 
  • trunk/wp-content/plugins/xpressme/include/pluggable-override.php

    r153 r173  
    2424                if (!is_object($xoopsUser)){ 
    2525                                wp_set_current_user(0); 
    26                                 wp_logout(); 
     26//                              wp_logout();             // When IE is used, it becomes page error by the guest if the wp_logout() is executed here.  
    2727                                return false; 
    2828                } 
Note: See TracChangeset for help on using the changeset viewer.