Not everyone has dezender.
Fortunately, this is no longer a problem with 2.7 :)
For the "links"...where do I put that?
I think it's just easier to change the part that does the redirect (around line 133 in index.php vshare v2.7)
Find
Replace withCode:$redirect_url = $config['baseurl'] . '/' . $user_info['user_name'];
Which will take them to the index.php page after login...Code:$redirect_url = $config['baseurl'] . '/' ;
Bookmarks