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
Code:
$redirect_url = $config['baseurl'] . '/' . $user_info['user_name'];
Replace with

Code:
 $redirect_url = $config['baseurl'] . '/' ;
Which will take them to the index.php page after login...