<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Redirecting New Joomla Users On First Visit</title>
		<description>Discuss Redirecting New Joomla Users On First Visit</description>
		<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit</link>
		<lastBuildDate>Mon, 06 Feb 2012 17:17:41 --500</lastBuildDate>
		<generator>JComments</generator>
		<atom:link href="http://betweenbrain.com/index.php?option=com_jcomments&amp;task=rss&amp;object_id=37&amp;object_group=com_content&amp;limit=10&amp;format=raw" rel="self" type="application/rss+xml" />
		<item>
			<title>Matt Thomas says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-65</link>
			<description><![CDATA[In the code I posted, try replacing with: Best, Matt]]></description>
			<dc:creator>Matt Thomas</dc:creator>
			<pubDate>Mon, 19 Sep 2011 10:06:29 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-65</guid>
		</item>
		<item>
			<title>Josh says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-64</link>
			<description><![CDATA[Just did the following: 1. Changed all plugin orders so that redirect plugin was the only one on order 1. Everything else was 2, 3, etc. 2. Disabled all plugins related to OSE Member Control. Also disabled System - Legacy. 3. Disabled OSE Member Login Module. Enabled standard Joomla login module. 4. Cleared cache. Still no returned output :(]]></description>
			<dc:creator>Josh</dc:creator>
			<pubDate>Mon, 19 Sep 2011 09:25:49 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-64</guid>
		</item>
		<item>
			<title>Matt Thomas says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-63</link>
			<description><![CDATA[ Other plugins can be acting on that event, however if they prevent the redirect plugin from firing before the user last login date is set, the redirect plugin won't fire. Have you tried changing the order of the redirect plugin so that it is the first user plugin?]]></description>
			<dc:creator>Matt Thomas</dc:creator>
			<pubDate>Mon, 19 Sep 2011 08:21:31 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-63</guid>
		</item>
		<item>
			<title>Josh says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-62</link>
			<description><![CDATA[I tried using the debug you posted. One thing I noticed though was that your example did not have an opening "" tag. Not sure if that matters. Regardless, I replaced the code in redirectfirstlo gin.php with what you provided and I did *not* receive the echo on the screen. Any ideas where to go from here? Should anything else be calling "onLoginUser" besides the redirect plugin? If not, I can do a text search on all of the files in my install to see if that's the case.]]></description>
			<dc:creator>Josh</dc:creator>
			<pubDate>Fri, 16 Sep 2011 07:21:41 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-62</guid>
		</item>
		<item>
			<title>Matt Thomas says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-61</link>
			<description><![CDATA[Hi Josh, Normally the way I debug it is to put an echo state and then a die statement in the plugin to see if is being fired on that system event. That might be a good place to start. Once installed, you can change plugins/user/redirectfirtlog in.php to I just tested that in a fresh install of 1.5 and it seems to work fine. Hope that helps! Matt]]></description>
			<dc:creator>Matt Thomas</dc:creator>
			<pubDate>Thu, 15 Sep 2011 20:26:47 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-61</guid>
		</item>
		<item>
			<title>Josh says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-60</link>
			<description><![CDATA[Matt, I appreciate the quick reply! I have checked the last login and verified it is indeed updating. It also is set to all zeroes on account creation. Just for kicks, I disabled all OSE components and reverted back to the Joomla login component (OSE uses its own). Still no luck. Any way we can debug?]]></description>
			<dc:creator>Josh</dc:creator>
			<pubDate>Thu, 15 Sep 2011 08:31:45 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-60</guid>
		</item>
		<item>
			<title>Matt Thomas says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-57</link>
			<description><![CDATA[Hi Josh, My guess would be that the OSE Login Module is hijacking the onLoginUser event, which is the same event that this plugin uses. Does this plugin work fine without the OSE Login Module? Also, does the lastloginDate entry ever get updated after the user logs in? Best, Matt]]></description>
			<dc:creator>Matt Thomas</dc:creator>
			<pubDate>Wed, 14 Sep 2011 19:11:33 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-57</guid>
		</item>
		<item>
			<title>Josh says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-54</link>
			<description><![CDATA[Hello, I am trying to get this working on my Joomla 1.5.22 installation. I am using OSE Login Module but am not sure if that is affecting this. I have installed plugin and verified it is enabled as well as changed default redirect location. I setup a test account and have verified the lastloginDate DB entry is set properly: UPDATE `joomla`.`jos_users` SET `lastvisitDate` = '0000-00-00 00:00:00' WHERE `jos_users`.`id` =160; Still, nothing happens when I login. Any ideas?]]></description>
			<dc:creator>Josh</dc:creator>
			<pubDate>Wed, 14 Sep 2011 15:44:29 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-54</guid>
		</item>
		<item>
			<title>Matt Thomas says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-22</link>
			<description><![CDATA[Hi Marinos, Thanks for the feedback. Unfortunately, registering and logging in are two separate issues when it comes to Joomla. This plugin redirects after they are logged in, which does not happen automatically with Joomla's default registration process. If you want a seamless registration process that also logs in the user immediately after they register and then are redirected to a specific page, you need to look a third-party registration component like ccUsers: http://extensions.joomla.org/extensions/communities-a-groupware/user-management/11225 for the registration portion and this plugin to redirect their first visit. Best, Matt]]></description>
			<dc:creator>Matt Thomas</dc:creator>
			<pubDate>Sun, 03 Oct 2010 09:17:10 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-22</guid>
		</item>
		<item>
			<title>marinos says:</title>
			<link>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-21</link>
			<description><![CDATA[I installed this in the hope a new user will be immediately logged in on registration. I still got the 'you may now login' message on creating new user. joomla 1.5.20 sorry guys it did not work for me]]></description>
			<dc:creator>marinos</dc:creator>
			<pubDate>Sat, 02 Oct 2010 23:40:57 --500</pubDate>
			<guid>http://betweenbrain.com/redirecting-new-joomla-users-on-first-visit#comment-21</guid>
		</item>
	</channel>
</rss>

