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.

Chatbox archives auto-on

2 posters

Go down

Chatbox archives auto-on Empty Chatbox archives auto-on

Post by tdilts September 13th 2012, 9:49 pm

Is there a way to set the chatbox archives to be on by default?
avatar
tdilts
New Member

Posts : 2
Reputation : 1
Language : English

Back to top Go down

Chatbox archives auto-on Empty Re: Chatbox archives auto-on

Post by LGforum September 13th 2012, 10:34 pm

Depends, how do you use your chatbox? As in where is it, homepage? What forum version? It would be possible just by re-declaring the function Forumotion use which inserts the chatbox.

Something like this:
Code:
window.insertChatBoxNew = function(chatbox_id, chatbox_url) {
    document.getElementById(chatbox_id).innerHTML = "<object data=\"" + chatbox_url + "archives=1\" id=\"frame_chatbox\" scrolling=\"yes\" width=\"100%\" height=\"100%\" type=\"text/html\"></object>";
}
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Chatbox archives auto-on Empty Re: Chatbox archives auto-on

Post by tdilts September 14th 2012, 1:50 am

Thanks for your quick reply! Your help is much appreciated. I am using phpBB3, and it shows up on my portal page and the forum page. I am more interested in getting it to work on the portal page which is where this code is from.

Code:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" id="chatbox_container">
   <tr>
      <td class="row1" valign="top" align="center">
         <div id="chatbox_portal" style="height:300px;"></div>
         <script type="text/javascript">
            insertChatBox('chatbox_portal', '{U_FRAME_CHATBOX}');
         </script>
      </td>
   </tr>
</table>

<table width="100%">
   <tr>
      <td width="100%"> </td>
      <td align="right" width="20">
         <img src="http://2img.net/i/fa/resize.gif" onmousedown="javascript:resizeElement(event, 'chatbox_portal');" alt="" style="cursor:se-resize;" />
      </td>
   </tr>
</table>
avatar
tdilts
New Member

Posts : 2
Reputation : 1
Language : English

Back to top Go down

Back to top

- Similar topics

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