Quote:
Originally posted by D-Con
hmm.. i'm still having a problem with this.. everytime i click on the @ symbol i'm am taken to the root dir. and not the index.php as i'm supposed to.. i saw a post above here saying the same thing.. has this been corrected ?? and if so.. how was it done ??
thx
|
OH ok I forgot something...
for the @ addition search for
$username=$loggedin[username];
$location=$loggedin[location];
on line 143
directly underneath it paste
$locationLink = $location;
if you look about 10 lines more below you'll find
$username=$loggedin[username];
$location=$loggedin[location];
again paste
$locationLink = $location;
under it
So you'll end up with 2
$locationLink = $location;
Should work now
Hope this helps
Report this post to a moderator