bounder
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type Maker] Deletes Post Type or Taxonomy if you updateI’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
In reply to: [Custom Post Type Maker] Deletes Post Type or Taxonomy if you updateIf you update anything about the Custom Post type — including not updating the Custom Post type name.
Forum: Plugins
In reply to: [Better Anchor Links] Can it work with with id= in the tags?Have resolved this, but it might be worth adding to the plugin?
Forum: Plugins
In reply to: [Better Anchor Links] Can it work with with id= in the tags?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
In reply to: [Random Posts Widget Configurable] problems after installation 1.18Odd 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
In reply to: MU -> 3.0 Upgrade all permalnks brokenSolved it — i think a formatting error somewhere in the .htaccess — replacing with a fresh version worked.