Recent Topics

1 Feb 10, 2009 16:16    

My b2evolution Version: Not Entered

Hello, I have a site where users are authenticated through an authentication made by my internal script.
I did the scripts that create for each user his blog automatically.
I have difficulties to create a php script to automatically log in into b2evolution without requiring again username and password the user
logged on.

Could you help me please? Maybe with a little snipped?
Thanks to all

2 Feb 10, 2009 16:42

there's a hook for "AlternateAuthentication()" ( or summat like that ), you should be able to use that ;)

¥

3 Feb 10, 2009 17:00

Thanks for your reply..
Sorry, but there is a plugin that i must use or i must extends the class Plugin?

4 Feb 10, 2009 17:03

You need to create a plugin ( they all extend the plugin class, that's how they work ). There's probably a manual page with all the hooks on, but I normally meander through /inc/plugins/model/_plugins_admin.class.php ( line 52 onwards ) to see what's what ;)

¥


Form is loading...