Check your Site Visitors blcok, this line
|
Code:
|
$who_online_now .= "&$i:&<A HREF=\"modules.php?name=Forums&file=profile&mode=viewprofile&u=$Nuser_id\">$session[uname]</a>
\n"; |
change it to this
|
Code:
|
$who_online_now .= "&$i:&<A HREF=\"modules.php?name=Forums&file=profile&mode=viewprofile&u=$user_id\">$session[uname]</a>
\n"; |
notice the one above has Nuser_id...that's not right.
I've updated the Site Visitors block for Nuke6.5 on this site's downloads with that fix :?
mikem