Stop the chat blinking for System

General Chat, Comments
Post Reply
User avatar
cbsarge
Posts: 195
Joined: Mon Sep 14, 2015 3:20 pm

Stop the chat blinking for System

Post by cbsarge »

I'd like to be able to turn off the chat blinking every time someone logs on or off. I believe it could be done as part of the if statement in chat.js but, I'm having trouble figuring out how to query for the user id. I'm thinking something like:

Code: Select all

if (newMessage)
could be changed to something like

Code: Select all

if (newMessage && user_id > 1)
but, I'm having no luck accessing or defining the user id variable in the js file. Can anyone offer some advice on how to do this?

Thanks!
User avatar
KyleMassacre
Posts: 573
Joined: Wed Nov 27, 2013 12:42 pm

Re: Stop the chat blinking for System

Post by KyleMassacre »

Maybe delete the sending of a chat message in the login file itself. That may be much easier
User avatar
cbsarge
Posts: 195
Joined: Mon Sep 14, 2015 3:20 pm

Re: Stop the chat blinking for System

Post by cbsarge »

Brilliantly simple idea!

Thanks so much Kyle!
User avatar
KyleMassacre
Posts: 573
Joined: Wed Nov 27, 2013 12:42 pm

Re: Stop the chat blinking for System

Post by KyleMassacre »

Your welcome. That's my style
Post Reply

Return to “General”