Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
Zenfor
Posted - 14 January 2016 : 21:02:59 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.
2 L A T E S T R E P L I E S (Newest First)
Zenfor
Posted - 30 January 2016 : 14:38:25
quote: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.
Carefree
Posted - 15 January 2016 : 10:22:51 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:
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