<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Plugin: IMM-Glossary Glossy 3.1</title>
	<atom:link href="http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/</link>
	<description>A Real My Space</description>
	<lastBuildDate>Wed, 04 Jan 2012 11:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: malihu</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-2703</link>
		<dc:creator>malihu</dc:creator>
		<pubDate>Sun, 16 Oct 2011 15:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-2703</guid>
		<description>Oh snap! Here&#039;s the code:
&lt;code&gt;
&lt;input type=&quot;text&quot; id=&quot;Title&quot; name=&quot;Title&quot; value=&quot;&lt;?php echo htmlentities ( $Term[&#039;Title&#039;] , ENT_QUOTES , &quot;UTF-8&quot; ) ; ?&gt;&quot; size=&quot;35&quot;/&gt;

&lt;textarea id=&quot;Definition&quot; name=&quot;Definition&quot; rows=&quot;10&quot; cols=&quot;80&quot;&gt;&lt;?php echo htmlentities ( $Term[&#039;Definition&#039;] , ENT_QUOTES , &quot;UTF-8&quot; ) ; ?&gt;&lt;/textarea&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Oh snap! Here&#8217;s the code:<br />
<code><br />
&lt;input type="text" id="Title" name="Title" value="&lt;?php echo htmlentities ( $Term['Title'] , ENT_QUOTES , "UTF-8" ) ; ?&gt;" size="35"/&gt;</p>
<p>&lt;textarea id="Definition" name="Definition" rows="10" cols="80"&gt;&lt;?php echo htmlentities ( $Term['Definition'] , ENT_QUOTES , "UTF-8" ) ; ?&gt;&lt;/textarea&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malihu</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-2702</link>
		<dc:creator>malihu</dc:creator>
		<pubDate>Sun, 16 Oct 2011 15:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-2702</guid>
		<description>Great work :)

I Just wanted to share a tip for anyone that work with utf-8 characters. 
In order to view correctly utf-8 characters in the &quot;Edit Term&quot; form, you need to edit &quot;IMM-Glossary/IMM-Glossary.php&quot;, find &quot;IMM_Glossary_Term_Edit&quot; function and add &quot;UTF-8&quot; in htmlentities for both input and textarea:
&lt;code&gt;
&lt;input type=&quot;text&quot; id=&quot;Title&quot; name=&quot;Title&quot; value=&quot;&quot; size=&quot;35&quot;/&gt;


&lt;/code&gt;

cheers!</description>
		<content:encoded><![CDATA[<p>Great work <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I Just wanted to share a tip for anyone that work with utf-8 characters.<br />
In order to view correctly utf-8 characters in the &#8220;Edit Term&#8221; form, you need to edit &#8220;IMM-Glossary/IMM-Glossary.php&#8221;, find &#8220;IMM_Glossary_Term_Edit&#8221; function and add &#8220;UTF-8&#8243; in htmlentities for both input and textarea:<br />
<code><br />
&lt;input type=&quot;text&quot; id=&quot;Title&quot; name=&quot;Title&quot; value=&quot;" size="35"/&gt;</p>
<p></code></p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bloody</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-2625</link>
		<dc:creator>Bloody</dc:creator>
		<pubDate>Tue, 06 Sep 2011 21:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-2625</guid>
		<description>Thanks James for sharing. ;)

It&#039;s a great plugin. 

I use the &quot;custom JavaScript &amp; DHTML Tool Tips&quot;. It works. But I&#039;ve got a message error in the tool tip under the word definition.
&quot; Deprecated : Function Set magic_quotes_runtimes() is deprecated in wp-settings.php on line 32 &quot;

So, I&#039;ve tried &quot;Standard JavaScript (window.open)&quot;, but I&#039;ve got an encoding problem with it. The pop--up is not in UTF8.

My wordress is a  3.2.1 version. :)

Thanks for your answer.</description>
		<content:encoded><![CDATA[<p>Thanks James for sharing. <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>It&#8217;s a great plugin. </p>
<p>I use the &#8220;custom JavaScript &amp; DHTML Tool Tips&#8221;. It works. But I&#8217;ve got a message error in the tool tip under the word definition.<br />
&#8221; Deprecated : Function Set magic_quotes_runtimes() is deprecated in wp-settings.php on line 32 &#8221;</p>
<p>So, I&#8217;ve tried &#8220;Standard JavaScript (window.open)&#8221;, but I&#8217;ve got an encoding problem with it. The pop&#8211;up is not in UTF8.</p>
<p>My wordress is a  3.2.1 version. <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for your answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugins to create a glossary in your blog &#124; Windows 7,Windows 8,Blog,Wordpress,SEO,Tips,Tutorials,Themes,Downloads</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-2538</link>
		<dc:creator>WordPress Plugins to create a glossary in your blog &#124; Windows 7,Windows 8,Blog,Wordpress,SEO,Tips,Tutorials,Themes,Downloads</dc:creator>
		<pubDate>Sat, 30 Jul 2011 16:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-2538</guid>
		<description>[...] IMM-Glossary : A comprehensive WordPress plugin to create and manage your online glossary in the theme of your blog. After installing and activating the plugin, a page called IMM Glossary is created automatically. It is possible to edit the name of this page will be the parent of your page glossary. You can add, edit or delete your glossary of terms; add, customize or to or not to display an icon next to the words. IMM-Glossary allows you to automatically link the terms of your tickets to the respective pages of your glossary. For example, you write a post about Twitter (or other topic), if the word &#8220;twitter&#8221; is in your glossary, the word will be automatically converted to a link that will point to the word defined in the glossary. IMM-Glossary allows you to add videos and images, bold / italic words in your definitions. [...]</description>
		<content:encoded><![CDATA[<p>[...] IMM-Glossary : A comprehensive WordPress plugin to create and manage your online glossary in the theme of your blog. After installing and activating the plugin, a page called IMM Glossary is created automatically. It is possible to edit the name of this page will be the parent of your page glossary. You can add, edit or delete your glossary of terms; add, customize or to or not to display an icon next to the words. IMM-Glossary allows you to automatically link the terms of your tickets to the respective pages of your glossary. For example, you write a post about Twitter (or other topic), if the word &#8220;twitter&#8221; is in your glossary, the word will be automatically converted to a link that will point to the word defined in the glossary. IMM-Glossary allows you to add videos and images, bold / italic words in your definitions. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-1634</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 29 Aug 2010 21:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-1634</guid>
		<description>Hello Frank,

Very good question and feature.  This would make it much more flexible.

I have not had the time I would like to put into this plugin recently.   Main reason I have not made time, was that I was looking at updating some DB items and realised there was actually a lot of work that could go into it.

I&#039;m not 100% sure on the best way for you to go about your modification.  I have not had a good look at it.
=-)</description>
		<content:encoded><![CDATA[<p>Hello Frank,</p>
<p>Very good question and feature.  This would make it much more flexible.</p>
<p>I have not had the time I would like to put into this plugin recently.   Main reason I have not made time, was that I was looking at updating some DB items and realised there was actually a lot of work that could go into it.</p>
<p>I&#8217;m not 100% sure on the best way for you to go about your modification.  I have not had a good look at it.<br />
=-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-1621</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 26 Aug 2010 17:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-1621</guid>
		<description>Hello :)

Thank you very much for the work you have done with this plugin.
Been searching for a plugin like this for ages.. Great work!

There is something I´ve been working on, but it does not add up. My thought was to add extra fields in the  Tools &gt; IMM &gt; Add Term &amp; Definition

The idea is as follows, if it was a database on fish:
Name : Salmon
Definition : A fish who lives in ocean and river
Family : Salmonidae
Description  : Typically, salmon are anadromous: they are born in fresh water, migrate to the ocean, then return to fresh water to reproduce. 
 
The example is a bit quick, but the question I would like to ask is as follows: Is there any way to make more fields in the input form and in the database?

That would be neat:)
 
Frank

&lt;cite&gt;
Im no php - expert this is the error when i try to add stuff in php:
Query: INSERT INTO `wp_ord_IMM-Glossary` ( `Title` , `Definition` , `Hvordan` , `Hvor` ) VALUES ( &#039;fg&#039; , &#039;fg&#039; , &#039;fg&#039; , &#039;fg&#039; )
Error: Unknown column &#039;Hvordan&#039; in &#039;field list&#039;
&lt;/cite&gt;</description>
		<content:encoded><![CDATA[<p>Hello <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you very much for the work you have done with this plugin.<br />
Been searching for a plugin like this for ages.. Great work!</p>
<p>There is something I´ve been working on, but it does not add up. My thought was to add extra fields in the  Tools &gt; IMM &gt; Add Term &amp; Definition</p>
<p>The idea is as follows, if it was a database on fish:<br />
Name : Salmon<br />
Definition : A fish who lives in ocean and river<br />
Family : Salmonidae<br />
Description  : Typically, salmon are anadromous: they are born in fresh water, migrate to the ocean, then return to fresh water to reproduce. </p>
<p>The example is a bit quick, but the question I would like to ask is as follows: Is there any way to make more fields in the input form and in the database?</p>
<p>That would be neat:)</p>
<p>Frank</p>
<p><cite><br />
Im no php &#8211; expert this is the error when i try to add stuff in php:<br />
Query: INSERT INTO `wp_ord_IMM-Glossary` ( `Title` , `Definition` , `Hvordan` , `Hvor` ) VALUES ( &#8216;fg&#8217; , &#8216;fg&#8217; , &#8216;fg&#8217; , &#8216;fg&#8217; )<br />
Error: Unknown column &#8216;Hvordan&#8217; in &#8216;field list&#8217;<br />
</cite></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-966</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 07 Jul 2010 23:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-966</guid>
		<description>Hi James,

Looks like you&#039;ve been busy.  I&#039;m sure you are aware that you;ll have to do some minor changes to the data selecting now that WP 3.0 has arrived.  I would like to use this plugin for my site but doesn&#039;t seem to Activate correctly.

The user ID&#039;s are a bit different with WP 3.0 and WPMU.  Just an FYI.

Damian</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Looks like you&#8217;ve been busy.  I&#8217;m sure you are aware that you;ll have to do some minor changes to the data selecting now that WP 3.0 has arrived.  I would like to use this plugin for my site but doesn&#8217;t seem to Activate correctly.</p>
<p>The user ID&#8217;s are a bit different with WP 3.0 and WPMU.  Just an FYI.</p>
<p>Damian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-489</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Thu, 27 May 2010 12:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-489</guid>
		<description>Thanks a lot for your fast answer.
I tried to change my word like you Told me and it works.
Immediatly after comes an other problem: Accents appears like &quot;?&quot; And many numbers like [[[1]]] pollute my pages.
How can i resolve it Without loosing all the terms i have put in the glossary?
I saw in mysql Database that  title and definitions were encoded in Latin and not in utf8. I guess the problem of accents Comes from Here, I&#039;m not sure .
Thank you in advance</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your fast answer.<br />
I tried to change my word like you Told me and it works.<br />
Immediatly after comes an other problem: Accents appears like &#8220;?&#8221; And many numbers like [[[1]]] pollute my pages.<br />
How can i resolve it Without loosing all the terms i have put in the glossary?<br />
I saw in mysql Database that  title and definitions were encoded in Latin and not in utf8. I guess the problem of accents Comes from Here, I&#8217;m not sure .<br />
Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-488</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 27 May 2010 09:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-488</guid>
		<description>Philippe, 
Thank you for the note on the alpha list.  I will add it to the new feature list.

It appears though, that you might be able to use the following plugin to do the same thing, but I have not tried it myself yet.

http://wordpress.org/extend/plugins/wp-snap/
http://www.nateomedia.com/wordpress/wp-snap/

Thanks,
=-)</description>
		<content:encoded><![CDATA[<p>Philippe,<br />
Thank you for the note on the alpha list.  I will add it to the new feature list.</p>
<p>It appears though, that you might be able to use the following plugin to do the same thing, but I have not tried it myself yet.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-snap/" rel="nofollow">http://wordpress.org/extend/plugins/wp-snap/</a><br />
<a href="http://www.nateomedia.com/wordpress/wp-snap/" rel="nofollow">http://www.nateomedia.com/wordpress/wp-snap/</a></p>
<p>Thanks,<br />
=-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-487</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 27 May 2010 09:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-487</guid>
		<description>G&#039;day Philippe, 
Yes, I&#039;m aware of this error and working on the update to fix it, but it is a bit of a structural one that is taking a bit of work.  it is being caused by the &#039; in your word &quot;d’enchère&quot;, if you removed it, it would then work, i.e, &quot;denchère&quot;

Working on it, please bare with me.
=-)</description>
		<content:encoded><![CDATA[<p>G&#8217;day Philippe,<br />
Yes, I&#8217;m aware of this error and working on the update to fix it, but it is a bit of a structural one that is taking a bit of work.  it is being caused by the &#8216; in your word &#8220;d’enchère&#8221;, if you removed it, it would then work, i.e, &#8220;denchère&#8221;</p>
<p>Working on it, please bare with me.<br />
=-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-486</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Thu, 27 May 2010 09:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-486</guid>
		<description>Hello,
Please, help me,
I have a big problem with this plugin.
This message appears on my site : Query: SELECT * FROM `wp_IMM-Glossary` WHERE `Title` = &#039;Tour d&#039;enchère&#039; ORDER BY `ID` ASC
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;enchère&#039; ORDER BY `ID` ASC&#039; at line 1
I tried to change words and definitions but nothing happens.
If you get a solution for that...
After research on google, it seems that i&#039;m not alone with this problem.
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Please, help me,<br />
I have a big problem with this plugin.<br />
This message appears on my site : Query: SELECT * FROM `wp_IMM-Glossary` WHERE `Title` = &#8216;Tour d&#8217;enchère&#8217; ORDER BY `ID` ASC<br />
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;enchère&#8217; ORDER BY `ID` ASC&#8217; at line 1<br />
I tried to change words and definitions but nothing happens.<br />
If you get a solution for that&#8230;<br />
After research on google, it seems that i&#8217;m not alone with this problem.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-464</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Sun, 16 May 2010 20:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-464</guid>
		<description>Thanks for your work on this plugin.
I couldn&#039;t use the IMM version with my version of Wordpress (2.9.2) or with my theme (emerald strecht), i don&#039;t know.
A question : Is it possible to put an alphabetical list on the top of glossary page like on the example of IMM http://itsvista.com/glossary/
Thanks for your answer.
Regards</description>
		<content:encoded><![CDATA[<p>Thanks for your work on this plugin.<br />
I couldn&#8217;t use the IMM version with my version of WordPress (2.9.2) or with my theme (emerald strecht), i don&#8217;t know.<br />
A question : Is it possible to put an alphabetical list on the top of glossary page like on the example of IMM <a href="http://itsvista.com/glossary/" rel="nofollow">http://itsvista.com/glossary/</a><br />
Thanks for your answer.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: washisama</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-456</link>
		<dc:creator>washisama</dc:creator>
		<pubDate>Thu, 13 May 2010 12:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-456</guid>
		<description>For the fancy popup, it&#039;s just some line code i&#039;ve added to common.js (which is attached to the mail i&#039;ve sent you) :)

Hope it will help :)

Have a nice day/night 

Thanks</description>
		<content:encoded><![CDATA[<p>For the fancy popup, it&#8217;s just some line code i&#8217;ve added to common.js (which is attached to the mail i&#8217;ve sent you) <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope it will help <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Have a nice day/night </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-455</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 12 May 2010 21:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-455</guid>
		<description>Interesting,
* I&#039;m glad the prototype library update helped.
* I have set my settings the same as yours and everything works for me.
* I have visited your page again, and I am wondering, when you hover over any hyper link, your &quot;title&quot; tags have a fancy pop up.  Is that being done by a plugin?
- if it is a plugin, can you please tell me which one so I can install it and try to find the conflict.
- or is it a feature of the theme?  If so, is the theme freely available so I could install it and check that too?

* I&#039;m receiving a couple of JavaScript errors on your site and they appear to be related to the prototype.js library, I do not have the same errors on my end.

Thanks,
=-)</description>
		<content:encoded><![CDATA[<p>Interesting,<br />
* I&#8217;m glad the prototype library update helped.<br />
* I have set my settings the same as yours and everything works for me.<br />
* I have visited your page again, and I am wondering, when you hover over any hyper link, your &#8220;title&#8221; tags have a fancy pop up.  Is that being done by a plugin?<br />
- if it is a plugin, can you please tell me which one so I can install it and try to find the conflict.<br />
- or is it a feature of the theme?  If so, is the theme freely available so I could install it and check that too?</p>
<p>* I&#8217;m receiving a couple of JavaScript errors on your site and they appear to be related to the prototype.js library, I do not have the same errors on my end.</p>
<p>Thanks,<br />
=-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: washisama</title>
		<link>http://www.jamesturner.co.nz/2010/05/02/plugin-imm-glossary-glossy-3-1/comment-page-1/#comment-452</link>
		<dc:creator>washisama</dc:creator>
		<pubDate>Wed, 12 May 2010 15:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesturner.co.nz/?p=459#comment-452</guid>
		<description>First of all thank you for the update :)
It corrected another conflict (an infobubble when mouse is over some links) but not for the Glossary, unfortunately :(

I&#039;m maybe doing something wrong on the settings ? 
Icon:No
Pop Ip:Custom Javascript &amp; DHTML
Style: Dotted
Number of ...:5
Apply to: All
Override ...:Yes
DHTML Link: Yes
WYSIWIG: Yes

Is this correct ?

:)</description>
		<content:encoded><![CDATA[<p>First of all thank you for the update <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It corrected another conflict (an infobubble when mouse is over some links) but not for the Glossary, unfortunately <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;m maybe doing something wrong on the settings ?<br />
Icon:No<br />
Pop Ip:Custom Javascript &amp; DHTML<br />
Style: Dotted<br />
Number of &#8230;:5<br />
Apply to: All<br />
Override &#8230;:Yes<br />
DHTML Link: Yes<br />
WYSIWIG: Yes</p>
<p>Is this correct ?</p>
<p> <img src='http://www.jamesturner.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

