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)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
Mr.Easybb (1587)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
Bloodbath (745)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
Rukiafan (533)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
Dom (513)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
puppycheese (446)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
pedro (330)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
Neymar (301)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
Hitsu (281)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 
Flora (275)
How to remove this Vote_lcapHow to remove this Voting_barHow to remove this Vote_rcap 


How to remove this

smejkersmejker
Status : No status yet...

Posts : 36
Join date : 2013-11-21
Location : Macedonia
Tue 19 Aug 2014, 07:29
Hi AvacWeb,

I want to know how to remove messages from the chatbox:

xxx has logged off the chat on Fri 20 Jun 2014 - 18:47
xxx has been disconnected on Fri 20 Jun 2014 - 18:38 (session timeout)

xxx joined the chat on Fri 20 Jun 2014 - 18:49

Thanks in advance.
Regards & Respect!
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Tue 19 Aug 2014, 08:23
Is this from AWC or the default chat?
You could turn archives on and they're gone then.
smejkersmejker
Status : No status yet...

Posts : 36
Join date : 2013-11-21
Location : Macedonia
Tue 19 Aug 2014, 09:00
OK... Thanks LG,
avatarNelly Nyos
Status : No status yet...

Posts : 37
Join date : 2014-07-26
Tue 19 Aug 2014, 16:08
If you want remove this for all, test this code:

Code:
 .chatbox .msg span[style="color:green;"] strong {display:none;}
 
.chatbox .msg span[style="color:red;"] strong {display:none;}
 


(Sorry, I'm bad in english x) )
smejkersmejker
Status : No status yet...

Posts : 36
Join date : 2013-11-21
Location : Macedonia
Wed 20 Aug 2014, 07:45
How to remove this 3002113226 Not working...

Any way Archives of Chatbox to be enable everytime?
avatarNelly Nyos
Status : No status yet...

Posts : 37
Join date : 2014-07-26
Wed 20 Aug 2014, 10:47
Youre Forum is in PHPBB3?
smejkersmejker
Status : No status yet...

Posts : 36
Join date : 2013-11-21
Location : Macedonia
Wed 20 Aug 2014, 12:00
Nelly Nyos wrote:[quotelink="http://www.avacweb.com/t2158-how-to-remove-this#20793"]Youre Forum is in PHPBB3?
Yes... PHPBB3 (prosilver)
HitsuHitsu
Status : Finished on working fmAPI.

Posts : 281
Join date : 2013-09-09
Age : 25
Location : Indonesia
Thu 21 Aug 2014, 09:05
Try this maybe?

Code:
.chatbox .msg { display:none; }

I'm not testing it as I'm on mobile and doesn't have enough time to test my code, so I'm not sure if it works perfectly.
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Thu 21 Aug 2014, 10:04
That will hide all chatbox messages.
You can set a cookies for all member to put archives on and then use CSS to hide the archives buttons so they can change it.
smejkersmejker
Status : No status yet...

Posts : 36
Join date : 2013-11-21
Location : Macedonia
Fri 19 Sep 2014, 10:41
smejker wrote:[quotelink="http://www.avacweb.com/t2158-how-to-remove-this#20792"]How to remove this 3002113226 Not working...

Any way Archives of Chatbox to be enable everytime?

Maybe I find solution for this problem...

Go to: Administration Panel > Display > Templates > General > Index_body

Find: {CHATBOX_TOP} and replace with this:

Code:
<iframe src=/chatbox/index.forum?archives=1 width=100% height=300 scrolling=no frameborder=0></iframe>

And when U login Archives of Chatbox is always enable...

Regards & Respect!!!
Sponsored content