<?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: Drupal &#8211; Replace node link text with image on view</title>
	<atom:link href="http://www.rtraction.com/blog/devit/drupal-replace-node-link-text-with-image-on-view.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rtraction.com/blog/devit/drupal-replace-node-link-text-with-image-on-view.html</link>
	<description>rtraction blog - Web Design, Web Development and Strategic Consulting</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:36:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kathryn Laan</title>
		<link>http://www.rtraction.com/blog/devit/drupal-replace-node-link-text-with-image-on-view.html/comment-page-1#comment-49073</link>
		<dc:creator>Kathryn Laan</dc:creator>
		<pubDate>Sat, 21 Aug 2010 21:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rtraction.com/blog/?p=113#comment-49073</guid>
		<description>Thank you so much for posting this code. It helped me out a lot. I don&#039;t have the $field_text in my image name, so this version of the above code worked for me:

$field_text = $field-&gt;options[&#039;text&#039;];

$image_file = &#039;/images/readmore-button.gif&#039;;

$field_image = &#039;&#039;;

$new_output = str_replace($field_text, $field_image, $output);

print $new_output;</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this code. It helped me out a lot. I don&#8217;t have the $field_text in my image name, so this version of the above code worked for me:</p>
<p>$field_text = $field-&gt;options['text'];</p>
<p>$image_file = &#8216;/images/readmore-button.gif&#8217;;</p>
<p>$field_image = &#8221;;</p>
<p>$new_output = str_replace($field_text, $field_image, $output);</p>
<p>print $new_output;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Olivey</title>
		<link>http://www.rtraction.com/blog/devit/drupal-replace-node-link-text-with-image-on-view.html/comment-page-1#comment-27619</link>
		<dc:creator>Richard Olivey</dc:creator>
		<pubDate>Fri, 07 Aug 2009 11:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rtraction.com/blog/?p=113#comment-27619</guid>
		<description>Many thanks, gotta love Google. Saved me many hours working this out.</description>
		<content:encoded><![CDATA[<p>Many thanks, gotta love Google. Saved me many hours working this out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
