Redirecting New Joomla Users On First Visit
Last Updated on Monday, 24 May 2010 08:48
While fine-tuning the user flow of our [under development] Joomla Engineering website, we needed a way to redirect new users to a designated page immediately upon registering (we're not using the activation email feature). To accomplish that, we engineered a system plugin to do so. It checks whether or not the user's lastvisitDate is "0000-00-00 00:00:00", and if it is, it sets the date to the current time and sends them to the designated page.
Sound like something that would be useful to you? If so, download the Redirect First Login plugin version 1.5.1.