How to remove flashchat

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/71101?pagenum=1
05 November 2025, 03:24

Topic


Zenfor
How to remove flashchat
14 January 2016, 21:02


It's use rarely and seems to be buggy. What's the best way to remove it. It shows up on the forum menu. Thank you.

 

Replies ...


Carefree
15 January 2016, 10:22


Very easy to remove from the forum menu. The link is in "inc_header.asp".

Look for these lines (around line 500), and remove them:
Code:

	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
Zenfor
30 January 2016, 14:38


Originally posted by Carefree
Very easy to remove from the forum menu. The link is in "inc_header.asp".
Thank you, I think I have it.
© 2000-2021 Snitz™ Communications