The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

AvacWeb Chat v 1.8 Help

3 posters

Go down

AvacWeb Chat v 1.8 Help Empty AvacWeb Chat v 1.8 Help

Post by Kite Trojan January 28th 2014, 3:37 am

Code:
var avacweb_chat_config = {
  version : '1-7',
  new_chat_title : '<span style="display: none;">Avacweb Chatbox</span>',
  light_up_color : 'light blue',
  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,
  message_hook : [],
  user_hook : [],
  commands : {},
  events : {},
  add_event : function(type, fn) {
      type = /^on/.test(type) ? type : 'on' + type;
      type in this.events ? this.events[type].push(fn) : this.events[type] = [fn];
  }
};
document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></script>');
This is the Avacweb Chat I used for my forum. Verison is Phpbb2

AvacWeb Chat v 1.8 Help Nsass10
Once you how in the AvacWeb Chat, it'll be something like this. How can I change my code into something around this.

Next Image:
AvacWeb Chat v 1.8 Help Captur17


Also, in the AWC, the message bar is not there. Never mind, I got it fixed  !  :wouhou:
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

AvacWeb Chat v 1.8 Help Empty Re: AvacWeb Chat v 1.8 Help

Post by SLGray January 28th 2014, 3:51 am

You need to ask for help on Avacweb as the person who created the code is the founder of the forum.


AvacWeb Chat v 1.8 Help Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

AvacWeb Chat v 1.8 Help Empty Re: AvacWeb Chat v 1.8 Help

Post by Jophy January 28th 2014, 9:07 am

Never mind, I got it fixed !

Garbaged
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum