Hello, I would like to replace the chat on my forum with something else, here is the code I want to change my chat to.
<!-- <Auren Chat Box> !-->
<div id='aurenChatBox'></div>
<script>
var auren_chat_box = {};
auren_chat_box.width = 400;
auren_chat_box.height = 350;
auren_chat_box.id = 'spike';
</script>
<script src="http://aurenjs.com/embed/embed.js"></script>
<!-- </Auren Chat Box> !-->
I would like to take the default chat you get on forumotion to replace with that code, I tried doing in in my templates and index body but that way won't work.
Please help, thanks.
<!-- <Auren Chat Box> !-->
<div id='aurenChatBox'></div>
<script>
var auren_chat_box = {};
auren_chat_box.width = 400;
auren_chat_box.height = 350;
auren_chat_box.id = 'spike';
</script>
<script src="http://aurenjs.com/embed/embed.js"></script>
<!-- </Auren Chat Box> !-->
I would like to take the default chat you get on forumotion to replace with that code, I tried doing in in my templates and index body but that way won't work.
Please help, thanks.