Welcome Guest, Not a member yet? Register   Sign In
Has annyoing sucessully intergarted CI with vanilla?
#11

[eluser]Devon Lambert[/eluser]
Sorry for reviving this post, but I too seemed to have hit a wall with the forum integration.

I follow your directions to a T Grahack, but I lose you on the visual stuff?

I am also getting the below error:

Code:
Call to undefined method Authenticator::Authenticate() in /path/to/install/forum/library/People/People.Class.UserManager.php on line 1086

Any ideas what I might be doing wrong?
#12

[eluser]Grahack[/eluser]
That's because my plan is not to use the Vanilla auth form that calls this function.

In fact it's not clear on my wiki page but what I did was:
1) disable the Vanilla form (just delete the link 'login' in the templates)
2) if Vanilla complains that the user is not authenticated, we must go to FAL's form:
Code:
$Configuration['SAFE_REDIRECT'] = '../index.php/auth/';

But if you have time, I'd be happy if you could implement this Authenticate() function.

Wink
#13

[eluser]Devon Lambert[/eluser]
ohhhh ok.

Sounds good. I'll give this a go when I return home.

Thanks Grahack.




Theme © iAndrew 2016 - Forum software by © MyBB