<?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: AWSOM News Announcement 1.5.1 now available</title>
	<atom:link href="http://www.awsom.org/2009/awsom-news-announcement-151-now-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/</link>
	<description>Get your website up and running in an AWSOM fashion</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:26:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick Nielsen</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24503</link>
		<dc:creator>Nick Nielsen</dc:creator>
		<pubDate>Wed, 15 Jul 2009 23:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24503</guid>
		<description>A further update - if you enable php this filter hack doesn&#039;t work any more - and there I am lost - actually it doesn&#039;t matter, I did a quick brush up on relative links and permalinks (which is all I wanted the php for) and disabled it again. But I cannot work out where to put the filter on the output if php is enabled in the news posts.

Anyway it is doing just what I wanted - thanks !</description>
		<content:encoded><![CDATA[<p>A further update &#8211; if you enable php this filter hack doesn&#8217;t work any more &#8211; and there I am lost &#8211; actually it doesn&#8217;t matter, I did a quick brush up on relative links and permalinks (which is all I wanted the php for) and disabled it again. But I cannot work out where to put the filter on the output if php is enabled in the news posts.</p>
<p>Anyway it is doing just what I wanted &#8211; thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harknell</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24501</link>
		<dc:creator>harknell</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24501</guid>
		<description>BTW, thank you for the tip on multi-language support. I&#039;ll try to see if I can add that in somehow in the future. For the moment hopefully people can follow your advice if they need to add it in.</description>
		<content:encoded><![CDATA[<p>BTW, thank you for the tip on multi-language support. I&#8217;ll try to see if I can add that in somehow in the future. For the moment hopefully people can follow your advice if they need to add it in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harknell</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24500</link>
		<dc:creator>harknell</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24500</guid>
		<description>Actually, the duplicate tinyMCE is on purpose. If you notice the one in my plugin has more features enabled and also has specific Safari browser support built in. Also, I used to actually use the built in one, but WordPress did something and broke compatibility so it wouldn&#039;t work anymore. Mine only launches when you load the news plugin admin page so it doesn&#039;t actually add any overhead generally.</description>
		<content:encoded><![CDATA[<p>Actually, the duplicate tinyMCE is on purpose. If you notice the one in my plugin has more features enabled and also has specific Safari browser support built in. Also, I used to actually use the built in one, but WordPress did something and broke compatibility so it wouldn&#8217;t work anymore. Mine only launches when you load the news plugin admin page so it doesn&#8217;t actually add any overhead generally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Nielsen</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24496</link>
		<dc:creator>Nick Nielsen</dc:creator>
		<pubDate>Wed, 15 Jul 2009 12:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24496</guid>
		<description>A tiny thought -
Is there any way of pointing Awsom News to the TinyMce that is already in the WP package ?
It seems kind of strange having 2 (quite weighty) instances of the same code on the same server...</description>
		<content:encoded><![CDATA[<p>A tiny thought -<br />
Is there any way of pointing Awsom News to the TinyMce that is already in the WP package ?<br />
It seems kind of strange having 2 (quite weighty) instances of the same code on the same server&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Nielsen</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24495</link>
		<dc:creator>Nick Nielsen</dc:creator>
		<pubDate>Wed, 15 Jul 2009 10:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24495</guid>
		<description>Thanks for a quick reply !

I was using an example from the changes I had to make for NextGen. The problem was how to get News Announcement to output in one of the two languages, but not both ! (Bilingual plugins work by putting each language input between tags and then filtering them)

Actually I found it for myself which never fails to surprise me ! I got there by looking for instances of HTML which resembles the output in Firebug...

Line 151 of your code needs to look like this for lang switcher (or lang switch, I&#039;m never sure of the name) to work:

echo apply_filters(&#039;the_title&#039;,$displaynewspost);

the terms vary a little from one multilanguage plugin to another and I&#039;m not sure of the compatibility between them, but this may help other users in a similar predicament

I also did the same with line 273, but it doesn&#039;t appear to have much effect</description>
		<content:encoded><![CDATA[<p>Thanks for a quick reply !</p>
<p>I was using an example from the changes I had to make for NextGen. The problem was how to get News Announcement to output in one of the two languages, but not both ! (Bilingual plugins work by putting each language input between tags and then filtering them)</p>
<p>Actually I found it for myself which never fails to surprise me ! I got there by looking for instances of HTML which resembles the output in Firebug&#8230;</p>
<p>Line 151 of your code needs to look like this for lang switcher (or lang switch, I&#8217;m never sure of the name) to work:</p>
<p>echo apply_filters(&#8216;the_title&#8217;,$displaynewspost);</p>
<p>the terms vary a little from one multilanguage plugin to another and I&#8217;m not sure of the compatibility between them, but this may help other users in a similar predicament</p>
<p>I also did the same with line 273, but it doesn&#8217;t appear to have much effect</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harknell</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24491</link>
		<dc:creator>harknell</dc:creator>
		<pubDate>Wed, 15 Jul 2009 01:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24491</guid>
		<description>Hi Nick,
I&#039;m not sure exactly what you are looking for. Do you need help with NextGen Gallery? Or is this related to AWSOM News Announcement?</description>
		<content:encoded><![CDATA[<p>Hi Nick,<br />
I&#8217;m not sure exactly what you are looking for. Do you need help with NextGen Gallery? Or is this related to AWSOM News Announcement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Nielsen</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24490</link>
		<dc:creator>Nick Nielsen</dc:creator>
		<pubDate>Wed, 15 Jul 2009 00:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24490</guid>
		<description>A very nice plugin which I will use in my new theme. 
I do have one problem, however: my site is trying to be bilingual and for this I use a plugin called langswitcher
I need to find where in the code of your plugin to place a php phrase such as this :&quot;echo apply_filters(&#039;the_title&#039;,$image-&gt;alttext)&quot; - this is to get NextGen gallery into bilingualism - I think the first variable is a langswitcher variable, the second is the data to be output.

Please help, so I can get the whole thing on line !</description>
		<content:encoded><![CDATA[<p>A very nice plugin which I will use in my new theme.<br />
I do have one problem, however: my site is trying to be bilingual and for this I use a plugin called langswitcher<br />
I need to find where in the code of your plugin to place a php phrase such as this :&#8221;echo apply_filters(&#8216;the_title&#8217;,$image-&gt;alttext)&#8221; &#8211; this is to get NextGen gallery into bilingualism &#8211; I think the first variable is a langswitcher variable, the second is the data to be output.</p>
<p>Please help, so I can get the whole thing on line !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24382</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Mon, 29 Jun 2009 10:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24382</guid>
		<description>Disregard my request, my system was hosed somewhat, now working right. :)  Thanks!!

Don</description>
		<content:encoded><![CDATA[<p>Disregard my request, my system was hosed somewhat, now working right. :)  Thanks!!</p>
<p>Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-24376</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Mon, 29 Jun 2009 00:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-24376</guid>
		<description>Great plug in, but it doesn&#039;t work with 2.8 now.  Any chance you can bump this up in your priority list and get a fix in for it?

Hope so!!

Don</description>
		<content:encoded><![CDATA[<p>Great plug in, but it doesn&#8217;t work with 2.8 now.  Any chance you can bump this up in your priority list and get a fix in for it?</p>
<p>Hope so!!</p>
<p>Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harknell</title>
		<link>http://www.awsom.org/2009/awsom-news-announcement-151-now-available/comment-page-1/#comment-23025</link>
		<dc:creator>harknell</dc:creator>
		<pubDate>Tue, 03 Mar 2009 16:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.awsom.org/?p=382#comment-23025</guid>
		<description>Hi Jesslyn,
First for the News Plugin:
To disable display of news simply turn each news post from active to &quot;no&quot; (go and click the edit link next to the news post from the admin page, or click the &quot;edit this news post&quot; link while logged in and viewing the page). This will then no longer display the news post, and the news area will collapse and not be displayed. 

For the Archive plugin:
I&#039;ve been thinking about making some updates to the plugin, so I might be able to add in a widget version....however, there are other widget versions of archives that work sort of like mine, but just as a widget. I made the plugin to allow this to be done anywhere. While I&#039;d love you to use my plugin, you might want to see if there&#039;s a current widget version of an archive that you can use for now.</description>
		<content:encoded><![CDATA[<p>Hi Jesslyn,<br />
First for the News Plugin:<br />
To disable display of news simply turn each news post from active to &#8220;no&#8221; (go and click the edit link next to the news post from the admin page, or click the &#8220;edit this news post&#8221; link while logged in and viewing the page). This will then no longer display the news post, and the news area will collapse and not be displayed. </p>
<p>For the Archive plugin:<br />
I&#8217;ve been thinking about making some updates to the plugin, so I might be able to add in a widget version&#8230;.however, there are other widget versions of archives that work sort of like mine, but just as a widget. I made the plugin to allow this to be done anywhere. While I&#8217;d love you to use my plugin, you might want to see if there&#8217;s a current widget version of an archive that you can use for now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
