Welcome Guest, Not a member yet? Register   Sign In
Freakauth_light and Modular Extensions
#1

[eluser]wiredesignz[/eluser]
I have successfully installed Freakauth_light with ME5.1 (Should be the same with ME4.2)

Note: No allowance has been made for installing the freakauth example files.

Copy all freakauth files except controllers into their respective applicaton/directories.

Move models in FreakAuth_light subdirectory up one level into models directory.

Create a freakauth module, add all of the controllers to freakauth/controllers/, the admin subdirectory is no longer used.

Configure routes:
Code:
$route['auth(.*)'] = 'freakauth/auth$1';
$route['admin'] = 'freakauth/adminhome';
$route['admin/(.*)'] = 'freakauth/$1';

$route['installer'] = 'freakauth/installer';

Autoload freakauth dependencies:
Code:
$autoload['libraries'] = array('database', 'validation', 'fal_validation', 'freakauth_light');

$autoload['helper'] = array('url', 'form', 'array', 'freakauth_light', 'html');

$autoload['config'] = array('freakauth_light');

I think thats about all there is to do, if I have missed something or you have other issues please let me know.


Messages In This Thread
Freakauth_light and Modular Extensions - by El Forum - 09-22-2008, 09:28 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 06:37 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 07:13 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 07:47 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 08:28 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 08:45 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 09:27 PM
Freakauth_light and Modular Extensions - by El Forum - 10-02-2008, 12:49 PM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 10:14 AM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 11:06 AM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 12:47 PM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 12:55 PM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 11:32 PM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 01:09 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 03:51 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 05:26 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 08:13 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 08:43 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 09:49 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 10:45 AM
Freakauth_light and Modular Extensions - by El Forum - 05-10-2009, 11:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB