We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ ! ] Chatango Issues; Help is very much appreciated.
Topic Started: Jun 21 2012, 10:59 PM (1,482 Views)
serran
Member
[ * ]
Board Address: My Site
Board Software: Zetaboards
Description: Chatango shows up sometimes


I am having issues with not only the one up top (sometimes it works, sometimes you have to refresh until it works)
And on the 'chat' page I want to have two of them up for more chats, however, I am unable to do it in the way I did on Invisionfree, but I just upgraded.
Here is the coding for the first Chat area (which is the same as on the other pages)

Code:
 


<div id="announcement" class="category">
<table class="cat_head"><tr><td>
<h2 class="special">
<center>Chatbox</center></h2> </td></tr></table>

<table class="forums" cellspacing="0" style="display: block;"><tr class="forum"><td rowspan="2" class="c_mark">
If you cannot see the chatbox: Click <a href="http://iridescenceguild.chatango.com/">here</a> or refresh.<br>
<script id="sid0010000001317844745">(function() {function async_load(){s.id="cid0010000001317844745";s.src='http://st.chatango.com/js/gz/emb.js';s.style.cssText="width:800px;height:360px;";s.async=true;s.text='{"handle":"iridescenceguild","styles":{"a":"57646E","b":100,"c":"B0CEB9","d":"97AF9E","e":"57646E","g":"B0CEB9","h":"57646E","j":"B0CEB9","k":"B0CEB9","l":"57646E","o":0,"q":"57646E","r":100,"s":1,"t":0,"v":0,"w":0,"ab":0}}';var ss = document.getElementsByTagName('script');for (var i=0, l=ss.length; i < l; i++){if (ss[i].id=='sid0010000001317844745'){ss[i].id +='_';ss[i].parentNode.insertBefore(s, ss[i]);break;}}}var s=document.createElement('script');if (s.async==undefined){if (window.addEventListener) {addEventListener('load',async_load,false);}else if (window.attachEvent) {attachEvent('onload',async_load);}}else {async_load();}})();</script>
<br><br>
</td></tr><tr><tr><td class="c_foot"></td></tr></tr></table>

</div>




Updated this post.
Edited by serran, Jun 22 2012, 06:10 PM.
Offline Profile Goto Top
 
Ferby
Member Avatar
Developer
[ *  *  *  *  * ]
The only thing I can think of is that is might be the host itself or this code isn't positioned right. How the thing reads it is top to bottom. So if this code is at the bottom then it might not work. Try re-arranging it or you could even try placing it below the board

Also btw the `<center>` tags are not compatible with HTML5

replace
Code:
 
<h2 class="special">
<center>Chatbox</center></h2>
with...
Code:
 
<h2 class="special" style="text-align:center;">Chatbox</h2>
Edited by Ferby, Jun 23 2012, 08:11 PM.
Offline Profile Goto Top
 
Steve
Member Avatar
patriot
[ *  *  *  *  *  *  *  *  *  * ]
This request has gone a lengthy period of time without any new activity, therefore it is being marked as expired. This means that the request was typically too time-consuming or irritating for coders (who provide this service voluntarily in their free time) to complete.

Thank you.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic