<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>
	<channel>
		<title>Google Tutor Topic: Feature Request: Name of Blog in Item Listing?</title>
		<link>http://www.googletutor.com/forums/topic/feature-request-name-of-blog-in-item-listing</link>
		<description>Google forums</description>
		<language>en-US</language>
		<pubDate>Sun, 21 Mar 2010 16:59:07 +0000</pubDate>
		<generator>bbpress 1.0-alpha-2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.googletutor.com/forums/search.php</link>
		</textInput>

		<item>
			<title>kelle on "Feature Request: Name of Blog in Item Listing?"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-name-of-blog-in-item-listing#post-243</link>
			<pubDate>Sun, 13 Dec 2009 00:21:18 +0000</pubDate>
			<dc:creator>kelle</dc:creator>
			<guid isPermaLink="false">243@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;I'm pretty sure I've figured out how to get this feature by editing the shared-items-post.php&#60;/p&#62;
&#60;p&#62;Around line 212 (just before &#60;code&#62;$new_items[] = $new_item;&#60;/code&#62;), Add this:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$rss = $item-&#38;gt;get_source();&#60;br /&#62;
$new_item['source_link'] = $rss-&#38;gt;get_permalink();&#60;br /&#62;
$new_item['source_title'] = $rss-&#38;gt;get_title();&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Also, around line 228 (within the &#60;code&#62;foreach ($new_items as $item) &#60;/code&#62; loop), add this:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$import = str_replace('%SOURCE%', $item[&#34;source_title&#34;], $import);&#60;br /&#62;
$import = str_replace('%SOURCELINK%', $item[&#34;source_link&#34;], $import);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And now %SOURCE% and %SOURCELINK% work just like %TITLE% and %LINK% in the plugin options page in WordPress. &#60;/p&#62;
&#60;p&#62;I just played around until I got this to work...use at your own risk.  I used this page for reference: &#60;a href=&#34;http://simplepie.org/wiki/tutorial/how_to_display_previous_feed_items_like_google_reader&#34; rel=&#34;nofollow&#34;&#62;http://simplepie.org/wiki/tutorial/how_to_display_previous_feed_items_like_google_reader&#60;/a&#62;&#60;br /&#62;
In that example, the relevant variable is called &#60;code&#62;$feed&#60;/code&#62; instead of &#60;code&#62;$rss&#60;/code&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tigtog on "Feature Request: Name of Blog in Item Listing?"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-name-of-blog-in-item-listing/page/7#post-197</link>
			<pubDate>Sun, 08 Mar 2009 21:04:23 +0000</pubDate>
			<dc:creator>tigtog</dc:creator>
			<guid isPermaLink="false">197@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;I would like to feature the name of the Blog that the shared item comes from, but I can't see a tag for that?  Author name for group blogs would be good too.&#60;/p&#62;
&#60;p&#62;Am I missing something obvious?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
