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


How to delete tabs in V 1.8

avatarxnomejx
Status : No status yet...

Posts : 4
Join date : 2014-01-28
Wed 29 Jan 2014, 04:46
Code:
var avacweb_chat_config = {
  version : '1-8',
  new_chat_title : 'AvacWeb Chatbox',
  auto_log_in : 'open',
  archives : 1,
  sound_file : 'http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3',
  stylesheet : 'http://chat.avacweb.net/avacweb_chat.css',
  disable_timeout : 0,
  allow_private_messaging : 1,
  allow_user_resize : 1,
  commands : {},
  can_open_tabs : [1], //user ids of users who can open new tabs.
  tabs : {},
  allow_copyrights : 1, //please be kind and allow AWC to place small discreet copyrights and backlink on your forum.
  // DO NOT TOUCH ANYTHING BELOW
  message_hook:[],user_hook:[],events:{},add_event:function(t,f) {t=/^on/.test(t)?t:'on'+t;t in this.events?this.events[t].push(f):this.events[t]=[f]}};
document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></script>');

How can I set it up to delete some tabs.
Rhino.FreakRhino.Freak
Status : Moved on to Phpbb

Posts : 222
Join date : 2013-03-05
Age : 27
Location : India
Wed 29 Jan 2014, 09:35
the line
tabs : {},

means that there are no special tabs.. so what do you want to delete? o.O
avatarDragonDude
Status : No status yet...

Posts : 1
Join date : 2014-03-21
Fri 21 Mar 2014, 21:51
Clear the chat using "/clear" or "/cls", then refresh, to clear chat-box added tabs. I recommend you stick to adding tabs using the config (tabs : {}) rather than doing them via the chat-box.
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Fri 21 Mar 2014, 23:12
Yes, chatbox added tabs only exist while there are messages for that tab. Therefore if you clear the chatbox there will be no messages for that tab and therefore it will not exist.
Sponsored content