document.write(" <param name = nickname value = '$fileusername'>");
document.write(" <param name = email value = '$fileemail'>");
document.write(" <param name = profileURL value = 'http://www.powwows.com/gathering/member.php?&action=getinfo&userid=$fileuserid'>");
I take it that these are the three important lines when it comes to integrating the Hubz javascript so that it reads the logged in members of the forum. I've changed the url to my relevant member.php path, but it still shows $fileusername...
Any suggestions as to where I've gone wrong? Did I miss something? Or would the code be different now with VB3?
The Hubz javascript code is pretty much as you see it above. (mine is slightly different, with respect to appearance presentation only).