Title: himitsu's Replies | WordPress.org

---

# himitsu

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Regex: If String In URL](https://wordpress.org/support/topic/regex-if-string-in-url/)
 *  [himitsu](https://wordpress.org/support/users/himitsu/)
 * (@himitsu)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/regex-if-string-in-url/#post-5579761)
 * In an emergency, you can simply be solved by the regular expressions.
 * /some-category/abc/
    Use “(abc|ABC)” or “[aA][bB][cC]” instead of “ABC”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] disable "search and replace"-dialog](https://wordpress.org/support/topic/disable-search-and-replace-dialog/)
 *  Thread Starter [himitsu](https://wordpress.org/support/users/himitsu/)
 * (@himitsu)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/disable-search-and-replace-dialog/#post-5531149)
 * Ctrl+H = Replace
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broken Link Checker] Anchor?](https://wordpress.org/support/topic/anchor-2/)
 *  Thread Starter [himitsu](https://wordpress.org/support/users/himitsu/)
 * (@himitsu)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/anchor-2/#post-5221593)
 * The problem was then solved by itself.
    After the article was public, it was 
   no longer marked as invalid. It was apparently only shown in the preview, while
   writing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MapPress Maps for WordPress] POI markers as link](https://wordpress.org/support/topic/poi-markers-as-link/)
 *  [himitsu](https://wordpress.org/support/users/himitsu/)
 * (@himitsu)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/poi-markers-as-link/#post-4870041)
 * see [http://wphostreviews.com/mappress-documentation](http://wphostreviews.com/mappress-documentation)
 * mapp0.getPoi(0).open(); scroll to first POI and open the info box.
    mapp0.getPoi(
   1).center(true); scroll second POI with auto zoom mapp0.getPoi(2).center(10);
   scroll to third POI with zoom (0 to 21)
 * U can call it with onclick or href.
 *     ```
       <a href='#' onclick='mapp0.getPoi(0).open(true); return false;'>Click me!</a>
       <a href='javascript: mapp0.getPoi(0).open(true);'>Click me!</a>
       ```
   
 * e.g.:
 *     ```
       <a href="javascript: mapp0.closeInfoWindow(); mapp0.autoCenter(true);">show all POIs</a>
       <a href="javascript: javascript: mapp0.getPoi(0).open();">open first POI</a>
       <a href="javascript: javascript: mapp0.getPoi(1).open();">open second POI</a>
       ```
   
 * But the POIs are not in same order of my declaration.
    [edit] Oh, the POIs are
   really alphabetically by title. If, however, you can manually sort the POIs in
   the editor, it would have been handy if they were sorted based on this position.[/
   edit]
 * [http://wphostreviews.com/forums/topic/switching-to-different-pois-on-map-from-article](http://wphostreviews.com/forums/topic/switching-to-different-pois-on-map-from-article)

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