Changeset 7187

Show
Ignore:
Timestamp:
01/01/07 17:16:06 (2 years ago)
Author:
GamerZ
Message:

Fianlize WP-UserOnline? 2.06

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-useronline/trunk/readme.html

    r7184 r7187  
    2020                  border: 1px solid #8d8d8d; 
    2121                  background-color: #f5f5f5; 
     22                  overflow: auto; 
    2223            } 
    2324            LI { 
     
    410411                        <li>If you <b>ARE NOT</b> using nice permalinks, you need to go to 'WP-Admin -> Options -> Useronline' and under '<b>UserOnline URL</b>', you need to fill in the URL to the UserOnline Page you created above.</li> 
    411412                  </ol> 
     413                  <div class="SubSubTitle">Note</div> 
     414                  <ul> 
     415                        <li> 
     416                              The AJAX feature might not work if your blog homepage directory is different from the directory you installed WordPress in. To solve this issue, 
     417                              <ol> 
     418                                    <li> 
     419                                          Open <b>useronline.php</b> 
     420                                    </li> 
     421                                    <li> 
     422                                          Find: 
     423                                          <blockquote> 
     424                                                echo "\t".'var useronline_ajax_url = \''.$useronline_ajax_url.'/wp-content/plugins/useronline/useronline.php\';'."\n"; 
     425                                          </blockquote> 
     426                                    </li> 
     427                                    <li> 
     428                                          Replace: 
     429                                          <blockquote> 
     430                                                echo "\t".'var useronline_ajax_url = \''.$useronline_ajax_url.'/WORDPRESS_DIRECTORY/wp-content/plugins/useronline/useronline.php\';'."\n"; 
     431                                          </blockquote> 
     432                                          <p>Where <b>WORDPRESS_DIRECTORY</b> should be the directory name which you installed WordPress in. Note the backslash after your WordPress Directory, you need that.</p> 
     433                                    </li> 
     434                              </ol> 
     435                        </li> 
     436                  </ul> 
    412437                  <div class="SubSubTitle">UserOnline Stats (Outside WP Loop)</div> 
    413438                  <ul> 
  • wp-useronline/trunk/useronline/wp-useronline.pot

    r7184 r7187  
    33"Project-Id-Version: WP-UserOnline 2.06\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-01-01 03:07+0800\n" 
     5"PO-Revision-Date: 2007-01-02 01:14+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@hotmail.com>\n"