How to remove flashchat - Posted (1548 Views)
Junior Member
Zenfor
Posts: 372
372
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.
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 4224
4224
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
Posted
Junior Member
Zenfor
Posts: 372
372
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.
 
You Must enter a message