<?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: WordPress plugin for splash screen</title>
	<atom:link href="http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/</link>
	<description>gadgets, poker, internet, sushi</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:17:19 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: admin</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-12852</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-12852</guid>
		<description>Take a look at the new version at:
http://cochinoman.com/2009/12/04/splashscreen-wordpress-plugin-version-030/

Hopefully, that&#039;s what you are asking for.</description>
		<content:encoded><![CDATA[<p>Take a look at the new version at:<br />
<a href="http://cochinoman.com/2009/12/04/splashscreen-wordpress-plugin-version-030/" rel="nofollow">http://cochinoman.com/2009/12/04/splashscreen-wordpress-plugin-version-030/</a></p>
<p>Hopefully, that&#039;s what you are asking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magnus</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-12851</link>
		<dc:creator>magnus</dc:creator>
		<pubDate>Tue, 13 Jul 2010 14:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-12851</guid>
		<description>I guess i should put in here somewhere?

	function display_splash() {
		global $splash;
		
		$splash-&gt;getSettings();

		if (($splash-&gt;allSettings[&#039;splashscreen_enable&#039;]) &amp;&amp; (!is_admin()) &amp;&amp; (!$splash-&gt;is_excluded_url()) &amp;&amp; (!isset($_COOKIE[&quot;splash&quot;]))) {
			// display the splash screen
			$dir = dirname(__FILE__) . &#039;/&#039;;
			@include_once($dir . $splash-&gt;allSettings[&#039;splashscreen_type&#039;]);
			exit();
		}
	}



I have a function to call like

if (in_array($_SERVER[&quot;HTTP_USER_AGENT&quot;], $bot)
no splash screen
else 
show splashscreen


and no i havent figure out how to code addons to WP yet...</description>
		<content:encoded><![CDATA[<p>I guess i should put in here somewhere?</p>
<p>	function display_splash() {<br />
		global $splash;</p>
<p>		$splash-&gt;getSettings();</p>
<p>		if (($splash-&gt;allSettings[&#039;splashscreen_enable&#039;]) &amp;&amp; (!is_admin()) &amp;&amp; (!$splash-&gt;is_excluded_url()) &amp;&amp; (!isset($_COOKIE[&quot;splash&quot;]))) {<br />
			// display the splash screen<br />
			$dir = dirname(__FILE__) . &#039;/&#039;;<br />
			@include_once($dir . $splash-&gt;allSettings[&#039;splashscreen_type&#039;]);<br />
			exit();<br />
		}<br />
	}</p>
<p>I have a function to call like</p>
<p>if (in_array($_SERVER[&quot;HTTP_USER_AGENT&quot;], $bot)<br />
no splash screen<br />
else<br />
show splashscreen</p>
<p>and no i havent figure out how to code addons to WP yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magnus</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-12850</link>
		<dc:creator>magnus</dc:creator>
		<pubDate>Tue, 13 Jul 2010 14:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-12850</guid>
		<description>thanks would be great if you could ad a list of ip and urls that i aint showing (like search engings) i have a (i think) complete list of that ip and stuff if you want it for a future version just send me a mail.

i also would like to have the centerthing like 400x400 solid but rest of it 75% transparant black so i still can see &quot;a faded&quot; version of the site in background..


thanks
i dont even know if you see this on this inactive(?) addon, but i hope u do :)</description>
		<content:encoded><![CDATA[<p>thanks would be great if you could ad a list of ip and urls that i aint showing (like search engings) i have a (i think) complete list of that ip and stuff if you want it for a future version just send me a mail.</p>
<p>i also would like to have the centerthing like 400&#215;400 solid but rest of it 75% transparant black so i still can see &quot;a faded&quot; version of the site in background..</p>
<p>thanks<br />
i dont even know if you see this on this inactive(?) addon, but i hope u do <img src='http://cochinoman.com/wp-includes/images/smilies/smiley.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-12833</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 Jul 2010 11:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-12833</guid>
		<description>It&#039;s either another plugin that is caching the page or the user&#039;s local browser cache. My guess is the former.</description>
		<content:encoded><![CDATA[<p>It&#039;s either another plugin that is caching the page or the user&#039;s local browser cache. My guess is the former.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryne</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-12831</link>
		<dc:creator>ryne</dc:creator>
		<pubDate>Tue, 06 Jul 2010 00:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-12831</guid>
		<description>I like this plug-in but wanted to remove it for personal reasons. I had deactivated this plug in but it is still showing to viewers on my site. Any tips how to remove this? I have already deleted this out of the plugin folder.</description>
		<content:encoded><![CDATA[<p>I like this plug-in but wanted to remove it for personal reasons. I had deactivated this plug in but it is still showing to viewers on my site. Any tips how to remove this? I have already deleted this out of the plugin folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cochinoman</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-9634</link>
		<dc:creator>cochinoman</dc:creator>
		<pubDate>Wed, 19 May 2010 08:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-9634</guid>
		<description>The instructions are right on this posting. Look under &quot;To Customize&quot; and you will see the code.</description>
		<content:encoded><![CDATA[<p>The instructions are right on this posting. Look under &quot;To Customize&quot; and you will see the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yazid</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-9619</link>
		<dc:creator>Yazid</dc:creator>
		<pubDate>Wed, 19 May 2010 04:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-9619</guid>
		<description>How to make the web display the always splashscreen when opening the same web in a new tab or re-visit the site after closing the tab?</description>
		<content:encoded><![CDATA[<p>How to make the web display the always splashscreen when opening the same web in a new tab or re-visit the site after closing the tab?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cochinoman</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-7729</link>
		<dc:creator>cochinoman</dc:creator>
		<pubDate>Wed, 31 Mar 2010 08:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-7729</guid>
		<description>You need to do exactly the same thing as the guy who posted right before your post. Use:
window.setTimeout(&quot;setsplash()&quot;, 5000);
to set the cookie AFTER the splash page has been shown.  This delay is needed because if you set the cookie too soon, the splash page will not appear at all.
Then your META html code in your comment will wait a few seconds, then refresh the screen. Since the cookie is now set, the splash screen will NOT appear.

Make sure that the time in the META is LONGER than the time in the setTimeout. 5000 = 5 seconds, so the META code should be &quot;6&quot; or to be safe, more like &quot;10&quot;.</description>
		<content:encoded><![CDATA[<p>You need to do exactly the same thing as the guy who posted right before your post. Use:<br />
window.setTimeout(&quot;setsplash()&quot;, 5000);<br />
to set the cookie AFTER the splash page has been shown.  This delay is needed because if you set the cookie too soon, the splash page will not appear at all.<br />
Then your META html code in your comment will wait a few seconds, then refresh the screen. Since the cookie is now set, the splash screen will NOT appear.</p>
<p>Make sure that the time in the META is LONGER than the time in the setTimeout. 5000 = 5 seconds, so the META code should be &quot;6&quot; or to be safe, more like &quot;10&quot;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cochinoman</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-7727</link>
		<dc:creator>cochinoman</dc:creator>
		<pubDate>Wed, 31 Mar 2010 07:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-7727</guid>
		<description>It should work with IE. What version and platform are you using?</description>
		<content:encoded><![CDATA[<p>It should work with IE. What version and platform are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabio</title>
		<link>http://cochinoman.com/2009/02/16/wordpress-plugin-for-splash-screen/comment-page-2/#comment-7714</link>
		<dc:creator>fabio</dc:creator>
		<pubDate>Wed, 31 Mar 2010 01:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://cochinoman.com/?p=1233#comment-7714</guid>
		<description>does not work with IE?</description>
		<content:encoded><![CDATA[<p>does not work with IE?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
