I have used this mod http://www.snitzbitz.com/mods/details.asp?Version=All&mid=101 in my forum and i have done what the readme is saying. All things work fine. In the upperright corner of the forum next to the FAQ link comes a chat link but this link works only if a member is logged on the the forum. And i want that anyone can use that link so that they can chat.
How can i do this?
The text below is what comes from the readme: You must edit the inc_header.asp
---
inc_header.asp Find the following: (about line 506-507)
if mLev > 0 and strDBNTUserName <> "" then Response.Write " |" & vbNewline & _ " <a href=""flashchat/login_html.asp""><acronym title=""Chat with other users..."">Chat</acronym></a>" & vbNewline end if ----
Is it possible that the link is available for everyone so not only the members?
quote:Is it possible that the link is available for everyone so not only the members?
Yes, remove the code in red:
if mLev > 0 and strDBNTUserName <> "" then
Response.Write " |" & vbNewline & _
" <a href=""flashchat/login_html.asp""><acronym title=""Chat with other users..."">Chat</acronym></a>" & vbNewline
end if