Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
Mr.Easybb (1587)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
Bloodbath (745)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
Rukiafan (533)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
Dom (513)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
puppycheese (446)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
pedro (330)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
Neymar (301)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
Hitsu (281)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 
Flora (275)
Problems Vote_lcapProblems Voting_barProblems Vote_rcap 


Problems

avatarDead PheonixFX
Status : No status yet...

Posts : 4
Join date : 2013-03-11
Sat 02 Aug 2014, 17:24
I've had a few problems with my chat, it is on 1.9.

1. is that the people who are away are not displayed, when I refresh the page with the chat open the "Away" title with the members appears for a second then they all disappear, even if there is someone in chat but away the chatbox will say that there is no-one in chat.

2. I have been having trouble trying to find a /kick command as one is not defined in the chatbox already.

3. when I try change the Hex codes for the colours on the chatbox nothing happens.

It would be a big help if you could explain to me how to fix this.

EDIT: <1. solved> <2. solved>
BloodbathBloodbath
Status : No status yet...

Posts : 745
Join date : 2013-05-31
Age : 28
Sun 03 Aug 2014, 03:21
For #2, try adding in this code in your AvacWeb configuration JavaScript. Add this between the curly brackets of [ic]commands: {},[/ic]:

Code:
kick: {
 run: function(text){
  return true;
 },
 staff: true
}

In the end it should look like this:

Code:
commands: {
 kick: {
  run: function(text){
  return true;
  },
  staff: true
 }
},
avatarDead PheonixFX
Status : No status yet...

Posts : 4
Join date : 2013-03-11
Sun 03 Aug 2014, 10:55
Thank you, this helped me a lot.
BloodbathBloodbath
Status : No status yet...

Posts : 745
Join date : 2013-05-31
Age : 28
Sun 03 Aug 2014, 14:00
So it worked, I presume?

As for #3, do you mean that if you add CSS to your stylesheet that nothing changes?
Sponsored content