Title: sunside's Replies | WordPress.org

---

# sunside

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: wp-Typography] Script is going ballistic on pages with ultra long words.](https://wordpress.org/support/topic/plugin-wp-typography-script-is-going-ballistic-on-pages-with-ultra-long-words/)
 *  Thread Starter [sunside](https://wordpress.org/support/users/sunside/)
 * (@sunside)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-typography-script-is-going-ballistic-on-pages-with-ultra-long-words/#post-1431530)
 * According to some forum threads, it is a problem with Vista – as for me, I have
   WampServer 2 on Win 7 here – and PHP PDO extensions; Here’s an excerpt from apache’s
   error log:
 *     ```
       [Sun Mar 21 06:35:50 2010] [notice] Parent: child process exited with status 255 -- Restarting.
       [Sun Mar 21 06:35:50 2010] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
       [Sun Mar 21 06:35:50 2010] [notice] Server built: Dec 10 2008 00:10:06
       [Sun Mar 21 06:35:50 2010] [notice] Parent: Created child process 7844
       [Sun Mar 21 06:35:50 2010] [notice] Child 7844: Child process is running
       [Sun Mar 21 06:35:50 2010] [notice] Child 7844: Acquired the start mutex.
       [Sun Mar 21 06:35:50 2010] [notice] Child 7844: Starting 64 worker threads.
       [Sun Mar 21 06:35:50 2010] [notice] Child 7844: Starting thread to listen on port 80.
       [Sun Mar 21 06:35:51 2010] [notice] Parent: child process exited with status 255 -- Restarting.
       [Sun Mar 21 06:35:51 2010] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
       [Sun Mar 21 06:35:51 2010] [notice] Server built: Dec 10 2008 00:10:06
       [Sun Mar 21 06:35:51 2010] [notice] Parent: Created child process 8276
       [Sun Mar 21 06:35:51 2010] [notice] Child 8276: Child process is running
       [Sun Mar 21 06:35:51 2010] [notice] Child 8276: Acquired the start mutex.
       [Sun Mar 21 06:35:51 2010] [notice] Child 8276: Starting 64 worker threads.
       [Sun Mar 21 06:35:51 2010] [notice] Child 8276: Starting thread to listen on port 80.
       ```
   
 * Still, it only happens when I enable wp-Typography. Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to add a menu in the admin backend](https://wordpress.org/support/topic/how-to-add-a-menu-in-the-admin-backend/)
 *  Thread Starter [sunside](https://wordpress.org/support/users/sunside/)
 * (@sunside)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/how-to-add-a-menu-in-the-admin-backend/#post-603545)
 * Okay, I managed it.
 * There are several hooks for that: `dbx_page_advanced` and `dbx_post_advanced`
   are hooks for menus right under the edit box. They seem to be expandable, whereas
   their counterparts `edit_page_form` (for pages) and `edit_form_advanced` (for
   posts) are not.
 * To add menus to the edit sidebar, one has to hook into `dbx_page_sidebar` or `
   dbx_post_sidebar`.
 * A related file is wp-admin/edit-page-form.php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [edit_page_form versus edit_form_advanced](https://wordpress.org/support/topic/edit_page_form-versus-edit_form_advanced/)
 *  [sunside](https://wordpress.org/support/users/sunside/)
 * (@sunside)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/edit_page_form-versus-edit_form_advanced/#post-485749)
 * Helped.

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