<?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: New Parameters for mod_placehere</title>
	<atom:link href="http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/feed/" rel="self" type="application/rss+xml" />
	<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/</link>
	<description>Personal weblog of a web guy from Berlin/Germany with comments on programming, space exploration and assorted stuff.</description>
	<lastBuildDate>Tue, 27 Jul 2010 14:36:40 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-4330</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-4330</guid>
		<description>sorry, forgot to include the website! =)</description>
		<content:encoded><![CDATA[<p>sorry, forgot to include the website! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-4329</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-4329</guid>
		<description>Hi Eike, 
Thanks for a great module! I was wondering if you had any advice for linking the mod_placehere to the actual category blog layout. I have two mod_placehere modules on my front page, and have created a hidden menu linking to the category blog layout and I have also selected the &quot;Link to category&quot; option in the module manager. However, I keep getting a bad link when I select the title or &quot;read more&quot; of the module. Any suggestions? 
Thank you again!!</description>
		<content:encoded><![CDATA[<p>Hi Eike,<br />
Thanks for a great module! I was wondering if you had any advice for linking the mod_placehere to the actual category blog layout. I have two mod_placehere modules on my front page, and have created a hidden menu linking to the category blog layout and I have also selected the &#8220;Link to category&#8221; option in the module manager. However, I keep getting a bad link when I select the title or &#8220;read more&#8221; of the module. Any suggestions?<br />
Thank you again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eike</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-4283</link>
		<dc:creator>Eike</dc:creator>
		<pubDate>Mon, 04 Aug 2008 20:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-4283</guid>
		<description>Hi Gastão,

the function to calculate links in Joomla only work properly when the linked item/category/whatever is linked in a menu. So you would need to create a menu with a link to your category and leave it unpublished (this feels a bit hack-ish, but if I want to use as much original Joomla code as possible - and I do - then this is outside my control).</description>
		<content:encoded><![CDATA[<p>Hi Gastão,</p>
<p>the function to calculate links in Joomla only work properly when the linked item/category/whatever is linked in a menu. So you would need to create a menu with a link to your category and leave it unpublished (this feels a bit hack-ish, but if I want to use as much original Joomla code as possible &#8211; and I do &#8211; then this is outside my control).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gastão Brun</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-4280</link>
		<dc:creator>Gastão Brun</dc:creator>
		<pubDate>Mon, 04 Aug 2008 19:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-4280</guid>
		<description>Hello Eike, great module. 
I am having trouble with link to category when I insert type = contentitem and a comma delimited list of articles. It inserts a bad link.
When I use type = category it works fine.</description>
		<content:encoded><![CDATA[<p>Hello Eike, great module.<br />
I am having trouble with link to category when I insert type = contentitem and a comma delimited list of articles. It inserts a bad link.<br />
When I use type = category it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eike</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-3973</link>
		<dc:creator>Eike</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-3973</guid>
		<description>&gt; I hope you don’t mind me making a suggestion. 

No, not at all - I don&#039;t always have time to follow through with everything, but suggestions are always welcome.

&gt; It would be nice if you could specify that the leading article is not 
&gt; to be trimmed. 

Will do (next weekend, probably).

&gt; a feature to exclude images 

This is a bit more complicated than in the mod_contentitem (where it more or less was enough not to parse mosimage-tags), I need some clever regexp to filter out the images tags, plus this will come with a slight performance hit. I see what I can do, but the lazy solution would be to add something like 

.mod_placehere img {
 display:none;
}

to your style sheet.</description>
		<content:encoded><![CDATA[<p>> I hope you don’t mind me making a suggestion. </p>
<p>No, not at all &#8211; I don&#8217;t always have time to follow through with everything, but suggestions are always welcome.</p>
<p>> It would be nice if you could specify that the leading article is not<br />
> to be trimmed. </p>
<p>Will do (next weekend, probably).</p>
<p>> a feature to exclude images </p>
<p>This is a bit more complicated than in the mod_contentitem (where it more or less was enough not to parse mosimage-tags), I need some clever regexp to filter out the images tags, plus this will come with a slight performance hit. I see what I can do, but the lazy solution would be to add something like </p>
<p>.mod_placehere img {<br />
 display:none;<br />
}</p>
<p>to your style sheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babs</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-3972</link>
		<dc:creator>Babs</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-3972</guid>
		<description>Hi, nice module! I hope you don&#039;t mind me making a suggestion. It would be nice if you could specify that the leading article is not to be trimmed. Also, It might be useful to incorporate a feature to exclude images (like in the mod_contentitem). Thanks for writing and sharing your mods!</description>
		<content:encoded><![CDATA[<p>Hi, nice module! I hope you don&#8217;t mind me making a suggestion. It would be nice if you could specify that the leading article is not to be trimmed. Also, It might be useful to incorporate a feature to exclude images (like in the mod_contentitem). Thanks for writing and sharing your mods!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lorenzo</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-3961</link>
		<dc:creator>lorenzo</dc:creator>
		<pubDate>Wed, 23 Jul 2008 12:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-3961</guid>
		<description>thanks heike... looking forward (PS sorry for double post)</description>
		<content:encoded><![CDATA[<p>thanks heike&#8230; looking forward (PS sorry for double post)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eike</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-3956</link>
		<dc:creator>Eike</dc:creator>
		<pubDate>Wed, 23 Jul 2008 09:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-3956</guid>
		<description>Hi Lorenzo,

yes, I was lazy there.. I think I can fix this for you, but not before the next weekend.</description>
		<content:encoded><![CDATA[<p>Hi Lorenzo,</p>
<p>yes, I was lazy there.. I think I can fix this for you, but not before the next weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lorenzo</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-3955</link>
		<dc:creator>lorenzo</dc:creator>
		<pubDate>Wed, 23 Jul 2008 08:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-3955</guid>
		<description>very good module!
but i&#039;ve a problem with trim text option. since this feature doesn&#039;t take in count html it won&#039;t show pictures inside the content. and that&#039;s a thing i need (i could use read-more device, i know, but i cannot for other reasons).
thanks very much</description>
		<content:encoded><![CDATA[<p>very good module!<br />
but i&#8217;ve a problem with trim text option. since this feature doesn&#8217;t take in count html it won&#8217;t show pictures inside the content. and that&#8217;s a thing i need (i could use read-more device, i know, but i cannot for other reasons).<br />
thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minh</title>
		<link>http://diebesteallerzeiten.de/blog/2008/06/26/new-parameters-for-mod_placehere/comment-page-1/#comment-3556</link>
		<dc:creator>Minh</dc:creator>
		<pubDate>Mon, 30 Jun 2008 05:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://diebesteallerzeiten.de/blog/?p=154#comment-3556</guid>
		<description>Hi, 
sorry let me be more clear..

Based on what category (catid) you are viewing, the module load in a particular article (id-article id), Not load in content from a category or section.

I think I have the hack working working...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
sorry let me be more clear..</p>
<p>Based on what category (catid) you are viewing, the module load in a particular article (id-article id), Not load in content from a category or section.</p>
<p>I think I have the hack working working&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
