<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Huddled Masses - Latest Comments in WordPress Plugin - Acronym Replacer</title><link>http://huddledmasses.disqus.com/</link><description>Joel Bennett's development blog...</description><language>en</language><lastBuildDate>Wed, 16 Jan 2008 19:20:49 -0000</lastBuildDate><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582473</link><description>The page layout design on this website needs to be fixed. It chops off all of the comments so they can't be read. Btw, in terms of legibility, the ideal line length is 12-17 words... not 30-40!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Wed, 16 Jan 2008 19:20:49 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582472</link><description>Thanks for it ...was looking for a similar plugin ! :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dell</dc:creator><pubDate>Fri, 27 Jan 2006 14:54:22 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582471</link><description>As a follow-up to my previous comment, I think I answered my own question.  The way to get PHP to recognize a variable passed as a parameter in the URL is with the GET function.  $file = $_GET["file"].</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave</dc:creator><pubDate>Wed, 25 Jan 2006 08:39:40 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582470</link><description>Cool.  The new version got past the previous PHP errors, but I'm still getting an error that says "Undefined variable: file in ... on line 53".  I hate to be the idiot who doesn't know how to use PHP, but how do I get PHP (or maybe Apache) to know that $file is the parameter that's passed in the URL?  As in "source.php?file=$file".</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave</dc:creator><pubDate>Tue, 03 Jan 2006 12:36:01 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582469</link><description>Yeah! Actually, it's not just the version, it's the register_globals being off. For some reason, I had mine on... hopefully i haven't broken anything by turning it off.&lt;br&gt;&lt;br&gt;Anyway, @$file@ is the parameter that you need to pass to the script, like to view the source.php script, you need a link to "source.php?file=source.php":http://www.huddledmasses.org/wp-content/plugins/source.php?file=source.php or else you should just get the "sorry, that file doesn't exist" error.&lt;br&gt;&lt;br&gt;Anyway, I think I fixed my copy of "View Source":":http://www.huddledmasses.org/wp-content/plugins/source.php?file=source.php, so you can use that link I just posted to view it, and even download it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaykul</dc:creator><pubDate>Sat, 31 Dec 2005 12:10:19 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582468</link><description>You mentioned your "view source" plugin in one of the comments on this post.  I downloaded it from your site and tried it on my own, but I'm having big problems.  It gives me errors of undefined variables (DOCUMENT_ROOT, PHP_SELF, and file).  The first two can be fixed by changing "dirname($DOCUMENT_ROOT.$PHP_SELF)" to "$_SERVER['DOCUMENT_ROOT']" and "$PHP_SELF" to "$_SERVER['PHP_SELF']".  I'm assuming that's an issue with the PHP version.  But what about the "file" variable?  Any ideas?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave</dc:creator><pubDate>Fri, 30 Dec 2005 12:54:03 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582467</link><description>Hello! I come from Taiwan,and just downloaded this plug-in.&lt;br&gt;It's convienient to make me use some abbrev without explain what it is.&lt;br&gt;But I have a problem now,that this plug-in seem not to work on Chinese(Big5).&lt;br&gt;For Example,&lt;br&gt;"(Chinese)"=&amp;gt;"12345",&lt;br&gt;"FF"=&amp;gt;"(Chinese)",&lt;br&gt;the latter works,but former doesn't.&lt;br&gt;I guess it's because the plug-in can't catch Chinese characters correctly,which consists of two bytes.&lt;br&gt;Can you help me fix this problem?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kiroro</dc:creator><pubDate>Sun, 25 Dec 2005 10:29:02 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582466</link><description>I'm not sure about the error, because I don't know how you edited the file... but to make the acronyms case sensitive, all you have to do is remove the "i" from the regular expression (that is: replace |imsU with |msU).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaykul</dc:creator><pubDate>Tue, 01 Nov 2005 21:34:18 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582465</link><description>Thank you for that plugin. It's nice to get acronyms without writing them manually. But there is a part which doesn't behave well at least for the german language. When I'm using "im" within a post it will be replaced with the acronym. Which shouldn't be done. In my opinion only big letters should trigger a replacement. I tried one of the other regex within your plugin, but I always get following error: "Parse error: parse error, unexpected $ in %path%/plugins/acronyms.php on line 174".</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik</dc:creator><pubDate>Tue, 01 Nov 2005 14:49:32 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582464</link><description>I've _finally_ gotten around to adding a "download" link to my source script.  All of my plugins should be simple and easy to download now, just click through to the source and hit the download link.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaykul</dc:creator><pubDate>Fri, 23 Sep 2005 17:22:22 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582463</link><description>Wait: I changed encoding to Western ISO-1 (8859-1) and now it seems fine.&lt;br&gt;&lt;br&gt;Frankly, would getting a direct link to the plugin file be too much to ask for? That encoding bug would vanish.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FranA?ois</dc:creator><pubDate>Sun, 21 Aug 2005 09:05:39 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582462</link><description>I have strictly no space or CR or anything outside my php open/close tags, yet I still get 4 "couldn't modify headers" errors. Quite annoying. Does this have to do with the file encoding? I'm in UTF-8 to match my WP install.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FranA?ois</dc:creator><pubDate>Sun, 21 Aug 2005 09:03:08 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582461</link><description>For those that were getting the errors, I got them too, I had a extra char (CR I think) after the closing ?&amp;gt;  Make sure that there is nothing (no space, line break, etc) after the ?&amp;gt; and it should fix it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike</dc:creator><pubDate>Mon, 15 Aug 2005 12:01:10 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582460</link><description>Great plugin!&lt;br&gt;&lt;br&gt;By the way Jeannie:&lt;br&gt;Check for spaces, newlines or any characters before the , and remove them. That should work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon</dc:creator><pubDate>Thu, 28 Jul 2005 15:01:16 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582459</link><description>I get the same errors in my admin as Jeannie did. What should I do to fix it?&lt;br&gt;&lt;br&gt;Otherwise, it's a great plugin.&lt;br&gt;&lt;br&gt;Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Firda</dc:creator><pubDate>Wed, 27 Jul 2005 10:00:56 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582458</link><description>joel rocks! thanks for the great plug-in!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeannie</dc:creator><pubDate>Tue, 19 Jul 2005 22:38:18 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582457</link><description>great plugin! exactly what i've been hoping to find.  unfortunately, it makes my admin go all wonky. i get the following errors above the rest of the wonky screen:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Warning: Cannot modify header information - headers already sent by (output started at /home/account/public_html/wp-content/plugins/acronyms.php:141) in /home/account/public_html/wp-admin/admin.php on line 10&lt;br&gt;&lt;br&gt;Warning: Cannot modify header information - headers already sent by (output started at /home/account/public_html/wp-content/plugins/acronyms.php:141) in /home/account/public_html/wp-admin/admin.php on line 11&lt;br&gt;&lt;br&gt;Warning: Cannot modify header information - headers already sent by (output started at /home/account/public_html/wp-content/plugins/acronyms.php:141) in /home/account/public_html/wp-admin/admin.php on line 12&lt;br&gt;&lt;br&gt;Warning: Cannot modify header information - headers already sent by (output started at /home/account/public_html/wp-content/plugins/acronyms.php:141) in /home/account/public_html/wp-admin/admin.php on line 13&lt;br&gt;&lt;br&gt;&lt;br&gt;i'm not php-savvy so it might be a simple fix. i just don't know what it is. commenting out those lines in the admin.php file didn't do me any good LOL. any chance for some help?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeannie</dc:creator><pubDate>Tue, 19 Jul 2005 12:06:35 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582456</link><description>I was experiencing the same problem as a few of you on this site when I would copy off the text from this website and past it into an empty Dreamweaver file.  When I would try activating the plugin it would say something like unexpected T_Expression and not work.&lt;br&gt;&lt;br&gt;The problem was in the white space on each line.  Apparently they are a different type of white space then a regular push of the space bar.  So I put the code into BBedit lite and set it to display hidden characters and spaces.  Then I selected one of the wrong space (it was displayed as a solid dot, not a hollow dot) and did a find replace, replacing the trouble makers with regular dots.  Now it seams to be working great.&lt;br&gt;&lt;br&gt;Also, I should note that I am using a Mac OS box running Tiger.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chuck Reina</dc:creator><pubDate>Wed, 13 Jul 2005 16:14:54 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582455</link><description>PHP stands for "PHP: Hypertext Preprocessor", not "Hypertext PreProcessing"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Tue, 31 May 2005 10:41:05 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582454</link><description>International Acronyms&lt;br&gt;&lt;br&gt;Hi to all.&lt;br&gt;&lt;br&gt;I try to use this plugin in my language Bulgarian. &lt;br&gt;But the problem is if I put Acronym (for exaple PEPE) in cyrilic nothing happend. In English works good&lt;br&gt;&lt;br&gt;Some Help?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Toto</dc:creator><pubDate>Sat, 07 May 2005 07:50:34 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582453</link><description>Thanks alot this plugin, it worked great on my site.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin</dc:creator><pubDate>Sat, 16 Apr 2005 17:42:12 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582452</link><description>Hi Joel, great plugin...I saw you were beta testing a more froo-froo laden version that would also let you specify a replacement text for the acronym - i.e., if you were to type :Mom: (I use the colons to distinguish between things I don't want acronym...ized), it could return [insert replacement text here] as an acronym.  Is there a way to hack your current plugin to do this, as you haven't released the one you were talking about back in October to the masses yet? (Or would you be willing to let the new one out?)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tahnee</dc:creator><pubDate>Thu, 17 Mar 2005 09:45:21 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582451</link><description>Fantastic plugin, I've just implemented it on my fledgling blog, and I know it will save me a lot of tedious typing - Thanks!&lt;br&gt;&lt;br&gt;Oh, you probably already know this, I don't see it mentioned anywhere, but it seems to work fine on WP v1.5.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">the silver lizard</dc:creator><pubDate>Wed, 16 Mar 2005 19:29:33 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582450</link><description>If you're having login page issues (returning blank), a minor plugin issue could be the cause.&lt;br&gt;&lt;br&gt;As an explanation, yet another FYI: I, too, somehow stumbled into the trailing spaces issue: a single whitespace had crept into the last line in wp-acronyms.php, just after the closing "?&amp;gt;" tag.  Most interestingly, not only was the acronym feature not working, but it broke the WP login page: the base login page came up fine, but after entering my user/pass, I got back a completely blank page -- and still wasn't logged in.&lt;br&gt;&lt;br&gt;I still don't know how or exactly when this extra space crept in :/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morrissimo</dc:creator><pubDate>Mon, 31 Jan 2005 16:03:33 -0000</pubDate></item><item><title>Re: WordPress Plugin - Acronym Replacer</title><link>http://HuddledMasses.org/wordpress-plugin-acronym-replacer/#comment-2582449</link><description>I have pluged acornyme replacer 2.0 in to my wp 1.2. &lt;br&gt;&lt;br&gt;After doing so, I get the following massage when I try to login. &lt;br&gt;&lt;br&gt;Parse error: parse error, unexpected T_LNUMBER in /customers/rjohnsen.dk/rjohnsen.dk/httpd.www/wp-content/plugins/acronyms.php on line 57&lt;br&gt;&lt;br&gt;And yes I don't know much about this, so please - spell it out for me. &lt;br&gt;&lt;br&gt;Thanks - if you decide to di so ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rjohnsen</dc:creator><pubDate>Fri, 10 Dec 2004 10:01:51 -0000</pubDate></item></channel></rss>