My b2evolution Version: 1.10.x
(common - someone must know the post-login function and where to find it. That's all I need to write the mod myself.)
I'd like to redirect blog owners to their own blogspace when they login.
I've narrowed it down to modifying:
\htsrv\login.php
and/or
\inc\MODEL\users\_user.funcs.php
Seems that if you could pull the user-id, you could dynamically write the $redirect_to variable to send them to their blog.
I haven't found any clear directions/hacks to do this. Any tips?
Find /inc/_main.inc.php, and add the REDIRECT HACK snippet. This will redirect the user to their own blogspace (www.site.com/joe). This assumes you're using the mod_rewrite function.