<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Redirect non logged in users</title>
		<link>http://www.kriesi.at/support/topic/redirect-non-logged-in-users</link>
		<description>Support Forum - Topic: Redirect non logged in users</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 05:32:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/redirect-non-logged-in-users" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Redirect non logged in users"</title>
			<link>http://www.kriesi.at/support/topic/redirect-non-logged-in-users#post-95435</link>
			<pubDate>Wed, 06 Feb 2013 12:43:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you typically used it in the header than the header.php. If you are unsure, just go with a plugin that will handle it without issue and not cause any issues with a live site.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dlibert on "Redirect non logged in users"</title>
			<link>http://www.kriesi.at/support/topic/redirect-non-logged-in-users#post-95277</link>
			<pubDate>Tue, 05 Feb 2013 14:56:33 +0000</pubDate>
			<dc:creator>dlibert</dc:creator>
			<guid isPermaLink="false">95277@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So I should put it in the index.php before the frontpage check and not in the header? I'd experiment with it right now but the site is live and I have a 301 redirect in place.&#60;/p&#62;
&#60;p&#62;Put it in it's own &#38;lt;?php block or right before &#34;do_action('avia_action_frontpage_check');&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Redirect non logged in users"</title>
			<link>http://www.kriesi.at/support/topic/redirect-non-logged-in-users#post-95069</link>
			<pubDate>Mon, 04 Feb 2013 17:18:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95069@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dlibert,&#60;/p&#62;
&#60;p&#62;Try using an absolute url for the redirect. It should run before the avia frontpage check and work.&#60;/p&#62;
&#60;p&#62;You can also use the wordpress maintenance mode and then create a maintenance.php file or any of the plugins that have dashboard widgets and backend functions to cover that as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dlibert on "Redirect non logged in users"</title>
			<link>http://www.kriesi.at/support/topic/redirect-non-logged-in-users#post-94964</link>
			<pubDate>Mon, 04 Feb 2013 11:24:12 +0000</pubDate>
			<dc:creator>dlibert</dc:creator>
			<guid isPermaLink="false">94964@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I usually use a redirect in my header to redirect the home to a landing page during site dev but it's not working in choices.&#60;br /&#62;
if( !is_user_logged_in() ) {&#60;br /&#62;
	wp_redirect('coming-soon');&#60;br /&#62;
	exit;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I get the redirect but the page is blank. Is there a better place to put this while I'm building the site? Is it because of the redirect in the avia_default_dynamics function?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
