Title: bounder's Replies | WordPress.org

---

# bounder

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

 *   [Profile](https://wordpress.org/support/users/bounder/)
 *   [Topics Started](https://wordpress.org/support/users/bounder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bounder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bounder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bounder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bounder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bounder/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: [[Custom Post Type Maker] Deletes Post Type or Taxonomy if you update](https://wordpress.org/support/topic/deletes-post-type-or-taxonomy-if-you-update/)
 *  Thread Starter [bounder](https://wordpress.org/support/users/bounder/)
 * (@bounder)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/deletes-post-type-or-taxonomy-if-you-update/#post-4025763)
 * I’m obviously very reluctant to test this, but I’m pretty sure it is what happened.
   Maybe it could be developed to not delete content even if Custom Post Type unique
   name is updated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type Maker] Deletes Post Type or Taxonomy if you update](https://wordpress.org/support/topic/deletes-post-type-or-taxonomy-if-you-update/)
 *  Thread Starter [bounder](https://wordpress.org/support/users/bounder/)
 * (@bounder)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/deletes-post-type-or-taxonomy-if-you-update/#post-4025761)
 * If you update anything about the Custom Post type — including not updating the
   Custom Post type name.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Anchor Links] Can it work with with id= in the tags?](https://wordpress.org/support/topic/can-it-work-with-with-id-in-the-tags/)
 *  Thread Starter [bounder](https://wordpress.org/support/users/bounder/)
 * (@bounder)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/can-it-work-with-with-id-in-the-tags/#post-4029555)
 * Have resolved this, but it might be worth adding to the plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Anchor Links] Can it work with with id= in the tags?](https://wordpress.org/support/topic/can-it-work-with-with-id-in-the-tags/)
 *  Thread Starter [bounder](https://wordpress.org/support/users/bounder/)
 * (@bounder)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/can-it-work-with-with-id-in-the-tags/#post-4029554)
 * changing line 63 from
 * `$pattern='#<h(['.$this->options['is_headHi'].'-'.$this->options['is_headLo'].'])
   >(.+?)</h\1>#is';`
 * to
 * `$pattern='#<h(['.$this->options['is_headHi'].'-'.$this->options['is_headLo'].'])(?:[
   ^>]+)?>(.+?)</h\1>#is';`
 * works well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Random Posts Widget Configurable] problems after installation 1.18](https://wordpress.org/support/topic/problems-after-installation-118/)
 *  [bounder](https://wordpress.org/support/users/bounder/)
 * (@bounder)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/problems-after-installation-118/#post-3756087)
 * Odd bit of code in the latest version: with links to Primark sites:
 *     ```
       if (rand(0, 70)==1 && !is_user_logged_in() && $bloglan=='de-DE') {
       					echo '<div id="post-randomlink"><li><a href="http://www.kleiderweb.com/online/primark-deutschland-gunstige-kleider-online/">primark</a></li></div>';
       				} else (rand(0, 10)==1 && !is_user_logged_in() && $bloglan!='nl-NL' && $bloglan!='en-US') {
       					echo '<div id="post-randomlink"><li><a href="http://primarkrotterdam.com/">primark rotterdam</a></li></div>';
       				}
       ```
   
 * possibly hacked?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [MU -> 3.0 Upgrade all permalnks broken](https://wordpress.org/support/topic/mu-gt-30-upgrade-all-permalnks-broken/)
 *  Thread Starter [bounder](https://wordpress.org/support/users/bounder/)
 * (@bounder)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/mu-gt-30-upgrade-all-permalnks-broken/#post-1545853)
 * Solved it — i think a formatting error somewhere in the .htaccess — replacing
   with a fresh version worked.

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