Rainmaker
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How to Add Google AdsenseI second this idea. That’d be GREAT to do.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Long posts disappear when nextGEN is activatedGot this response from Brusdeylins. Worked great!
===============
Hi,this is a problem in WordPress 2.5.x and its new “ShortCodes” which are also utilized in NextGEN Gallery. Just finde the file ./wp-includes/shortcodes.php in your WordPress installation. Here look for the function get_shortcode_regex() and change the regualar expression from
\[(‘.$tagregexp.’)\b(.*?)(?:(\/))?\](?:(.+?)\[\/\1\])?
to
\[(‘.$tagregexp.’)\b([^\]]*?)(\/)?\](?:(.+?)\[\/\1\])?
This new RegEx matches the same ShortCode structure, but don’t use so much backtracking and in this case so much memory (on large posts a problem). For details see (in german):
http://www.brusdeylins.info/wordpress/probleme-mit-shortcodes/Brusdeylins
Forum: Alpha/Beta/RC
In reply to: [Plugin: NextGEN Gallery] Serious Bug with long postsAWESOME!!! Thank you. That worked perfectly.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Serious Bug with long postsHoley crap. Sorry for the multiple posts. I was getting “topic not found” error. geeezz.