Download ASPChatNow-v1.zip-81081.zip from
http://www.aspchatnow.com/ and unzip to your WWF in a folder called chat. Inside that should have some folders like "Functions and images and files like default.asp and chatroom.asp etc If different just amend the path to the code below
Try this in includes/navigation_buttons_inc.asp. Only add what is in red
---------------------------------------------------%>------------------------------------
'Dispaly a welcome message to the user in the top bar
If blnBanned = False Then Response.Write (" <a href=""member_control_panel.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "admin_icon.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtMemberCPMenu & """ />" & strTxtSettings & "</a>")
If blnModerator OR blnAdmin Then Response.Write (" <a href=""chat/chatroom.asp?txtUsername=" & strLoggedInUsername & """ target=""_blank"" class=""nav"" accesskey=""2""><img src=""" & strImagePath & "chat1.gif"" align=""absmiddle"" border=""0"" alt=""Chat"" />Chat</a>")
Response.Write (" <a href=""log_off_user.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "log_off_icon.gif"" alt=""" & strTxtLogOff & """ border=""0"" align=""absmiddle"" />" & strTxtLogOff & " [" & strLoggedInUsername & "]</a>")
---------------------------------------------------%>------------------------------------
Change the gif image to whatever you wanted but copy the gif to forum_images. I think that would work.
NOT TESTED SO BACK UP YOUR FILES FIRST.
You could also follow the above post