<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Imdb</title>
		<link>http://www.themolitor.com/forums/topic/imdb-1</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Imdb</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:14:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/imdb-1" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Imdb"</title>
			<link>http://www.themolitor.com/forums/topic/imdb-1#post-39353</link>
			<pubDate>Tue, 07 Jun 2016 12:53:15 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39353@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)
</p></description>
		</item>
		<item>
			<title>Cathrine on "Imdb"</title>
			<link>http://www.themolitor.com/forums/topic/imdb-1#post-39351</link>
			<pubDate>Tue, 07 Jun 2016 12:42:12 +0000</pubDate>
			<dc:creator>Cathrine</dc:creator>
			<guid isPermaLink="false">39351@http://www.themolitor.com/forums/</guid>
			<description><p>Nice, I will try and put a link in there :-) Thank you!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Imdb"</title>
			<link>http://www.themolitor.com/forums/topic/imdb-1#post-39346</link>
			<pubDate>Tue, 07 Jun 2016 12:09:19 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39346@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The social icons are generated using <a href="http://fontawesome.io/icons/">Font Awesome</a>. Currently they don't have an IMDB icon, but if you want to add your own, they are all located in header.php on lines 174-196...</p>
<pre><code>&#60;!--SEARCH/RSS/SOCIAL ICONS--&#62;
&#60;div id=&#34;social-icons&#34;&#62;
	&#60;?php if($displaySearch == 1){ ?&#62;
		&#60;a id=&#34;link-search&#34; rel=&#34;search&#34; data-title=&#34;Search&#34; href=&#34;#&#34;&#62;&#60;i class=&#34;fa fa-search&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($displayRss == 1){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-rss&#34; data-title=&#34;RSS&#34; href=&#34;&#60;?php bloginfo(&#039;rss2_url&#039;); ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-rss&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($facebookLink != &#039;&#039;){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-facebook&#34; data-title=&#34;Facebook&#34; href=&#34;&#60;?php echo $facebookLink; ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-facebook&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($twitterLink != &#039;&#039;){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-twitter&#34; data-title=&#34;Twitter&#34; href=&#34;&#60;?php echo $twitterLink; ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-twitter&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($youtubeLink != &#039;&#039;){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-youtube&#34; data-title=&#34;YouTube&#34; href=&#34;&#60;?php echo $youtubeLink; ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-youtube-play&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($vimeoLink != &#039;&#039;){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-vimeo&#34; data-title=&#34;Vimeo&#34; href=&#34;&#60;?php echo $vimeoLink; ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-vimeo-square&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($instagramLink != &#039;&#039;){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-instagram&#34; data-title=&#34;Instagram&#34; href=&#34;&#60;?php echo $instagramLink; ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-instagram&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($googleLink != &#039;&#039;){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-google-plus&#34; data-title=&#34;Google+&#34; href=&#34;&#60;?php echo $googleLink; ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-google-plus&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($tumblrLink != &#039;&#039;){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-tumblr&#34; data-title=&#34;Tumblr&#34; href=&#34;&#60;?php echo $tumblrLink; ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-tumblr&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php }
	if($flikrLink != &#039;&#039;){ ?&#62;
		&#60;a target=&#34;_blank&#34; id=&#34;link-flickr&#34; data-title=&#34;Flickr&#34; href=&#34;&#60;?php echo $flikrLink; ?&#62;&#34;&#62;&#60;i class=&#34;fa fa-flickr&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php } ?&#62;
&#60;/div&#62;</code></pre>
<p>I really appreciate the nice remarks and I'm glad you're enjoying the theme. Since I'm selling this on my own site, I posted a thread for users to provide feedback: <a href="http://www.themolitor.com/forums/topic/reviews-for-vysualize" rel="nofollow">http://www.themolitor.com/forums/topic/reviews-for-vysualize</a></p>
<p>Thanks!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Cathrine on "Imdb"</title>
			<link>http://www.themolitor.com/forums/topic/imdb-1#post-39339</link>
			<pubDate>Mon, 06 Jun 2016 21:50:25 +0000</pubDate>
			<dc:creator>Cathrine</dc:creator>
			<guid isPermaLink="false">39339@http://www.themolitor.com/forums/</guid>
			<description><p>I was just thinking. Since this theme is designed for movie web pages. Is it possible to have a link to the movies IMDB-site amongst social and search section? I can put a link somewhere myself but it would be a really nice feature to have it right there under the menu. :-)</p>
<p>Love the theme by the way. Can I rate it somewhere?
</p></description>
		</item>

	</channel>
</rss>
