Title: nickknowledge's Replies | WordPress.org

---

# nickknowledge

  [  ](https://wordpress.org/support/users/nickknowledge/)

 *   [Profile](https://wordpress.org/support/users/nickknowledge/)
 *   [Topics Started](https://wordpress.org/support/users/nickknowledge/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nickknowledge/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nickknowledge/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nickknowledge/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nickknowledge/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nickknowledge/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [edit-pages.php – display in blocks of 20?](https://wordpress.org/support/topic/edit-pagesphp-display-in-blocks-of-20/)
 *  Thread Starter [nickknowledge](https://wordpress.org/support/users/nickknowledge/)
 * (@nickknowledge)
 * [21 years ago](https://wordpress.org/support/topic/edit-pagesphp-display-in-blocks-of-20/#post-211489)
 * Thanks for pointing me to this great plugin. Am tantalised by the fact that this
   great functionality will extend to Pages at some point in the future. Still, 
   has given me a few ideas for a kludge which (while well short of a plugin) may
   give me the functionality I need.
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin Menu highlighting](https://wordpress.org/support/topic/admin-menu-highlighting/)
 *  [nickknowledge](https://wordpress.org/support/users/nickknowledge/)
 * (@nickknowledge)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-highlighting/#post-97550)
 * Further down the menu.php file, find this line:
    `if ( substr($self, -10) == 
   substr($item[2], -10) )` and change it to: `if ( substr($self, -20) == substr(
   $item[2], -20) )` depending on the length of your file names. E.g. if you’re 
   creating files with names like “navigation-admin.php” and “navigation-options.
   php”, 10 characters won’t be enough to distinguish the two. Hope this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Folder-based navigation](https://wordpress.org/support/topic/folder-based-navigation/)
 *  [nickknowledge](https://wordpress.org/support/users/nickknowledge/)
 * (@nickknowledge)
 * [22 years ago](https://wordpress.org/support/topic/folder-based-navigation/#post-54578)
 * I have an existing site (non-WP, but I’m migrating), with URI’s in the form
    `
   http://www.mysite.org/geography/mountains/` As a default with WP, even if I create
   sub-categories with just one post, the links will become: `http://www.mysite.
   org/category/geography/mountains/` However, adding this to the .htaccess file**
   immediately after** the RewriteBase line redirects them nicely: RewriteRule ^
   geography/?(.*) /wordpress/index.php?category_name=geography&$1 [QSA]
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WP 1.0 config for offline / localhost](https://wordpress.org/support/topic/wp-10-config-for-offline-localhost/)
 *  Thread Starter [nickknowledge](https://wordpress.org/support/users/nickknowledge/)
 * (@nickknowledge)
 * [22 years, 5 months ago](https://wordpress.org/support/topic/wp-10-config-for-offline-localhost/#post-30862)
 * Hi TigerDE2 – having got the same error, I went back, and re-ran install-config.
   php, which this time worked with no errors.
    The next three config screens complained
   of having no wp_options table, but eventually corrected itself (and created 12
   tables), and now works. Does that help at all? Nick
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WP 1.0 config for offline / localhost](https://wordpress.org/support/topic/wp-10-config-for-offline-localhost/)
 *  Thread Starter [nickknowledge](https://wordpress.org/support/users/nickknowledge/)
 * (@nickknowledge)
 * [22 years, 5 months ago](https://wordpress.org/support/topic/wp-10-config-for-offline-localhost/#post-30837)
 * Update!
    Using the beta 1.0.1-RC1, and ignoring the errors (principally about
   lack of wp_options table), have successfully connected and ready for my first
   blog. Thanks!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WP 1.0 config for offline / localhost](https://wordpress.org/support/topic/wp-10-config-for-offline-localhost/)
 *  Thread Starter [nickknowledge](https://wordpress.org/support/users/nickknowledge/)
 * (@nickknowledge)
 * [22 years, 5 months ago](https://wordpress.org/support/topic/wp-10-config-for-offline-localhost/#post-30835)
 * Thanks Cena.
    The beta 1.0.1 install-config.php returned these errors: ` Warning:
   Invalid argument supplied for foreach() in C:\Apache2\Apache2\htdocs\wordpress\
   wp-admin\install-config.php on line 121 Notice: Undefined variable: handle in
   C:\Apache2\Apache2\htdocs\wordpress\wp-admin\install-config.php on line 142 Warning:
   fclose(): supplied argument is not a valid stream resource in C:\Apache2\Apache2\
   htdocs\wordpress\wp-admin\install-config.php on line 142 Warning: chmod(): No
   such file or directory in C:\Apache2\Apache2\htdocs\wordpress\wp-admin\install-
   config.php on line 143  Should I wait for the next release? Regards, Nick

Viewing 6 replies - 1 through 6 (of 6 total)