Changeset 7187
- Timestamp:
- 01/01/07 17:16:06 (2 years ago)
- Files:
-
- wp-useronline/trunk/readme.html (modified) (2 diffs)
- wp-useronline/trunk/useronline/wp-useronline.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-useronline/trunk/readme.html
r7184 r7187 20 20 border: 1px solid #8d8d8d; 21 21 background-color: #f5f5f5; 22 overflow: auto; 22 23 } 23 24 LI { … … 410 411 <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> 411 412 </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> 412 437 <div class="SubSubTitle">UserOnline Stats (Outside WP Loop)</div> 413 438 <ul> wp-useronline/trunk/useronline/wp-useronline.pot
r7184 r7187 3 3 "Project-Id-Version: WP-UserOnline 2.06\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-01-0 1 03:07+0800\n"5 "PO-Revision-Date: 2007-01-02 01:14+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@hotmail.com>\n"
